[FFmpeg-devel] FFMPEG RTSP parameters support

Stas Oskin stas.oskin
Mon Nov 15 14:55:54 CET 2010


Hi.


> Stas, can you test the patch with the actual server where this was needed?
> You could also remove the else branch from the addition in rtspdec.c and
> see if that is enough for it to work.
>
>

Patch works great, both originally and with the else section removed:
+    } else {
+        /* Remove the query parameters from the control uri for subsequent
+         * requests. */
+        char *ptr = strchr(rt->control_uri, '?');
+        if (ptr)
+            *ptr = '\0';
+    }

Thanks for the fix, hope it get committed to tree.



More information about the ffmpeg-devel mailing list