datarhei / restreamer

The Restreamer is a complete streaming server solution for self-hosting. It has a visually appealing user interface and no ongoing license costs. Upload your live stream to YouTube, Twitch, Facebook, Vimeo, or other streaming solutions like Wowza. Receive video data from OBS and publish it with the RTMP and SRT server.
https://docs.datarhei.com/restreamer/
Apache License 2.0
3.94k stars 450 forks source link

Audio only input / output streams #541

Open FilipStadler opened 1 year ago

FilipStadler commented 1 year ago

I need a way to stream SRT audio only server with no video signal

ioppermann commented 1 year ago

The Restreamer UI ist targeted to video content and audio-only output is currently only implemented in the Icecast publication service.

If you are only interested in using SRT, the use the built-in SRT server directly. You can build your own streamid. The format of the streamid is `[name],mode:[publish|request],token:[SRT token as defined in the settings], e.g.

foobar,mode:publish,token:abc, or in the full SRT URL: srt://[ip:port]?mode=caller&transtype=live&streamid=foobar,mode:publish,token:abc and for playing the same stream: srt://[ip:port]?mode=caller&transtype=live&streamid=foobar,mode:request,token:abc.

Please note: you can use the SRT server without creating a channel in the UI beforehand. Just use any name.

itprotj commented 1 year ago

I just started using Restreamer and I too was hoping to also take an audio-only input (In my case from a HLS stream). Maybe add this to the wishlist for this project?

FilipStadler commented 1 year ago

I just started using Restreamer and I too was hoping to also take an audio-only input (In my case from a HLS stream). Maybe add this to the wishlist for this project?

I solution can bee to use the virtual test screen input low resolution but select srt audio input its a workaround in some cases usefull maybe... but maybe a static image would be nice.