Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update output stream documentation #1019

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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