Re: [Live-devel] [PATCH] make RTSP server librtsp compatible

2012-09-12 Thread Tamas Vincze
Sure! I made a little mistake in the comment (the attached patch corrects it): k1 is actually equal to k in the first case, but it doesn't affect the code. Tamas Thanks (and special thanks for the detailed explanation in the comment that you included with the patch). I have just installed a

Re: [Live-devel] [PATCH] make RTSP server librtsp compatible

2012-09-11 Thread Ross Finlayson
Thanks (and special thanks for the detailed explanation in the comment that you included with the patch). I have just installed a new version (2012.09.12) of the "LIVE555 Streaming Media" code that fixes this. Ross Finlayson Live Networks, Inc. http://www.live555.com/

[Live-devel] [PATCH] make RTSP server librtsp compatible

2012-09-11 Thread Tamas Vincze
The attached patch enables MPlayer using librtsp to connect to the RTSP server. When running mplayer rtsp://10.10.4.10/ then it sends the OPTIONS URL like this: OPTIONS rtsp://10.10.4.10:554 RTSP/1.0 note there's no trailing slash after the port and the current code fails to parse it and