Technical question - streaming
#1
Rainbow 
Hey folks,

I've got a question relating to something that we can't do on any of our scripts, that can be done, with certain media types, when streaming from browsers.

Basically it's starting in the middle of a stream, or fast forwarding sections of it.

The example that springs to mind is the BBC's radio player at http://www.bbc.co.uk/radio

The applet there remembers your position the last time you listened (this isn't really the point as not necessarily bookmarking we're going for) but it starts buffering and playing from that point.

Not only that you've got buttons that will let you jump 1 minute, 5 minutes, or 15 minutes ahead. It quickly rebuffers then starts playing.

The bbc's site opperates using realplayer and scripts utilising it have been up and running on XBMC for ages....

Are we technically missing something that would allow us to do this? (it makes a real difference to those of us listening to radio shows that don't have time to listen to it all in one go).
Reply
#2
well if streams are seekable, there is nothing really hindering it. we already have the same for video's. just possibly no way of doing it from python at the moment.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


Image
Reply
#3
Rainbow 
Yeh I'd noticed bookmarking etc was possible for videos if played locally or streamed over the network...

Figured it may have something to do with python's capabilities?

Is it implimentable via python as is? would we have to make substantial changes?
Reply

Logout Mark Read Team Forum Stats Members Help
Technical question - streaming0