[Live-devel] Missing sync byte!

Ross Finlayson finlayson at live555.com
Mon Jun 25 17:22:13 PDT 2012


For starters, you shouldn't use a "MPEG1or2VideoStreamDiscreteFramer"; that's for MPEG-1 or 2 Elementary Stream data.

If the data that comes from your "DeviceSourceFICard" object is Transport Stream data, then you should feed it into a "MPEG2TransportStreamFramer", and then a "SimpleRTPSink" to stream it.

If the data that comes from your "DeviceSourceFICard" object is sequence of H.264 NAL units (one-at-a-time), then you should feed it into a "H264VideoStreamDiscreteFramer", and then a "H264VideoRTPSink" to stream it.


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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120625/bd297955/attachment.html>


More information about the live-devel mailing list