-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xvdr and vdr-plugin-iptv not sending data to XBMC #64
Comments
I have looking and making some debugging at the code and found this:
The demuxer is always NULL, so we havent created any demuxers... |
a bit more debuging // get cached demuxer data The demuxers are not created since the cache.size is always == 0 |
Your stream has to be a real transport stream. Regards, |
Hi Alex, Ya that is the problem IPTV doesn't create PAT or PMT data, i was trying to feed IPTV just a mpegts file that i have created via FFmpeg, but ofc it doesnt contain PAT or PMT, only Video and Audio.. Will need to find a real dump of a TS stream to see if it works after all. Will report back later. |
It just a small report after some more testing I have used dvbstream to grap a TS from my dvb card and dump it to a .ts file. Then i feed it to IPTV plugin but nothing is happening. From my syslog i can see that everything goes ok until iptv start buffering and then nothing else happens. You can find below the two syslog, one for iptv+xvdr and another for dvb+xvdr Any help pointing on the right direction is very welcome and in advanced thank you so much for your time Alex. Regards, IPTV PLUGING SYSLOG: [8284] XVDR: -------------------------------------- XVDR SYSLOG: [8582] XVDR: -------------------------------------- |
I believe I'm experiencing the same issue with vdr-plugin-pvrinput. |
The problem is solved, after reading almost all the code and understanding it all, lots of hours debugging all came to an end. Needed to activate SID scanning on IPTV, on livepatfilter.c line295 the comparation: Reading from a full TS file dumped from my DVB card with 10 channels encrypted and free worked without a problem. Also tried the http://www.bigbuckbunny.org/ TS file FULL HD, 100% working. Next step will be to convert a FLV stream from the net to TS using Ffmpeg add feed it to iptv. |
Hello,
I´m trying to make IPTV plugin work with xvdr and XBMC, but i can't manage to get any picture on XBMC,
The channel changes to IPtv plugin but in XBMC the buffering is stuck at 0%.
Here is some logs http://pastebin.com/QYhqq4Lz
Thanks,
Louro
The text was updated successfully, but these errors were encountered: