-
Notifications
You must be signed in to change notification settings - Fork 133
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
make the highest or lowest multicast full transponder #21
Comments
+1 |
Full TS or only the SI tables ? (PID <= 18) |
SI Tables only I'd say. I'd use it to just decode the EPG. If this same were equally available for unicast would be great too. You don't happen to know what this 'nice piece of code' is (assuming this is a migrated issue from your old tracker)? |
Ok, I see better the needs, I don't know about this piece of code, sorry |
It's not that important anymore. I made my own decoder for service information which also gives me a lot more flexibility... |
Ok, How to you get the tables ? 2013/9/2 Patrick Huber notifications@github.com
|
I hit mumudvb's unicast m3u playlist and then decode each of the streams and extract the information I need from there. |
Should I consider it closed then ? |
Close if you want to but I think someone else still might find this useful. Maybe ask the originator of the issue (again assuming this is an issue migrated from some other tracker). |
This will be easy with the new autoconf, so I am closing it for now |
I found a nice piece of code to download XMLTV from a dvb adapter, and I have it modified to read MPEG-TS, which can come from a dumprtp pipe.
So it would be wonderful to have the full MUX at ip4=x.x.x.255 or x.x.x.0,
which also would take away my issue with not having ECM/EMM of the streamed channel available, as I could use the full MUX and forward it to the CAM.
So ideally there is a config switch:
autoconf_fullmux_ip4=yes,
which assigns a special IP to the full feed of the adapter (like pseudo PID 8192 does for adapter filtering).
solves any problem that could arise from filtering PIDs against PAT, and helps with EPG and descrambling.
The text was updated successfully, but these errors were encountered: