I found a document describing how the NAL packets should be packaged in the transport stream.
The document name is JVT-C087.doc and can be downloaded from the net.
The question is - does live555 implements the streaming and packetization of the AVC NAL packets according to this document?


Our software can stream, or receive, *any* MPEG Transport Stream data, regardless of its contents, as long as it has proper PCR timestamps.

The contents of Transport Stream data become relevant only when we are trying to create a new Transport Stream from some other type of data - using our "MPEG2TransportStreamMultiplexor" class (or its subclasses: "MPEG2TransportStreamFromESSource" or "MPEGTransportStreamFromPESSource"). Note, in particular, the code starting at line 100 of "MPEG2TransportStreamMultiplexor.cpp". To support adding a new kind of data to a Transport Stream, you may need to modify this code in some way.
--

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