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

Question: mp4 proxy #51

Closed stevyn81 closed 4 months ago

stevyn81 commented 4 months ago

Hello, testing now for VOD project and everything is working great, amazing project! Thank you very much for an excellent transcoder. I have been researching for days on how to do this and your work is a great solution.

I see the HLS proxy, is it possible to proxy MP4?

Pull from a remote server https://remote-server.com/move.mp4

m1k1o commented 4 months ago

Hello, thanks!

It depends on what you want to do with the file and whether its live stream or VOD.

Assuming its VOD - its just a file then:

Assuming its live:

stevyn81 commented 4 months ago

Hello, I will "If you want to transcode it on demand to HLS and then proxy, you can to it with this project and then simply take the HLS output and proxy that." working on this now, thanks much!