response was truncated. Increase
RTSPClient::responseBufferSize (David Alcaraz Moreno)
4. Re: Error RTSP PLAY failed RTSP response was truncated.
Increase RTSPClient::responseBufferSize (Ross Finlayson)
--
Messa
Hi,
someone can explain to me the meaning of this error, I've been looking
for the meaning but I don't find nothing that can help me.
This error occurs when I try to playing the rtsp url with vlc.
If I try to play with opentRTSP and playing the url, there is not error
This is the output:
C:
Hello,
I have been 4 weeks trying to stream live video with live555 but I
cannot found the documentation to stream video mpeg4 without a video
file, the problem is that i don't have a file, i have a bytes array and
i have seen the testprogs of live555 but I don't found the appropiate
sample. I
my library doesn't send RTP packages.
I have implemented a FramedSource subclass and
onDemandServerMediaSubsession sublclas in my library.
For start the streaming, the first that I do is :
this->videoSink->startPlaying(*(this->videoSource),
afterPlayingFunction, this->videoSink);
this->envv->t
Hello,
I'm a begginer with the real time protocol, I need to know the way to
send video only with the rtp, but i don't find a guide to do it. I would
like to know the clases that I need to create a rtp server and how to?
Is there a documentation how to do this with live555?
Where I can find th