Jump to content

GstRtspSink - Basic Authentication: Difference between revisions

 
Line 68: Line 68:
USER=anonymous
USER=anonymous
PASSWORD=secret
PASSWORD=secret
gst-launch-1.0 rtspsrc location="rtsp://${USER}:${PASSWORD}@${SERVER_IP}:${PORT}/${MAPPING}" ! rtph264depay !  decodebin ! autovideosink
gst-launch-1.0 rtspsrc location="rtsp://${USER}:${PASSWORD}@${SERVER_IP}:${PORT}/${MAPPING}" ! rtph264depay !  decodebin ! videoconvert ! autovideosink
</syntaxhighlight>
</syntaxhighlight>




{{GstRtspSink/Foot|previous=RTSP_over_HTTP_Tunneling|next=Stream_Encryption}}
{{GstRtspSink/Foot|previous=RTSP_over_HTTP_Tunneling|next=Stream_Encryption}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.