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 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 mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel
--- RTSPCommon.cpp.orig 2012-09-12 09:16:27.012309149 -0400
+++ RTSPCommon.cpp 2012-09-12 09:21:43.891646016 -0400
@@ -96,7 +96,7 @@
OPTIONS rtsp://10.10.4.10:554 RTSP/1.0
| i: 1st space or slash after host:port
| k: first non-space before RTSP/1.0
- | k1: first slash before k
+ | k1: first slash before k
OPTIONS rtsp://10.10.4.10/ RTSP/1.0
| i,k,k1
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel