2. Open the stream. For instance, you can open the stream with _VLC_:
@ -260,19 +261,24 @@ The resulting stream will be available in path `/mystream`.
@@ -260,19 +261,24 @@ The resulting stream will be available in path `/mystream`.
GStreamer can publish a stream to the server in multiple ways (RTSP client, RTMP client, UDP/MPEG-TS, WebRTC with WHIP). The recommended one consists in publishing as a [RTSP client](#rtsp-clients):
The RTSP protocol supports multiple underlying transport protocols, each with its own characteristics (see [RTSP-specific features](#rtsp-specific-features)). You can set the transport protocol by using the `protocols` flag:
The resulting stream will be available in path `/mystream`.
@ -831,7 +837,10 @@ Although the server can produce HLS with a variety of video and audio codecs (th
@@ -831,7 +837,10 @@ Although the server can produce HLS with a variety of video and audio codecs (th
If you want to support most browsers, you can to re-encode the stream by using the H264 and AAC codecs, for instance by using FFmpeg:
@ -1038,7 +1047,10 @@ To change the format, codec or compression of a stream, use _FFmpeg_ or _GStream
@@ -1038,7 +1047,10 @@ To change the format, codec or compression of a stream, use _FFmpeg_ or _GStream
@ -1049,7 +1061,10 @@ To save available streams to disk, you can use the `runOnReady` parameter and _F
@@ -1049,7 +1061,10 @@ To save available streams to disk, you can use the `runOnReady` parameter and _F