nted on the console on both the streamer and
console side .
What might the problem is ???
*
> *
> -- Forwarded message --
> From: Ross Finlayson
> Date: Tue, Jun 26, 2012 at 5:52 AM
> Subject: Re: [Live-devel] Missing sync byte!
> To: LIVE555 Streaming Media - de
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
You haven't said anything about how your application is constructed, and what
it's supposed to do, but this error message is quite specific:
> MultiFramedRTPSource::doGetNextFrame1(): The total received frame size
> exceeds the client's buffer size (6).
This means that whatever object you're fee
Hello sir
i made an application of streaming data through camera and for streaming
purpose(data) i used live media libraries,but the problem that i am getting
is that i get the following reply on client side:-
MultiFramedRTPSource::doGetNextFrame1(): The total received frame size
exceeds the client