remove vsync drop because it breaks segment

This commit is contained in:
Blake Blackshear 2020-07-09 09:01:48 -05:00
parent 7383db60b0
commit fbe721c860

View File

@ -48,7 +48,6 @@ FFMPEG_DEFAULT_CONFIG = {
'-flags', 'low_delay',
'-strict', 'experimental',
'-fflags', '+genpts+discardcorrupt',
'-vsync', 'drop',
'-rtsp_transport', 'tcp',
'-stimeout', '5000000',
'-use_wallclock_as_timestamps', '1']),