clapper icon indicating copy to clipboard operation
clapper copied to clipboard

URI opened from command line loses user password

Open Rafostar opened this issue 3 years ago • 0 comments
trafficstars

It seems that opening URI from command line causes the user password to be lost along the way. While this does not happen from open URI dialog.

Always works:

rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4

Works from Open URI dialog only:

rtsp://login:[email protected]/vod/mp4:BigBuckBunny_115k.mp4

Opening from terminal gives error with incomplete URI:

0:00:00.544447160     2 0x7f94b8095980 ERROR                rtspsrc gstrtspsrc.c:9504:gst_rtspsrc_uri_set_uri:<source> Not a valid RTSP url 'rtsp://[email protected]/vod/mp4:BigBuckBunny_115k.mp4' (-2)
0:00:00.544497966     2 0x7f94b8095980 WARN                 GST_URI gsturi.c:676:gst_element_make_from_uri: source didn't accept URI 'rtsp://[email protected]/vod/mp4:BigBuckBunny_115k.mp4': Invalid RTSP URI

Rafostar avatar Jul 17 '22 17:07 Rafostar