All coding is finished and tests out OK so we are ready to rock and roll. Hope to make it into VLC 0.9.0
A quick recap on the features:
All channels muxed into a single TS stream are captured
Supports multiple tuners - if it can't capture on one it tries the next one
Currently only supports DVB-T. ATSC support has been coded but not implemented since I cannot test it. DVB-S and DVB-C are not implemented since I cannot test them but these should not be difficult.
All demuxing uses the VLC TS demuxer. However, the filtergraph only works if I connect the DirectShow MPEG2 demux and Transport Information Filter
Standard VLC functionality allows selection of which channel to display and which channel(s) to stream or save to file
Woohoo! Sounds good
Question:
Is there the ability to choose the video and audio PID's per channel ?
Some channels are broadcasting the same program on different PID's because of different video resolution (eg 4:3 and 16:9) and different audio languages (eg ENG, FRA) and/or format (eg Stereo, AC3) ?