Closed birme closed 5 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
output_address is now optional ("127.0.0.1:8888" by default). So it is possible to run it with
output_address
srt-whep -i 127.0.0.1:8989 -p 8000 -s caller
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: