When you say that your input stream is “MPEG”, do you mean that it’s a “MPEG 
Transport Stream”?  If so, then you can’t demultiplex this into a raw H.264 
video stream using only the provided LIVE555 library code - because we 
currently don’t include a MPEG Transport Stream demultiplexer.  (Note that the 
“MPEG1or2Demux” class is for demultiplexing a MPEG-1 or MPEG-2 *Program 
Stream*, not a MPEG *Transport Stream* - which is something different.)

Instead you would need to write your own MPEG Transport Stream demultiplexor 
class, and use that.


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