Posts: 423
Joined: Dec 2011
Reputation:
8
I know this is a new feature of xbmc, I am not trying to be demanding just wondering if this is being Worked on or planned for vdr ?
Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web
Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
Posts: 6,810
Joined: Jul 2010
Reputation:
198
Yes it is on the list but it requires a proper API change first. What we currently have is a quick and dirty approach. The API was adopted to what we had for FTR and MediaPortal in order to prevent regression for Frodo. This approach pauses the live stream which does not make much sense if you look at it from a generic view.
vdr does actually support time shift. We just need to play the file which is still recorded and growing. Doing it this way makes much more sense. It would also cover the use case that you can start to view a recording which has not yet finished.
Posts: 423
Joined: Dec 2011
Reputation:
8
I thought I had read somewhere on github you were working on it.
Thanks for the quick answer and all your hard work.
Guide to building an all in one Ubuntu Server - TV(vdr),File,Music,Web
Server Fractal Designs Define XL, Asus P5QL/EPU, Dual Core E5200, 4gb, L4M-Twin S2 v6.2, Supermicro AOC-USAS-L8I, 1*SSD & 13*HDD drives (24TB total) - Ubuntu Server
XBMC 1 ASRock Z77E-ITX, G850, 8GB RAM, SSD, BD - Ubuntu / OpenElec frodo
XBMC 2 Revo 3700 - OpenElec frodo
XBMC 3 Raspb Pi
Posts: 6,810
Joined: Jul 2010
Reputation:
198
We have discussed this on github. I don't think it makes much sense to put a lot of effort in implementing timeshift with the current API. I rather do it right with a proper API change.
Currently I am figuring out a way to bring the vdr's OSD to XBMC. There's a lot of administration of vdr which can best been done through the OSD.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
I would like to make this configurable and leave to option to the user. The latter require that the stream is always buffered to disk which might not be desired. There's various triggers to start "timeshift"
1)
Play a recording which is still recording
2)
Pause live stream
3)
When starting playback of a channel (check config if buffering is desired)
There might be more but I have just started to think about it.
Posts: 34
Joined: Jul 2012
Reputation:
0
jobe
Junior Member
Posts: 34
Hi FernetMenta,
are you talking about vnsi or xvdr in that case? Because timeshift is already work with xvdr, if I got that right (did not try it yet)?
Posts: 34
Joined: Jul 2012
Reputation:
0
jobe
Junior Member
Posts: 34
Wow, bringing the VDR OSD to the LiveTV setup dialog would be a great thing. With that it will be possible to configure the vdr server directly from the client. So I would not have to go down into the cellar :-) for changing the configuration. Could you be so kind and shoot a message to the forum, when this is available? I would like to test it.
Posts: 6,810
Joined: Jul 2010
Reputation:
198
I will make this configurable, either ram or disk.