You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ docker run \
29
29
[-e RTSP_LISTEN_ADDRESS=your_listen_address] \
30
30
[-e RTSP_PORT=your_port] -p your_port:your_port \
31
31
[-e RTSP_PATH=your_path] \
32
-
[-e RTSP_INPUT_STREAM=your_input_stream] \
32
+
[-e RTSP_INPUT_FILE=your_input_file] \
33
33
[-e RTSP_USERNAME=your_username] \
34
34
[-e RTSP_PASSWORD=your_password] \
35
35
[-e RTSP_RESOLUTION='your_width'x'your_height'] \
@@ -44,7 +44,7 @@ All of these options override the default parameters for CES
44
44
*`your_listen_address`: The address you want your server to listen on [default: `0.0.0.0`]
45
45
*`your_port`: The port that you want your server to listen on [default: `8554`]_Don't forget to also expose the port in your container with the -p option like in the example above_
46
46
*`your_path`: The rtsp path at which you want your stream to be served [default: `/live.sdp`]
47
-
*`your_input_stream`: The stream you want to broadcast using CES [default: none]
47
+
*`your_input_file`: The video file you want to broadcast using CES [default: none]
48
48
*`your_username`: If you want to enable security on your stream, using this option will allow you to specify the username required to access your stream [default: none]
49
49
*`your_password`: If you want to enable security on your stream, using this option will allow you to specify the password required to access your stream [default: none]
50
50
*`'your_width'x'your_height'`: The resolution at which you want to stream [default: `352x288`]
0 commit comments