timecop
10th February 2004, 12:03
There is plenty of sample source of reading mpeg2ts.
PID's can be autodetected, (largest pid = video, pid+1 = usually audio), or loaded from a configuration file.
Reading is fairly easy, and after that its just standard MPEG2 so the
normal mpeg2 parser can handle it.
Anyone wants to do this?
I can provide small sample pieces if necessary.
PID's can be autodetected, (largest pid = video, pid+1 = usually audio), or loaded from a configuration file.
Reading is fairly easy, and after that its just standard MPEG2 so the
normal mpeg2 parser can handle it.
Anyone wants to do this?
I can provide small sample pieces if necessary.