Posts: 4
Joined: Dec 2010
Reputation:
0
Has anyone had any issues watching recordings?
When a recording is ongoing and I start watching it, it seems to get to certain points and just stops, I can then replay the recording, fast forward to where I was and continue watching. Occaisionally this can occur several times during a recording.
On some recordings it will get to a certain point and just stop and refuse to go past it.
This is just a quick message to find out if anyone else here has noticed these issues, before I start digging into logs.
Thanks.
Posts: 245
Joined: Jan 2009
Reputation:
0
Ok it's installed, I will let you know if there's more crash. Couldn't reproduce the problem it was a random behavior.
I gave a look in the source code, and saw some json-rpc implementation. Is it something we can use yet to speak with tvheadend ?
I've made an iphone streaming client for vdr/streamdev ( iStreamdev ), and i'd like to port it to tvheadend. But I'd like to avoid implementing htsp in php, and would prefer communicating using json and the http server to grab channel lists, recordings, epg etc.
Is it something i could use right now or it's only dedicated to the admin webui ?
Posts: 2,274
Joined: Feb 2009
Reputation:
30
opdenkamp
Retired Team-Kodi Member
Posts: 2,274
I don't know about the exact details on that. You might want to ask that in #hts on freenode.
There's no on-the-fly recoding present in tvheadend by the way, so you can only stream the unmodified data at the moment (at least for live tv)
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: 245
Joined: Jan 2009
Reputation:
0
Use this:
<tvdatabase>
<type>mysql</type>
<host>192.168.1.64</host>
<port>3306</port>
<user>xbmc</user>
<pass>xbmc</pass>
<name>xbmc_tv</name>
</tvdatabase>
Don't forget to create the xbmc_tv database before, and add xbmc user credentials.
Posts: 467
Joined: May 2008
Reputation:
0
Is there a certain version or build that started being able to use MySQL for the TV database?