Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| howto:3rdparty_ingest [2021/12/11 13:23] – ischluff | howto:3rdparty_ingest [2021/12/21 16:38] (current) – [OBS] derchris | ||
|---|---|---|---|
| Line 56: | Line 56: | ||
| * Audio-Streams: | * Audio-Streams: | ||
| * AAC LC, Stereo, 48KHz, 192kbit/s | * AAC LC, Stereo, 48KHz, 192kbit/s | ||
| + | |||
| + | |||
| + | === URLs === | ||
| + | * Hosts: | ||
| + | * `ingest.c3voc.de` | ||
| + | * `ingest2.c3voc.de` | ||
| + | * Publish/ | ||
| + | * `rtmp:// | ||
| + | * Note: Play is currently always possible without auth | ||
| === ffmpeg example === | === ffmpeg example === | ||
| Line 87: | Line 96: | ||
| * Rate-Control: | * Rate-Control: | ||
| * Bitrate: 4000 Kbps | * Bitrate: 4000 Kbps | ||
| - | * Keyframe Interval: | + | * Keyframe Interval: |
| * Video | * Video | ||
| * Base (Canvas) Resolution: 1920x1080 | * Base (Canvas) Resolution: 1920x1080 | ||
| Line 93: | Line 102: | ||
| * Integer FPS Value: 25 | * Integer FPS Value: 25 | ||
| + | === How to test === | ||
| + | You can play back your stream at the same endpoint you pushed to, e.g.: | ||
| + | < | ||
| + | mpv rtmp:// | ||
| + | </ | ||
| ===== SRT Ingest | ===== SRT Ingest | ||
| - | SRT is a relatively new streaming protocol featuring ARQ, which can theoretically support a wide range of . Currently | + | SRT is a relatively new streaming protocol featuring ARQ, which can theoretically support a wide range of container formats. Currently |
| === Stream-Format === | === Stream-Format === | ||
| Line 108: | Line 122: | ||
| * AAC LC, Stereo, 48KHz, 192kbit/s | * AAC LC, Stereo, 48KHz, 192kbit/s | ||
| + | |||
| + | === URLs === | ||
| + | |||
| + | * Hosts: | ||
| + | * `ingest.c3voc.de` | ||
| + | * `ingest2.c3voc.de` | ||
| + | * Publish: | ||
| + | * `srt:// | ||
| + | * Play: | ||
| + | * `srt:// | ||
| + | |||
| + | === OBS === | ||
| + | |||
| + | Same settings as with [[howto: | ||
| + | |||
| + | * Service: `Custom…` | ||
| + | * Server: `srt:// | ||
| + | |||
| + | **Audio:** Use [[https:// | ||
| === ffmpeg example === | === ffmpeg example === | ||
| < | < | ||
| Line 123: | Line 156: | ||
| -f mpegts \ | -f mpegts \ | ||
| srt:// | srt:// | ||
| + | </ | ||
| + | |||
| + | === How to test === | ||
| + | You can play back your stream at the same endpoint you pushed to, e.g.: | ||
| + | < | ||
| + | mpv srt:// | ||
| </ | </ | ||