Re: [Live-devel] Creating Transport Stream file from MPEG-2 Elementary video file

2007-06-22 Thread Ross Finlayson
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 "MPEG1

[Live-devel] Creating Transport Stream file from MPEG-2 Elementary video file

2007-06-22 Thread Drew, Steve
Hello, I am having problems trying to create a Transport Stream file from MPEG-2 Elementary Video files. I have successfully converted from program stream using testMPEG1or2ProgramToTransportStream, and have successfully streamed using testMPEG1or2VideoStreamer, but I would like to send using