Re: [Live-devel] live-devel Digest, Vol 110, Issue 17

2012-12-19 Thread David Alcaraz Moreno
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

[Live-devel] Error RTSP PLAY failed RTSP response was truncated. Increase RTSPClient::responseBufferSize

2012-12-18 Thread David Alcaraz Moreno
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:

[Live-devel] I can not stream live video with my own framedSource

2012-12-04 Thread David Alcaraz Moreno
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

[Live-devel] Not error but doesn't send RTP packages

2012-11-22 Thread David Alcaraz Moreno
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

[Live-devel] rtp server

2012-11-08 Thread David Alcaraz Moreno
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