Hi,

I am using ffmpeg to output streams in HLS with ssegmenter.
I am seeing quite lot these messsages in the log but without any visible consequences in the output stream. The output stream seems to be relatively ok even though I sometimes see these messages repeated many many times.

Is that something to worry about? and how do I attempt to fix it?

My command
/root/bin/ffmpeg -y -hide_banner -loglevel verbose -nostats -threads auto -timeout 5000000 -analyzeduration 10000000 -probesize 10000000 -fflags +genpts -i 'udp://235.5.1.111:5000?reuse=1&timeout=10000000&fifo_size=1000000&overrun_nonfatal=0&buffer_size=16777216' -c:v h264 -b:v 1500k -maxrate:v 3000k -bufsize:v 15000k -refs 6 -bf 5 -g 250 -keyint_min 250 -map 0:#0x22c -c:a libfdk_aac -f ssegment -segment_list /origin/tmp/ST041/tv/chunklist.m3u8 -segment_time 10 -segment_list_size 3 -segment_list_flags -cache+live -strftime 1 '/origin/tmp/ST041/tv/%%s.ts' -f image2 -r 1/120 -bt 20M -vsync 1 -update 1 -q:v 0 /origin/tmp/ST041-screenshot.jpg


thank you in advance for any pointers...


Example from log
grep
ST041.out.log:*** 8 dup!
ST041.out.log-    Last message repeated 5 times
--
ST041.out.log:*** 1 dup!
ST041.out.log-    Last message repeated 2 times
--
ST041.out.log:*** 2 dup!
ST041.out.log-    Last message repeated 2 times
--
ST041.out.log:*** 9 dup!
ST041.out.log-    Last message repeated 5 times
ST041.out.log:*** 2 dup!
ST041.out.log-    Last message repeated 2 times
--
ST041.out.log:*** 119 dup!
ST041.out.log-[stream_segment,ssegment @ 0x2782be0] segment:'/origin/tmp/ST041/mobile/1441879931.ts' count:2347 ended
--
ST041.out.log:*** 119 dup!
ST041.out.log-[stream_segment,ssegment @ 0x2785a20] segment:'/origin/tmp/ST041/tablet/1441879931.ts' count:2347 ended
--
ST041.out.log:*** 119 dup!
ST041.out.log-[stream_segment,ssegment @ 0x27fb3e0] segment:'/origin/tmp/ST041/tv/1441879931.ts' count:2347 ended



ST041.out.log:*** drop!
ST041.out.log-    Last message repeated 20 times
--
ST041.out.log:*** drop!
ST041.out.log-    Last message repeated 20 times
--
ST041.out.log:*** drop!
ST041.out.log-    Last message repeated 19 times
--
ST041.out.log:*** drop!
ST041.out.log-[stream_segment,ssegment @ 0x2b0c8a0] segment:'/origin/tmp/ST041/tablet/1441893223.ts' count:3676 ended
--
ST041.out.log:*** drop!
ST041.out.log-    Last message repeated 18 times
--
ST041.out.log:*** drop!
ST041.out.log-[stream_segment,ssegment @ 0x2b0c8a0] segment:'/origin/tmp/ST041/tablet/1441893233.ts' count:3677 ended
--
ST041.out.log:*** drop!
ST041.out.log-    Last message repeated 19 times
--
ST041.out.log:*** drop!
ST041.out.log-    Last message repeated 20 times


--
--
Haris Zukanovic

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to