Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Ross Finlayson
OK, I think what's happening here is that although your JPEG frame rate is low, your JPEG frame sizes are exceeding 6 bytes - the default buffer size that's used by the proxy's "RTPSink"s. Try adding the following line to "live555ProxyServer.cpp" - at the start of "main()": OutPacke

Re: [Live-devel] RTSP client to send streams to the RTSP server

2013-03-29 Thread Ross Finlayson
> Basically I understand RTSP protocol, but I want to see a sample > source code which includes ANNOUNCE and RECORD in the > RTSP client. You may wish to look at the code for the "testMPEG1or2AudioVideoToDarwin" and "testMPEG4VideoToDarwin" demo applications - in the "testProgs" directory. The

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
The MJPEG stream is only 3fps, there is no packet loss, it's a 1gbit network and nothing else is streaming on the network. Opening the camera RTSP stream with VLC works fine, no errors, opening the RTSPRoxy stream with VLC, I get audio only. Opening direct from the camera with openRTSP works just

Re: [Live-devel] RTSP client to send streams to the RTSP server

2013-03-29 Thread Sungsoo Kim
Thank you for your kind reply! I am sorry I didn't say which kind of media server I am using. I understand live555 server does not support clients to push stream. I am using a Wowza server which supports the function. I have to implement a RTSP client in a embedded system which will be installed

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Ross Finlayson
> I have an IP camera that gives MJPEG over RTSP, I'm trying to proxy the > stream with: > > $ live555ProxyServer rtsp://192.168.0.221/live2.sdp > > When I use the openRTSP client like so: > > $ ./openRTSP rtsp://127.0.0.1:10110/proxyStream > > The output looks like this: http://pastie.org/716

Re: [Live-devel] Problems after recent update

2013-03-29 Thread Ross Finlayson
> I updated to live555 with the 03072013 code because of the problems I was > having with a new camera. > > My app still had trouble with a certain camera. > > I then started connecting to many cameras that had worked in the past with > the openRTSP app. It wasn't clear from your message whe

Re: [Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
The debug output from live555ProxyServer looks like this: $ live555ProxyServer -V rtsp://192.168.0.221/live2.sdp LIVE555 Proxy Server (LIVE555 Streaming Media library version 2013.03.07) Opening connection to 192.168.0.221, port 554... RTSP stream, proxying the stream "rtsp://192.168.0.221/live

[Live-devel] Unable to proxy mjpeg with live555ProxyServer

2013-03-29 Thread Roman Gaufman
Hi there, I have an IP camera that gives MJPEG over RTSP, I'm trying to proxy the stream with: $ live555ProxyServer rtsp://192.168.0.221/live2.sdp When I use the openRTSP client like so: $ ./openRTSP rtsp://127.0.0.1:10110/proxyStream The output looks like this: http://pastie.org/7167135 - liv

[Live-devel] Problems after recent update

2013-03-29 Thread Jeff Shanab
I updated to live555 with the 03072013 code because of the problems I was having with a new camera. My app still had trouble with a certain camera. I then started connecting to many cameras that had worked in the past with the openRTSP app. A few connect, but most go thru the whole conversatio

Re: [Live-devel] [PATCH] Hex decoding for RTSP URLs

2013-03-29 Thread Ross Finlayson
Yes, this seems like a reasonable addition, and will be included in the next version of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/l

[Live-devel] [PATCH] Hex decoding for RTSP URLs

2013-03-29 Thread Warren Young
The attached patch adds unconditional URL decoding to the "urlSuffix" part of the URL only. I added this so I could have spaces in file names, though it has other benefits. For one thing, since RTSP specifies that header info is to be interpreted as UTF-8, it means we get Unicode file name su

Re: [Live-devel] RTSP client to send streams to the RTSP server

2013-03-29 Thread Ross Finlayson
> I want to implement a RTSP client to send streams to the RTSP server. > But testRTSPClient, openRTSP don't have upstreaming function. > Can you show me a sample code to implement it? Sorry, but we don't support this (our servers only 'pull' data; they do not support data getting 'pushed' to the

[Live-devel] RTSP client to send streams to the RTSP server

2013-03-29 Thread Sungsoo Kim
I want to implement a RTSP client to send streams to the RTSP server. But testRTSPClient, openRTSP don't have upstreaming function. Can you show me a sample code to implement it? Thanks, Sungsoo Kim ___ live-devel mailing list live-devel@lists.live555.