【问题标题】:How to specify rtsp authentication credentials on client side with gstreamer?如何使用 gstreamer 在客户端指定 rtsp 身份验证凭据?
【发布时间】:2020-10-04 22:13:05
【问题描述】:
【问题讨论】:
标签:
gstreamer
rtsp
gstreamer-1.0
rtsp-client
【解决方案1】:
来自gst-inspect-1.0 rtspsrc:
user-id : RTSP location URI user id for authentication
flags: readable, writable
String. Default: null
user-pw : RTSP location URI user password for authentication
flags: readable, writable
String. Default: null
编辑:
哦playbin..
它不接受来自 URI 的用户名和密码吗?例如:
playbin uri=rtsp://user:password@ip.address/stream