Skip to content

Commit

Permalink
Changes to maybe fix ffmpeg getting stuck remuxing to hls
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaserlang committed Dec 13, 2023
1 parent 9bd8c3d commit 559d6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seplis_play_server/transcoders/video.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def set_video(self):
self.ffmpeg_args.extend([
{'-start_at_zero': None},
{'-avoid_negative_ts': 'disabled'},
#{'-copyts': None},
{'-copyts': None},
])
else:
if config.ffmpeg_hwaccel_enabled:
Expand Down

0 comments on commit 559d6f8

Please sign in to comment.