gstreamer/subprojects/gst-rtsp-server
Bruce Liang ebd8bd8f13 rtsp-client: Fix url for generating key in media factory
The mount point at / can be accessed by both the URL forms rtsp://<IP>:<PORT> and rtsp://<IP>:<PORT>/.
To make media factory generating the same key for both the URL forms, the url sent to gst_rtsp_media_factory_construct() needs to be normalized first.
This commit creates a new GstRTSPUrl as the normalized url to send to gst_rtsp_media_factory_construct().

Fixes:https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1297

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2681>
2022-07-12 10:01:35 +00:00
..
docs docs: make sure rtspclientsink plugin docs index page is called index.html 2022-06-15 21:05:28 +00:00
examples
gst rtsp-client: Fix url for generating key in media factory 2022-07-12 10:01:35 +00:00
scripts
tests
.gitignore
AUTHORS
ChangeLog
COPYING
COPYING.LIB
gst-rtsp-server.doap
meson.build coding style: allow declarations after statement 2022-06-29 13:40:25 +00:00
meson_options.txt
NEWS
README
RELEASE
REQUIREMENTS
TODO

gst-rtsp-server is a library on top of GStreamer for building an RTSP server

There are some examples in the examples/ directory and more comprehensive
documentation in docs/README.