Posts: 50
Joined: Feb 2010
Reputation:
0
I don´t know what is happening. Tzdata and XBMC timezones are correctly configured. Tvheadend is in the same PC as XBMC. Would be usefull to have a option to manually configure the offset.
Posts: 61
Joined: Aug 2008
Reputation:
0
19:53:02 T:3077511040 M:942649344 DEBUG: AddOnLog: xbmc.pvrclient/Tvheadend HTSP Client: cHTSPData::GetTime()
19:53:02 T:3077511040 M:942649344 DEBUG: PVR: Tvheadend HTSP Client/138.149.254.10:9982 - Using a timezone difference of '60' minutes to correct EPG times
19:53:02 T:3077511040 M:942649344 NOTICE: PVR: PVRManager started. Clients loaded = 1
19:53:02 T:3027233648 M:942649344 DEBUG: thread start, auto delete: 0
Thats whats in my log after removing ~/.xbmc and restarting it
still learning linux, | Eve Media Box Case | Abit I-N73HD Motherboard | 2gb Ram | 8gb usb drive | xbmc live | 4tb Linux server |- Second box - XBMC live | GA-81915PM motherboard | 2gb Ram | Gainward 8400GS 512MB HDMI | 2.5" 60gb hard drive |Cheap MCE remote | Tvheadend server | Raspberry Pi | Acer Revo | Zotac ION
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
2010-11-03, 00:04
(This post was last modified: 2010-11-03, 01:11 by opdenkamp.)
right, this is strange.
it only uses an offset if the local time and backend time are different (more than 30 minutes). those times will only be different if an offset is used and that will only be used if tvheadend tells us to use it.
the only other reason I can think of is that CDateTime::GetCurrentDateTime().GetAsTime(localTime); in xbmc returns something else than gettimeofday() which tvheadend uses.
I'll add some configurable offset correction later as someone suggested and will put the values that tvheadend reports in the log. that will solve these issues, even if one of the systems is configured incorrectly.
edit:
both have been implemented and been commited to git. new builds will follow later this week.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.
Posts: 43
Joined: Dec 2009
Reputation:
0
fl0w
Junior Member
Posts: 43
Hi, do you think Tvheadend could run on Apple TV (running Crystalbuntu)?
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
I'm not familiar with apple tv at all, but you're saying you're using a *buntu, so you meet requirement 1: run linux.
number 2: do you have (fully working) dvb drivers on there? see if the dvb tools work (cscan/tscan/...)
number 3: does your processor have sse or mmx support? cat /proc/cpuinfo. tvheadend uses it for the softcam decoding. if all your channels are free to air or if you have a working hardware cam, this won't be needed.
number 4: probably won't be a problem, but to be complete: is your hardware fast enough? an hd h264 is about 12mbit/s here and your hardware should be able to read/write that to your disk if you want to do recordings.
that's about all the requirements I can think of.
opdenkamp / dushmaniac
xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]
Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.
If you like my work, please consider donating to me and/or Team XBMC.