[Live-devel] Missing sync byte!

Tarun Batra tbatra18 at gmail.com
Tue Jun 26 00:27:09 PDT 2012


Hello sir

Sir the data that comes from mine  "DeviceSourceFICard" object is Transport
Stream data,  and i used the  "MPEG2TransportStreamFramer"  instead
of  "MPEG1or2VideoStreamDiscreteFramer"  as u said but still i am getting
the "Missing Sync Byte" printed on the console on both the streamer and
console side .

What might the problem is ???


*
> *
> ---------- Forwarded message ----------
> From: Ross Finlayson <finlayson at live555.com>
> Date: Tue, Jun 26, 2012 at 5:52 AM
> Subject: Re: [Live-devel] Missing sync byte!
> To: LIVE555 Streaming Media - development & use <live-devel at ns.live555.com
> >
>
>
> 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/
>
>
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20120626/14a259b3/attachment.html>


More information about the live-devel mailing list