Eyevinn / srt-whep

SRT to WHEP (WebRTC)
Apache License 2.0
71 stars 9 forks source link

Do not require SRT output forwarding #58

Closed birme closed 3 months ago

birme commented 3 months ago

Today it is required to forward the SRT stream to a receiver. It should not have to be mandatory and you should be able to run it simply with:

srt-whep -i 127.0.0.1:8989 -p 8080 -s caller
Wkkkkk commented 3 months ago

output_address is now optional ("127.0.0.1:8888" by default). So it is possible to run it with

srt-whep -i 127.0.0.1:8989 -p 8000  -s caller