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 mutex to transcodeFromSegment #43

Closed m1k1o closed 1 year ago

m1k1o commented 1 year ago

When transcodeFromSegment is called simultaneously, it might process a single segment multiple times.