go-transcode
go-transcode copied to clipboard
On-demand transcoding origin server for live inputs and static files in Go using ffmpeg. Also with NVIDIA GPU hardware acceleration.
When video has multiple audio, maybe it would be nice if we can choose the best audio language, the ffprobe can give all index audio.
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...
[from here](https://github.com/m1k1o/go-transcode/pull/3#issuecomment-926760416) Server.Proxy setting should enable/disable trusting of X-Forwarded-For headers
[source](https://github.com/m1k1o/go-transcode/pull/3#discussion_r716082896) > In the future, I would like to split HLS, HTTP (live) and on-demand streaming to different modules. And every module should have separate config. And they would be...
Hi, first of all great project ... just did a few quick tests and its working great. in the next days i will get a system with an nvidia p4000...
I know this probably isn't very high on your list, but I have a use case for on-demand transcoding on Windows, couldn't find any other existing project doing this as...
If transcoded semgents should be cleaned up in intervals, after program exit, never (and be reused next time)....
Is it possible that an issue exists with overlapping transcoding runs, i.e. is it possible that there is a situation (race condition?) in which `segmentBufferMax+1` ffmpeg instances run simultaneously? I'm...