m1k1o / go-transcode

On-demand transcoding origin server for live inputs and static files in Go using ffmpeg. Also with NVIDIA GPU hardware acceleration.
Apache License 2.0
208 stars 38 forks source link

add WebRTC output support #10

Open m1k1o opened 2 years ago

m1k1o commented 2 years ago

Besides HLS and HTTP streaming, it would be interesting to have WebRTC output. Ideal for low latency when watching from a browser.

This implementation base can then serve for a different project as foundation for creating shared rooms with watching media.