Opened 14 years ago
Closed 14 years ago
#2717 closed defect (invalid)
Iptv recorder apparently receives only mpeg video and audio instead of full TS
Reported by: | Owned by: | Isaac Richards | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | head |
Severity: | medium | Keywords: | iptv subtitle |
Cc: | Ticket locked: | no |
Description
using the following line vlc -v2 -I dummy --sout-all --ts-es-id-pid --programs=17,33,81,129,145\ dvb:// :dvb-adapter=0 :dvb-frequency=634000000 :sout=\#duplicate\{\ dst=std\{access=udp,mux=ts,dst=224.0.0.1:9901\},select="program=17",\ dst=std\{access=udp,mux=ts,dst=224.0.0.1:9902\},select="program=33",\ dst=std\{access=udp,mux=ts,dst=224.0.0.1:9903\},select="program=81",\ dst=std\{access=udp,mux=ts,dst=224.0.0.1:9904\},select="program=129",\ dst=std\{access=udp,mux=ts,dst=224.0.0.1:9905\},select="program=145"\}
I can see the selected five channels with their dvb-subtitles and all available audio streams by watching the UDP streams with vlc.
When I use the same streams as iptv-recorder channels I seem to only receive the mpeg-video and the first mpeg-audio stream.
Subtitles and additional audio streams are never received. Shouldn't the full TS also include EPG-data, and if so, can IPTV-channels be used for EIT-scanning?
Feature requests without patches.