[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2
(2012-10-24, 00:35)Leatherface Wrote: This addon need support for Teletext for example before thinking of supporting old boxes.
Someone with a Enigma1 box should take the code and make a Enigma1 version of it instead.

As the addon does not handle the demuxing (like VNSI or tvheadend), there is nothing I can do about it right now. Before implementing the demuxing, the addon would need to provide the raw mpeg-ts stream to XBMC instead of providing just the stream url. This is also needed for Timeshift support.

Unfortunately, all my tries to achieve this were unsuccessful. After changing the implementation so that it uses the "XBMC->ReadFile / XBMC->OpenFile"-addon-functions I can still watch Live-TV and Recordings, but seeking just doesn't work. Looks like the

XBMC->SeekFile
XBMC->GetFilePosition

functions that can be used from within the addon do not handle the http-stream well; they are working fine when being used on a "real" file. I'm wondering what's different to what the PVRManager is using when he is opening a recording from a strStreamURL, because seeking is working there for the http-stream.

If someone has the knowledge about this and can point me to the correct direction then this would be nice - otherwise then this is simply not going to happen anytime soon :/

Edit: If someone wants to have a look at my attempt: https://github.com/jdembski/xbmc-pvr-add...45862f5329
VU+ / Enigma2 PVR Client: Documentation | Development | Discussion
Reply


Messages In This Thread
RE: [WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox2 - by jdembski - 2012-10-24, 17:21
Logout Mark Read Team Forum Stats Members Help
[WIP] PVR Client Addon for XBMC for EPG and full control of Dreambox and DBox217