howto:3rdparty_ingest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
howto:3rdparty_ingest [2021/12/11 13:35] ischluffhowto:3rdparty_ingest [2021/12/21 16:38] (current) – [OBS] derchris
Line 59: Line 59:
  
 === URLs === === URLs ===
 + * Hosts:
 +   * `ingest.c3voc.de`
 +   * `ingest2.c3voc.de`
  * Publish/Play:  * Publish/Play:
    * `rtmp://{host}/stream/{your_endpoint}?auth={key}`    * `rtmp://{host}/stream/{your_endpoint}?auth={key}`
    * Note: Play is currently always possible without auth    * Note: Play is currently always possible without auth
- * Hosts: 
-   * ingest.c3voc.de 
-   * ingest2.c3voc.de 
  
 === ffmpeg example === === ffmpeg example ===
Line 96: Line 96:
           * Rate-Control: VBR (if selectable)           * Rate-Control: VBR (if selectable)
           * Bitrate: 4000 Kbps           * Bitrate: 4000 Kbps
-          * Keyframe Interval: seconds+          * Keyframe Interval: seconds
     * Video     * Video
       * Base (Canvas) Resolution: 1920x1080       * Base (Canvas) Resolution: 1920x1080
Line 124: Line 124:
  
 === URLs === === URLs ===
 +
 + * Hosts:
 +   * `ingest.c3voc.de`
 +   * `ingest2.c3voc.de`
  * Publish:  * Publish:
-   * `srt://{host}:1935?streamid=publish/{your_endpoint}/{auth_key}`+   * `srt://{host}:1337?streamid=publish/{your_endpoint}/{auth_key}`
  * Play:  * Play:
-   * `srt://{host}:1935?streamid=play/{your_endpoint}/{auth_key}` +   * `srt://{host}:1337?streamid=play/{your_endpoint}/{auth_key}` 
- Hosts+ 
-   ingest.c3voc.de +=== OBS === 
-   ingest2.c3voc.de+ 
 +Same settings as with [[howto:3rdparty_ingest#obs-studio_example|RTMP]], but use the following in **Settings -> Stream**: 
 + 
 +Service: `Custom…` 
 +Server: `srt://{host}:1337?streamid=publish/{your_endpoint}/{auth_key}`
  
 +**Audio:** Use [[https://github.com/lukas2511/obs-studio|this OBS Fork]] ([[https://cloud.cccv.de/s/bczAqcWHXX8EkL6|compiled version]]) to be able to stream multiple audio Streams (for translations).
 === ffmpeg example === === ffmpeg example ===
 <code> <code>
  • howto/3rdparty_ingest.1639226112.txt.gz
  • Last modified: 2021/12/11 13:35
  • by ischluff