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

Key frame and Audio tweaks #31

Closed noideaman closed 2 years ago

noideaman commented 2 years ago

Added 2 lines to help improve playback of live sources. Keyframe injection to ensure equal segment splits Audio mixing to always be stereo

m1k1o commented 2 years ago

Thanks, closes #22.