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 <finlay...@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-de...@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@lists.live555.com
> http://lists.live555.com/mailman/listinfo/live-devel
>
>
>
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to