Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/aux-streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Streams are identified via a resource URI and accessed through the [`videoSource
| | Protocol | Resource URI | Notes |
|------------------|--------------|---------------------------|----------------------------------------------------------|
| [RTP stream](#rtp) | `rtp://` | `rtp://<remote-ip>:1234` | Replace `<remote-ip>` with remote host's IP or hostname |
| [RTMP stream](#rtmp) | `rtmp://` | `rtp://<remote-server>` | Replace `<remote-server>` with remote rtmp server IP or hostname |
| [Video file](#video-files) | `file://` | `file://my_video.mp4` | Supports saving MP4, MKV, AVI, FLV (see codecs below) |
| [Image file](#image-files) | `file://` | `file://my_image.jpg` | Supports saving JPG, PNG, TGA, BMP |
| [Image sequence](#image-files) | `file://` | `file://image_%i.jpg` | `%i` is replaced by the image number in the sequence |
Expand Down