GNOME Bugzilla – Bug 762909
gst_rtsp_server_set_service() cannot set three digits port number
Last modified: 2016-03-01 10:14:01 UTC
The default port number for test-launch.c is 8554. I use gst_rtsp_server_set_service(server,"554") to set the port number to port 554 but failed. But when I do gst_rtsp_server_set_service(server,"1554") or any four digits port number, it's working. Please fix this problem as there are many rtsp client running on port 554.
How does it not work? Does it work if you run the server as root (binding to a <1024 port requires special permissions)?
Thanks. Now I can see port 554 is open after I run the server as root.