RTSP server catch-all URL or empty node

Grégoire Gentil gregoire at gentil.com
Fri Feb 23 17:55:21 UTC 2018


Hello,

Is it possible with gst_rtsp_* to have a catch-all URL so that anything 
triggered on rtsp://ip:port/* is handled by the gstreamer RTSP server?

Similarly, is it possible to handle the empty node such as 
rtsp://ip:port? I tried:
gst_rtsp_mount_points_add_factory(mounts, "/", factory);
gst_rtsp_mount_points_add_factory(mounts, "", factory);
but it's not working.

Thanks for any clarification,

Grégoire


More information about the gstreamer-devel mailing list