From: Steinar H. Gunderson Date: Sun, 6 Aug 2023 20:51:18 +0000 (+0200) Subject: Implement SRT output. X-Git-Tag: 2.3.0~25 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=e2b654d6a8cc8c64142a9a8ef8bcd82e9d9a9289;hp=e2b654d6a8cc8c64142a9a8ef8bcd82e9d9a9289;p=nageru Implement SRT output. This is useful for push, and for bad networks (e.g. 4G). You can in theory push to another Nageru instance, but the most logical would either be to a Cubemap (running FFmpeg to demux, unfortunately), or to something like YouTube, which is now working on SRT ingest. Note that for YouTube SRT ingest to work, someone from YouTube needs to set a special flag on your account for now. ---