Jump to content

GstRtspSink - Basic Authentication: Difference between revisions

no edit summary
(Created page with "The page describes how to use the basic RTSP authentication shipped with GstRtspSink. __TOC__ == Configuring Authentication == GstRtspSink can be configured to allow stream...")
 
No edit summary
Line 1: Line 1:
{{GstRtspSink Page|TODO|TODO|
The page describes how to use the basic RTSP authentication shipped with GstRtspSink.
The page describes how to use the basic RTSP authentication shipped with GstRtspSink.


Line 32: Line 34:
</syntaxhighlight>
</syntaxhighlight>
Streaming will be restricted to ''user'' but a password will not be required.
Streaming will be restricted to ''user'' but a password will not be required.


== Receiving the Stream ==
== Receiving the Stream ==
Line 68: Line 71:
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 ! autovideosink
</syntaxhighlight>
</syntaxhighlight>
}}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.