Extend scan for online streams h264 parameters

Issue #573 resolved
Former user created an issue

see http://forum.serviio.org/viewtopic.php?f=7&t=7357 When analyzing SOPCAST h264 streams while refreshing plugins or transcoding, the ffmpeg command often fails because the h264 parameters are not found in the first default 5000000 useconds. My testing shows that extending the search to 10000000 useconds using -analyzeduration 10000000 has always found the h264 parameters. Note that it must be specified as the first parameter prior to the -i parameter in order to be applied to a transcode command,

Comments (5)

  1. Log in to comment