The problem with your code is that you are feeding a 
"ByteStreamFileSource" (an unstructured byte stream) directly into a 
"MPEG2TransportStreamFromESSource".  Instead, you should do
        ByteStreamFileSource -> MPEG1or2VideoStreamFramer -> 
MPEG2TransportStreamFromESSource
i.e. insert a "MPEG1or2VideoStreamFramer" inbetween.  This will parse 
the MPEG Elementary Stream to generate appropriate timestamps that 
will be used downstream when creating the Transport Stream.
-- 

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to