> So… back to the issue, can you tell me the steps the data goes thru for this?
>  
> Encoder 
> dataàH264DescriteFrameràessoure.addDataàMPEG2TransportStreamFromESSource->.ts 
> file

In this case, you don't need any H.264 'framer' class (you need that only if 
your source is a byte stream, or if you're feeding into a "H264VideoRTPSink").

You should be able to feed your encoder data directly to a 
"MPEG2TransportStreamFromESSource", by calling 
"MPEG2TransportStreamFromESSource::addNewVideoSource()", with "mpegVersion" == 
5.


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to