Timeshift / Buffer Indication Implementation - Feature Request
#1
Is there any chance serverWMC and / or pvr.wmc will support the live TV time shift/buffer indication that was introduced in Jarvis?

I stumbled across this thread which provides a some details of the feature request:
http://forum.kodi.tv/showthread.php?tid=226287

However, in order for this to be supported the skin and the associated pvr pieces both have to have this implemented.

I noticed that the Titan skin supports this for Jarvis, now hoping that the PVR side I use can do the same.

Also here is a link to the PR to support this: https://github.com/xbmc/xbmc/pull/7536

Thanks for considering it!!!
Reply
#2
This is news to me. I would love to see this too. What do you think @scarecrow420?
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#3
GREAT - thanks, Krusty! Looks like not many people were aware of it either (except for the tvheadend and vnsi backend folks which support it). Glad to see this is something you'd like as well!
Reply
#4
Im just not sure if we are able to implement or not, it seems like we need to provide info about when timeshifting started, what position the user is currently at etc. Since we are just handing off the file to Kodi to play, are we even aware of where the user is currently watching, whether they are paused or fast forwarding or whatever?
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#5
Kodi should know where in time it is currently playing from or paused at, so it seems like all it would need from serverwmc is how far backward and forward in time the live buffer extends to, and we can provide that.

I am travelling right now so have trouble looking up what is required in the api. Do you have a link?
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#6
The way it looks to me is that WE need to provide the timeshift buffer start, end and the PlayingTime (current) position, as well as the boolean IsTimeShifting() which causes Kodi to know that it should start to request/display these values

From the PVR API
Code:
bool IsTimeshifting() const;
time_t GetPlayingTime() const;
time_t GetBufferTimeStart() const;
time_t GetBufferTimeEnd() const;
pvr.wmc TV addon and ServerWMC Backend Development Team
http://bit.ly/ServerWMC
Reply
#7
Yeah I guess we are stuck if we have to provide the current play time. Any chance this is just an option to override kodi's play time? wishful thinking mode on...
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#8
If you can capture it in a wtv that would be interesting.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#9
Did you get anywhere with this krusty?
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply
#10
The preview version of serverwmc supports this, but it also requires the pvr.wmc that is compiled with krypton. Having said all that, the skin needs to support it and last I checked I couldn't find a skin that did - but it was a long time ago when I checked. If you find out anything new let us know.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply
#11
I *think* Estuary may support this. Haven't tried myself as I'm still on the stable serverWMC version and Kodi Jarvis. Would love to hear feedback from the forum if anyone can verify whether Estuary (or other skins) support the feature.
Reply
#12
Good because I want to add this to a skin but couldn't find a ovr addon to support this. Will have a look. And will look at estuary and if it don't have it might have to push a pr
Aussie, Aussie, Aussie, Oi, Oi, Oi

Don't forget the Thank User button if i have helped!
|
V
Reply
#13
Please let us know what you find, or if I can help.
Windows Media Center PVR addon (pvr.wmc) and server backend (ServerWMC)
http://bit.ly/serverwmc
Reply

Logout Mark Read Team Forum Stats Members Help
Timeshift / Buffer Indication Implementation - Feature Request0