chits007
27th February 2006, 08:48
Hello Frinds,
I want to create a MPEG2-TS Demux which reads the TS data
from file/network or any other source.
Now I have adopted this this technique.
1) Discard Audio till I get first Video I Frame and Audio frame time (CTS) is near to video_start_time.
video_start_time = time of first I frame
After this I will start filling the Audio/Video frame queue.
Is my idea right?
Thanks
I want to create a MPEG2-TS Demux which reads the TS data
from file/network or any other source.
Now I have adopted this this technique.
1) Discard Audio till I get first Video I Frame and Audio frame time (CTS) is near to video_start_time.
video_start_time = time of first I frame
After this I will start filling the Audio/Video frame queue.
Is my idea right?
Thanks