[FFmpeg-user] multicast streaming real time raw rgb images
Jacobs
jacobhameiri at gmail.com
Thu Apr 18 16:16:33 CEST 2013
setting -analyzeduration -probesize to low values had some effect on the
delay ( but still more delay than required ).
vlc was able to play the stream but with many errors ( see output below )
ffmpeg wasn't able to play the stream ( see output below )
Also, I had moved to libx264 ( hoping for better network streaming results )
but I have many frame errors. maybe you can understand from the output what
my problems are.
Can you please examine my command and output and suggest proper
modifications ?
As mentioned before I have 2 issues, a. delay in played stream b. errors in
played stream ( corrupted images )
full commands and debug output:
>>>>>>>>>>>>>> ffmpeg:
ffmpeg started on 2013-04-18 at 16:55:24
Report written to "ffmpeg-20130418-165524.log"
Command line:
/bin/ffmpeg -loglevel debug -probesize 32 -analyzeduration 32 -threads 8 -an
-f rawvideo -vcodec rawvideo -s 800x1280 -pix_fmt rgba -r 9 -i - -vcodec
libx264 -skip_loop_filter all -threads 8 -probesize 32 -analyzeduration 32
-preset ultrafast -tune zerolatency,fastdecode -r 9 -filter:v "scale=400:-1"
-sws_flags fast_bilinear -bsf:v h264_mp4toannexb -b 200000 -f mpegts
udp://224.1.1.1:1234 -report
ffmpeg version 1.0 Copyright (c) 2000-2012 the FFmpeg developers
built on Nov 18 2012 21:53:10 with gcc 4.6.x-google (GCC) 20120106
(prerelease)
configuration: --arch=arm --cpu=cortex-a8 --target-os=linux
--enable-runtime-cpudetect --prefix=/data/ --disable-shared --enable-static
--cross-prefix=/home/oz/android-ndk-r8b//toolchains/arm-linux-androideabi-4.6/prebuilt/linux-x86/bin/arm-linux-androideabi-
--sysroot=/home/oz/android-ndk-r8b//platforms/android-8/arch-arm
--extra-cflags='-I../x264 -mfloat-abi=softfp -mfpu=neon -mfpu=vfpv3-d16'
--extra-ldflags='-L../x264 ' --enable-version3 --enable-gpl --disable-doc
--enable-libfreetype --enable-hwaccels --disable-ffprobe --enable-ffserver
--enable-pthreads --enable-libx264 --disable-fast-unaligned
libavutil 51. 73.101 / 51. 73.101
libavcodec 54. 59.100 / 54. 59.100
libavformat 54. 29.104 / 54. 29.104
libavdevice 54. 2.101 / 54. 2.101
libavfilter 3. 17.100 / 3. 17.100
libswscale 2. 1.101 / 2. 1.101
libswresample 0. 15.100 / 0. 15.100
libpostproc 52. 0.100 / 52. 0.100
[rawvideo @ 0x24ad7b0] File position before avformat_find_stream_info() is 0
[rawvideo @ 0x24ad7b0] All info found
[rawvideo @ 0x24ad7b0] Estimating duration from bitrate, this may be
inaccurate
[rawvideo @ 0x24ad7b0] File position after avformat_find_stream_info() is
4096000
Input #0, rawvideo, from 'pipe:':
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0, 1, 1/9: Video: rawvideo (RGBA / 0x41424752), rgba,
800x1280, 1/9, 9 tbr, 9 tbn, 9 tbc
Please use -b:a or -b:v, -b is ambiguous
[buffer @ 0x24a8a80] Setting entry with key 'video_size' to value '800x1280'
[buffer @ 0x24a8a80] Setting entry with key 'pix_fmt' to value '28'
[buffer @ 0x24a8a80] Setting entry with key 'time_base' to value '1/9'
[buffer @ 0x24a8a80] Setting entry with key 'pixel_aspect' to value '0/1'
[buffer @ 0x24a8a80] Setting entry with key 'sws_param' to value 'flags=2'
[buffer @ 0x24a8a80] Setting entry with key 'frame_rate' to value '9/1'
[graph 0 input from stream 0:0 @ 0x24a8a40] w:800 h:1280 pixfmt:rgba tb:1/9
fr:9/1 sar:0/1 sws_param:flags=2
[Parsed_scale_0 @ 0x24a8610] picking yuv420p out of 4 ref:rgba alpha:1
[graph 0 input from stream 0:0 @ 0x24a8a40] TB:0.111111 FRAME_RATE:9.000000
SAMPLE_RATE:NaN
[Parsed_scale_0 @ 0x24a8610] w:800 h:1280 fmt:rgba sar:0/1 -> w:400 h:640
fmt:yuv420p sar:0/1 flags:0x1
[libx264 @ 0x24a70d0] not compiled with thread support!
[libx264 @ 0x24a70d0] using cpu capabilities: ARMv6 NEON
[libx264 @ 0x24a70d0] profile Constrained Baseline, level 2.2
[mpegts @ 0x24a6970] muxrate VBR, pcr every 1 pkts, sdt every 200, pat/pmt
every 40 pkts
Output #0, mpegts, to 'udp://224.1.1.1:1234':
Metadata:
encoder : Lavf54.29.104
Stream #0:0, 0, 1/90000: Video: h264, yuv420p, 400x640, 1/9, q=-1--1,
200 kb/s, 90k tbn, 9 tbc
Stream mapping:
Stream #0:0 -> #0:0 (rawvideo -> libx264)
[libx264 @ 0x24a70d0] frame= 0 QP=20.00 NAL=3 Slice:I Poc:0 I:1000 P:0
SKIP:0 size=8302 bytes
[libx264 @ 0x24a70d0] frame= 1 QP=24.00 NAL=2 Slice:P Poc:2 I:4 P:10
SKIP:986 size=329 bytes
[libx264 @ 0x24a70d0] frame= 2 QP=20.00 NAL=2 Slice:P Poc:4 I:12 P:26
SKIP:962 size=631 bytes
[libx264 @ 0x24a70d0] frame= 3 QP=16.00 NAL=2 Slice:P Poc:6 I:97 P:260
SKIP:643 size=3237 bytes
[libx264 @ 0x24a70d0] frame= 4 QP=15.00 NAL=2 Slice:P Poc:8 I:13 P:77
SKIP:910 size=929 bytes
[libx264 @ 0x24a70d0] frame= 5 QP=14.00 NAL=2 Slice:P Poc:10 I:270 P:155
SKIP:575 size=2241 bytes
frame= 6 fps=0.0 q=14.0 size= 18kB time=00:00:00.66 bitrate=
216.6kbits/s
frame= 6 QP=13.00 NAL=2 Slice:P Poc:12 I:27 P:160 SKIP:813 size=2749
bytes
[libx264 @ 0x24a70d0] frame= 7 QP=14.00 NAL=2 Slice:P Poc:14 I:5 P:14
SKIP:981 size=962 bytes
[libx264 @ 0x24a70d0] frame= 8 QP=12.00 NAL=2 Slice:P Poc:16 I:202 P:176
SKIP:622 size=2551 bytes
[libx264 @ 0x24a70d0] frame= 9 QP=12.00 NAL=2 Slice:P Poc:18 I:112 P:55
SKIP:833 size=1264 bytes
frame= 10 fps=8.7 q=12.0 size= 26kB time=00:00:01.11 bitrate=
193.6kbits/s
frame= 10 QP=11.00 NAL=2 Slice:P Poc:20 I:162 P:158 SKIP:680 size=2033
bytes
[libx264 @ 0x24a70d0] frame= 11 QP=12.00 NAL=2 Slice:P Poc:22 I:108 P:82
SKIP:810 size=2372 bytes
[libx264 @ 0x24a70d0] frame= 12 QP=11.00 NAL=2 Slice:P Poc:24 I:110 P:81
SKIP:809 size=1373 bytes
[libx264 @ 0x24a70d0] frame= 13 QP=11.00 NAL=2 Slice:P Poc:26 I:105 P:70
SKIP:825 size=1379 bytes
frame= 14 fps=8.2 q=11.0 size= 34kB time=00:00:01.55 bitrate=
180.8kbits/s
frame= 14 QP=10.00 NAL=2 Slice:P Poc:28 I:112 P:156 SKIP:732 size=2564
bytes
[libx264 @ 0x24a70d0] frame= 15 QP=10.00 NAL=2 Slice:P Poc:30 I:5 P:17
SKIP:978 size=1192 bytes
[libx264 @ 0x24a70d0] frame= 16 QP=9.00 NAL=2 Slice:P Poc:32 I:9 P:106
SKIP:885 size=1822 bytes
[libx264 @ 0x24a70d0] frame= 17 QP=9.00 NAL=2 Slice:P Poc:34 I:6 P:15
SKIP:979 size=1144 bytes
frame= 18 fps=8.1 q=9.0 size= 42kB time=00:00:02.00 bitrate=
173.0kbits/s
frame= 18 QP=9.00 NAL=2 Slice:P Poc:36 I:9 P:26 SKIP:965 size=2243
bytes
[libx264 @ 0x24a70d0] frame= 19 QP=8.00 NAL=2 Slice:P Poc:38 I:89 P:191
SKIP:720 size=3340 bytes
[libx264 @ 0x24a70d0] frame= 20 QP=8.00 NAL=2 Slice:P Poc:40 I:18 P:59
SKIP:923 size=1319 bytes
[libx264 @ 0x24a70d0] frame= 21 QP=8.00 NAL=2 Slice:P Poc:42 I:4 P:16
SKIP:980 size=1444 bytes
frame= 22 fps=8.0 q=8.0 size= 51kB time=00:00:02.44 bitrate=
172.3kbits/s
frame= 22 QP=7.00 NAL=2 Slice:P Poc:44 I:8 P:132 SKIP:860 size=2115
bytes
[libx264 @ 0x24a70d0] frame= 23 QP=7.00 NAL=2 Slice:P Poc:46 I:3 P:29
SKIP:968 size=1245 bytes
[libx264 @ 0x24a70d0] frame= 24 QP=7.00 NAL=2 Slice:P Poc:48 I:13 P:14
SKIP:973 size=1265 bytes
[libx264 @ 0x24a70d0] frame= 25 QP=7.00 NAL=2 Slice:P Poc:50 I:5 P:19
SKIP:976 size=1231 bytes
frame= 26 fps=7.9 q=7.0 size= 58kB time=00:00:02.88 bitrate=
164.5kbits/s
frame= 26 QP=7.00 NAL=2 Slice:P Poc:52 I:8 P:34 SKIP:958 size=2490
bytes
[libx264 @ 0x24a70d0] frame= 27 QP=6.00 NAL=2 Slice:P Poc:54 I:6 P:45
SKIP:949 size=1067 bytes
[libx264 @ 0x24a70d0] frame= 28 QP=6.00 NAL=2 Slice:P Poc:56 I:3 P:20
SKIP:977 size=1517 bytes
[libx264 @ 0x24a70d0] frame= 29 QP=5.00 NAL=2 Slice:P Poc:58 I:332 P:261
SKIP:407 size=4384 bytes
frame= 30 fps=7.8 q=5.0 size= 68kB time=00:00:03.33 bitrate=
167.4kbits/s
frame= 30 QP=6.00 NAL=2 Slice:P Poc:60 I:4 P:19 SKIP:977 size=1591
bytes
[libx264 @ 0x24a70d0] frame= 31 QP=5.00 NAL=2 Slice:P Poc:62 I:104 P:80
SKIP:816 size=1634 bytes
[libx264 @ 0x24a70d0] frame= 32 QP=5.00 NAL=2 Slice:P Poc:64 I:102 P:75
SKIP:823 size=1575 bytes
[libx264 @ 0x24a70d0] frame= 33 QP=5.00 NAL=2 Slice:P Poc:66 I:102 P:73
SKIP:825 size=1684 bytes
frame= 34 fps=7.8 q=5.0 size= 75kB time=00:00:03.77 bitrate=
163.6kbits/s
frame= 34 QP=5.00 NAL=2 Slice:P Poc:68 I:115 P:80 SKIP:805 size=3326
bytes
[libx264 @ 0x24a70d0] frame= 35 QP=5.00 NAL=2 Slice:P Poc:70 I:108 P:73
SKIP:819 size=2064 bytes
[libx264 @ 0x24a70d0] frame= 36 QP=5.00 NAL=2 Slice:P Poc:72 I:102 P:75
SKIP:823 size=1960 bytes
[libx264 @ 0x24a70d0] frame= 37 QP=4.00 NAL=2 Slice:P Poc:74 I:107 P:218
SKIP:675 size=4105 bytes
frame= 38 fps=7.8 q=4.0 size= 88kB time=00:00:04.22 bitrate=
171.3kbits/s
frame= 38 QP=5.00 NAL=2 Slice:P Poc:76 I:11 P:27 SKIP:962 size=1420
bytes
[libx264 @ 0x24a70d0] frame= 39 QP=5.00 NAL=2 Slice:P Poc:78 I:2 P:24
SKIP:974 size=1782 bytes
[libx264 @ 0x24a70d0] frame= 40 QP=5.00 NAL=2 Slice:P Poc:80 I:6 P:20
SKIP:974 size=1655 bytes
[libx264 @ 0x24a70d0] frame= 41 QP=5.00 NAL=2 Slice:P Poc:82 I:7 P:33
SKIP:960 size=2445 bytes
frame= 42 fps=7.7 q=5.0 size= 96kB time=00:00:04.66 bitrate=
169.2kbits/s
frame= 42 QP=4.00 NAL=2 Slice:P Poc:84 I:7 P:80 SKIP:913 size=2183
bytes
[libx264 @ 0x24a70d0] frame= 43 QP=4.00 NAL=2 Slice:P Poc:86 I:5 P:55
SKIP:940 size=1311 bytes
[libx264 @ 0x24a70d0] frame= 44 QP=4.00 NAL=2 Slice:P Poc:88 I:8 P:50
SKIP:942 size=1875 bytes
[libx264 @ 0x24a70d0] frame= 45 QP=4.00 NAL=2 Slice:P Poc:90 I:5 P:52
SKIP:943 size=2009 bytes
frame= 46 fps=7.7 q=4.0 size= 105kB time=00:00:05.11 bitrate=
168.0kbits/s
frame= 46 QP=3.00 NAL=2 Slice:P Poc:92 I:9 P:143 SKIP:848 size=2747
bytes
[libx264 @ 0x24a70d0] frame= 47 QP=4.00 NAL=2 Slice:P Poc:94 I:3 P:32
SKIP:965 size=2084 bytes
[libx264 @ 0x24a70d0] frame= 48 QP=3.00 NAL=2 Slice:P Poc:96 I:3 P:31
SKIP:966 size=1468 bytes
[libx264 @ 0x24a70d0] frame= 49 QP=3.00 NAL=2 Slice:P Poc:98 I:13 P:32
SKIP:955 size=1954 bytes
frame= 50 fps=7.7 q=3.0 size= 114kB time=00:00:05.55 bitrate=
168.1kbits/s
frame= 50 QP=3.00 NAL=2 Slice:P Poc:100 I:4 P:34 SKIP:962 size=1644
bytes
[libx264 @ 0x24a70d0] frame= 51 QP=3.00 NAL=2 Slice:P Poc:102 I:7 P:26
SKIP:967 size=1504 bytes
[libx264 @ 0x24a70d0] frame= 52 QP=3.00 NAL=2 Slice:P Poc:104 I:8 P:23
SKIP:969 size=1821 bytes
[libx264 @ 0x24a70d0] frame= 53 QP=2.00 NAL=2 Slice:P Poc:106 I:3 P:159
SKIP:838 size=2845 bytes
frame= 54 fps=7.7 q=2.0 size= 123kB time=00:00:06.00 bitrate=
167.9kbits/s
frame= 54 QP=2.00 NAL=2 Slice:P Poc:108 I:10 P:34 SKIP:956 size=1507
bytes
[libx264 @ 0x24a70d0] frame= 55 QP=2.00 NAL=2 Slice:P Poc:110 I:0 P:20
SKIP:980 size=786 bytes
[libx264 @ 0x24a70d0] frame= 56 QP=3.00 NAL=2 Slice:P Poc:112 I:15 P:21
SKIP:964 size=3536 bytes
[libx264 @ 0x24a70d0] frame= 57 QP=2.00 NAL=2 Slice:P Poc:114 I:7 P:34
SKIP:959 size=1475 bytes
frame= 58 fps=7.7 q=2.0 size= 131kB time=00:00:06.44 bitrate=
166.9kbits/s
frame= 58 QP=2.00 NAL=2 Slice:P Poc:116 I:2 P:23 SKIP:975 size=1303
bytes
[libx264 @ 0x24a70d0] frame= 59 QP=1.00 NAL=2 Slice:P Poc:118 I:5 P:25
SKIP:970 size=1767 bytes
[libx264 @ 0x24a70d0] frame= 60 QP=1.00 NAL=2 Slice:P Poc:120 I:0 P:20
SKIP:980 size=727 bytes
[libx264 @ 0x24a70d0] frame= 61 QP=1.00 NAL=2 Slice:P Poc:122 I:2 P:24
SKIP:974 size=2010 bytes
frame= 62 fps=7.7 q=1.0 size= 138kB time=00:00:06.88 bitrate=
164.2kbits/s
frame= 62 QP=1.00 NAL=2 Slice:P Poc:124 I:10 P:15 SKIP:975 size=1017
bytes
[libx264 @ 0x24a70d0] frame= 63 QP=1.00 NAL=2 Slice:P Poc:126 I:3 P:23
SKIP:974 size=1903 bytes
[libx264 @ 0x24a70d0] frame= 64 QP=1.00 NAL=2 Slice:P Poc:128 I:9 P:32
SKIP:959 size=3250 bytes
[libx264 @ 0x24a70d0] frame= 65 QP=1.00 NAL=2 Slice:P Poc:130 I:9 P:29
SKIP:962 size=1872 bytes
frame= 66 fps=7.7 q=1.0 size= 147kB time=00:00:07.33 bitrate=
164.1kbits/s
frame= 66 QP=1.00 NAL=2 Slice:P Poc:132 I:4 P:26 SKIP:970 size=1818
bytes
[libx264 @ 0x24a70d0] frame= 67 QP=0.00 NAL=2 Slice:P Poc:134 I:9 P:84
SKIP:907 size=2241 bytes
[libx264 @ 0x24a70d0] frame= 68 QP=0.00 NAL=2 Slice:P Poc:136 I:4 P:64
SKIP:932 size=1974 bytes
[libx264 @ 0x24a70d0] frame= 69 QP=0.00 NAL=2 Slice:P Poc:138 I:9 P:56
SKIP:935 size=2081 bytes
frame= 70 fps=7.7 q=0.0 size= 156kB time=00:00:07.77 bitrate=
164.8kbits/s
frame= 70 QP=0.00 NAL=2 Slice:P Poc:140 I:3 P:60 SKIP:937 size=1877
bytes
[libx264 @ 0x24a70d0] frame= 71 QP=0.00 NAL=2 Slice:P Poc:142 I:4 P:60
SKIP:936 size=2441 bytes
[libx264 @ 0x24a70d0] frame= 72 QP=1.00 NAL=2 Slice:P Poc:144 I:22 P:37
SKIP:941 size=4017 bytes
[libx264 @ 0x24a70d0] frame= 73 QP=1.00 NAL=2 Slice:P Poc:146 I:5 P:41
SKIP:954 size=2168 bytes
frame= 74 fps=7.7 q=1.0 size= 168kB time=00:00:08.22 bitrate=
167.0kbits/s
frame= 74 QP=0.00 NAL=2 Slice:P Poc:148 I:2 P:67 SKIP:931 size=2189
bytes
[libx264 @ 0x24a70d0] frame= 75 QP=0.00 NAL=2 Slice:P Poc:150 I:7 P:59
SKIP:934 size=1934 bytes
[libx264 @ 0x24a70d0] frame= 76 QP=0.00 NAL=2 Slice:P Poc:152 I:4 P:60
SKIP:936 size=2027 bytes
[libx264 @ 0x24a70d0] frame= 77 QP=0.00 NAL=2 Slice:P Poc:154 I:9 P:55
SKIP:936 size=1958 bytes
frame= 78 fps=7.7 q=0.0 size= 177kB time=00:00:08.66 bitrate=
166.9kbits/s
frame= 78 QP=0.00 NAL=2 Slice:P Poc:156 I:2 P:63 SKIP:935 size=2272
bytes
[libx264 @ 0x24a70d0] frame= 79 QP=0.00 NAL=2 Slice:P Poc:158 I:4 P:57
SKIP:939 size=1775 bytes
[libx264 @ 0x24a70d0] frame= 80 QP=0.00 NAL=2 Slice:P Poc:160 I:23 P:53
SKIP:924 size=2222 bytes
[libx264 @ 0x24a70d0] frame= 81 QP=0.00 NAL=2 Slice:P Poc:162 I:4 P:55
SKIP:941 size=2289 bytes
frame= 82 fps=7.7 q=0.0 size= 186kB time=00:00:09.11 bitrate=
167.2kbits/s
frame= 82 QP=0.00 NAL=2 Slice:P Poc:164 I:7 P:52 SKIP:941 size=2001
bytes
[libx264 @ 0x24a70d0] frame= 83 QP=0.00 NAL=2 Slice:P Poc:166 I:2 P:56
SKIP:942 size=1894 bytes
[libx264 @ 0x24a70d0] frame= 84 QP=0.00 NAL=2 Slice:P Poc:168 I:8 P:48
SKIP:944 size=1595 bytes
[libx264 @ 0x24a70d0] frame= 85 QP=0.00 NAL=2 Slice:P Poc:170 I:7 P:49
SKIP:944 size=1455 bytes
frame= 86 fps=7.7 q=0.0 size= 194kB time=00:00:09.55 bitrate=
166.7kbits/s
frame= 86 QP=0.00 NAL=2 Slice:P Poc:172 I:3 P:55 SKIP:942 size=1815
bytes
[libx264 @ 0x24a70d0] frame= 87 QP=0.00 NAL=2 Slice:P Poc:174 I:13 P:63
SKIP:924 size=3783 bytes
[libx264 @ 0x24a70d0] frame= 88 QP=0.00 NAL=2 Slice:P Poc:176 I:6 P:59
SKIP:935 size=1401 bytes
[libx264 @ 0x24a70d0] frame= 89 QP=0.00 NAL=2 Slice:P Poc:178 I:5 P:59
SKIP:936 size=2293 bytes
frame= 90 fps=7.7 q=0.0 size= 205kB time=00:00:10.00 bitrate=
167.5kbits/s
frame= 90 QP=0.00 NAL=2 Slice:P Poc:180 I:10 P:51 SKIP:939 size=2057
bytes
[libx264 @ 0x24a70d0] frame= 91 QP=0.00 NAL=2 Slice:P Poc:182 I:4 P:57
SKIP:939 size=2433 bytes
[libx264 @ 0x24a70d0] frame= 92 QP=0.00 NAL=2 Slice:P Poc:184 I:5 P:56
SKIP:939 size=1980 bytes
[libx264 @ 0x24a70d0] frame= 93 QP=0.00 NAL=2 Slice:P Poc:186 I:6 P:55
SKIP:939 size=2394 bytes
frame= 94 fps=7.7 q=0.0 size= 214kB time=00:00:10.44 bitrate=
168.0kbits/s
frame= 94 QP=0.00 NAL=2 Slice:P Poc:188 I:9 P:64 SKIP:927 size=3500
bytes
[libx264 @ 0x24a70d0] frame= 95 QP=0.00 NAL=2 Slice:P Poc:190 I:9 P:63
SKIP:928 size=2089 bytes
>>>>>>>>>>>>>> ffplay:
ffplay started on 2013-04-18 at 16:54:44
Report written to "ffplay-20130418-165444.log"
Command line:
ffplay.exe -loglevel debug -probesize 3000 -analyzeduration 32
udp://224.1.1.1:1234 -report
ffplay version N-46469-gc995644 Copyright (c) 2003-2012 the FFmpeg
developers
built on Nov 5 2012 17:58:15 with gcc 4.7.2 (GCC)
configuration: --enable-gpl --enable-version3 --disable-pthreads
--enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r
--enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb
--enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut
--enable-libopenjpeg --enable-libopus --enable-librtmp
--enable-libschroedinger --enable-libspeex --enable-libtheora
--enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc
--enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs
--enable-libxvid --enable-zlib
libavutil 52. 5.100 / 52. 5.100
libavcodec 54. 71.100 / 54. 71.100
libavformat 54. 36.100 / 54. 36.100
libavdevice 54. 3.100 / 54. 3.100
libavfilter 3. 21.106 / 3. 21.106
libswscale 2. 1.102 / 2. 1.102
libswresample 0. 16.100 / 0. 16.100
libpostproc 52. 1.100 / 52. 1.100
[mpegts @ 0000000001f12ac0] Format mpegts probed with size=2048 and
score=100
[mpegts @ 0000000001f12ac0] Unable to seek back to the start
[mpegts @ 0000000001f12ac0] File position before avformat_find_stream_info()
is 10904
[mpegts @ 0000000001f12ac0] stream=0 stream_type=0 pid=100 prog_reg_desc=
[mpegts @ 0000000001f12ac0] probing stream 0 pp:2500
[mpegts @ 0000000001f12ac0] Probe with size=935, packets=1 detected mp3 with
score=1
[mpegts @ 0000000001f12ac0] stream=0 stream_type=1b pid=100 prog_reg_desc=
[NULL @ 0000000001f26b40] non-existing PPS referenced
[h264 @ 0000000001f26b40] non-existing PPS 0 referenced
[h264 @ 0000000001f26b40] decode_slice_header error
[h264 @ 0000000001f26b40] no frame!
[h264 @ 0000000001f26b40] non-existing PPS referenced
[h264 @ 0000000001f26b40] non-existing PPS 0 referenced
[h264 @ 0000000001f26b40] decode_slice_header error
[h264 @ 0000000001f26b40] no frame!
[mpegts @ 0000000001f12ac0] Probe buffer size limit 3000 reached
[mpegts @ 0000000001f12ac0] Stream #0: not enough frames to estimate rate;
consider increasing probesize
[mpegts @ 0000000001f12ac0] decoding for stream 0 failed
[mpegts @ 0000000001f12ac0] Could not find codec parameters for stream 0
(Video: h264 ([27][0][0][0] / 0x001B)): unspecified size
Consider increasing the value for the 'analyzeduration' and 'probesize'
options
rfps: 1.000000 0.000000
rfps: 1.000000 0.000000
rfps: 1.083333 0.000000
rfps: 1.083333 0.000000
rfps: 1.166667 0.000000
rfps: 1.166667 0.000000
rfps: 1.250000 0.000000
rfps: 1.250000 0.000000
rfps: 1.333333 0.000000
rfps: 1.333333 0.000000
rfps: 1.416667 0.000000
rfps: 1.416667 0.000000
rfps: 1.500000 0.000000
rfps: 1.500000 0.000000
rfps: 1.583333 0.000000
rfps: 1.583333 0.000000
rfps: 1.666667 0.000000
rfps: 1.666667 0.000000
rfps: 1.750000 0.000000
rfps: 1.750000 0.000000
rfps: 1.833333 0.000000
rfps: 1.833333 0.000000
rfps: 1.916667 0.000000
rfps: 1.916667 0.000000
rfps: 2.000000 0.000000
rfps: 2.000000 0.000000
rfps: 2.083333 0.000000
rfps: 2.083333 0.000000
rfps: 2.166667 0.000000
rfps: 2.166667 0.000000
rfps: 2.250000 0.000000
rfps: 2.250000 0.000000
rfps: 2.333333 0.000000
rfps: 2.333333 0.000000
rfps: 2.416667 0.000000
rfps: 2.416667 0.000000
rfps: 2.500000 0.000000
rfps: 2.500000 0.000000
rfps: 2.583333 0.000000
rfps: 2.583333 0.000000
rfps: 2.666667 0.000000
rfps: 2.666667 0.000000
rfps: 2.750000 0.000000
rfps: 2.750000 0.000000
rfps: 2.833333 0.000000
rfps: 2.833333 0.000000
rfps: 2.916667 0.000000
rfps: 2.916667 0.000000
rfps: 3.000000 0.000000
rfps: 3.000000 0.000000
rfps: 3.083333 0.000000
rfps: 3.083333 0.000000
rfps: 3.166667 0.000000
rfps: 3.166667 0.000000
rfps: 3.250000 0.000000
rfps: 3.250000 0.000000
rfps: 3.333333 0.000000
rfps: 3.333333 0.000000
rfps: 3.416667 0.000000
rfps: 3.416667 0.000000
rfps: 3.500000 0.000000
rfps: 3.500000 0.000000
rfps: 3.583333 0.000000
rfps: 3.583333 0.000000
rfps: 3.666667 0.000000
rfps: 3.666667 0.000000
rfps: 3.750000 0.000000
rfps: 3.750000 0.000000
rfps: 3.833333 0.000000
rfps: 3.833333 0.000000
rfps: 3.916667 0.000000
rfps: 3.916667 0.000000
rfps: 4.000000 0.000000
rfps: 4.000000 0.000000
rfps: 4.083333 0.000000
rfps: 4.083333 0.000000
rfps: 4.166667 0.000000
rfps: 4.166667 0.000000
rfps: 4.250000 0.000000
rfps: 4.250000 0.000000
rfps: 4.333333 0.000000
rfps: 4.333333 0.000000
rfps: 4.416667 0.000000
rfps: 4.416667 0.000000
rfps: 4.500000 0.000000
rfps: 4.500000 0.000000
rfps: 4.583333 0.000000
rfps: 4.583333 0.000000
rfps: 4.666667 0.000000
rfps: 4.666667 0.000000
rfps: 4.750000 0.000000
rfps: 4.750000 0.000000
rfps: 4.833333 0.000000
rfps: 4.833333 0.000000
rfps: 4.916667 0.000000
rfps: 4.916667 0.000000
rfps: 5.000000 0.000000
rfps: 5.000000 0.000000
rfps: 5.083333 0.000000
rfps: 5.083333 0.000000
rfps: 5.166667 0.000000
rfps: 5.166667 0.000000
rfps: 5.250000 0.000000
rfps: 5.250000 0.000000
rfps: 5.333333 0.000000
rfps: 5.333333 0.000000
rfps: 5.416667 0.000000
rfps: 5.416667 0.000000
rfps: 5.500000 0.000000
rfps: 5.500000 0.000000
rfps: 5.583333 0.000000
rfps: 5.583333 0.000000
rfps: 5.666667 0.000000
rfps: 5.666667 0.000000
rfps: 5.750000 0.000000
rfps: 5.750000 0.000000
rfps: 5.833333 0.000000
rfps: 5.833333 0.000000
rfps: 5.916667 0.000000
rfps: 5.916667 0.000000
rfps: 6.000000 0.000000
rfps: 6.000000 0.000000
rfps: 6.083333 0.000000
rfps: 6.083333 0.000000
rfps: 6.166667 0.000000
rfps: 6.166667 0.000000
rfps: 6.250000 0.000000
rfps: 6.250000 0.000000
rfps: 6.333333 0.000000
rfps: 6.333333 0.000000
rfps: 6.416667 0.000000
rfps: 6.416667 0.000000
rfps: 6.500000 0.000000
rfps: 6.500000 0.000000
rfps: 6.583333 0.000000
rfps: 6.583333 0.000000
rfps: 6.666667 0.000000
rfps: 6.666667 0.000000
rfps: 6.750000 0.000000
rfps: 6.750000 0.000000
rfps: 6.833333 0.000000
rfps: 6.833333 0.000000
rfps: 6.916667 0.000000
rfps: 6.916667 0.000000
rfps: 7.000000 0.000000
rfps: 7.000000 0.000000
rfps: 7.083333 0.000000
rfps: 7.083333 0.000000
rfps: 7.166667 0.000000
rfps: 7.166667 0.000000
rfps: 7.250000 0.000000
rfps: 7.250000 0.000000
rfps: 7.333333 0.000000
rfps: 7.333333 0.000000
rfps: 7.416667 0.000000
rfps: 7.416667 0.000000
rfps: 7.500000 0.000000
rfps: 7.500000 0.000000
rfps: 7.583333 0.000000
rfps: 7.583333 0.000000
rfps: 7.666667 0.000000
rfps: 7.666667 0.000000
rfps: 7.750000 0.000000
rfps: 7.750000 0.000000
rfps: 7.833333 0.000000
rfps: 7.833333 0.000000
rfps: 7.916667 0.000000
rfps: 7.916667 0.000000
rfps: 8.000000 0.000000
rfps: 8.000000 0.000000
rfps: 8.083333 0.000000
rfps: 8.083333 0.000000
rfps: 8.166667 0.000000
rfps: 8.166667 0.000000
rfps: 8.250000 0.000000
rfps: 8.250000 0.000000
rfps: 8.333333 0.000000
rfps: 8.333333 0.000000
rfps: 8.416667 0.000000
rfps: 8.416667 0.000000
rfps: 8.500000 0.000000
rfps: 8.500000 0.000000
rfps: 8.583333 0.000000
rfps: 8.583333 0.000000
rfps: 8.666667 0.000000
rfps: 8.666667 0.000000
rfps: 8.750000 0.000000
rfps: 8.750000 0.000000
rfps: 8.833333 0.000000
rfps: 8.833333 0.000000
rfps: 8.916667 0.000000
rfps: 8.916667 0.000000
rfps: 9.000000 0.000000
rfps: 9.000000 0.000000
rfps: 9.083333 0.000000
rfps: 9.083333 0.000000
rfps: 9.166667 0.000000
rfps: 9.166667 0.000000
rfps: 9.250000 0.000000
rfps: 9.250000 0.000000
rfps: 9.333333 0.000000
rfps: 9.333333 0.000000
rfps: 9.416667 0.000000
rfps: 9.416667 0.000000
rfps: 9.500000 0.000000
rfps: 9.500000 0.000000
rfps: 9.583333 0.000000
rfps: 9.583333 0.000000
rfps: 9.666667 0.000000
rfps: 9.666667 0.000000
rfps: 9.750000 0.000000
rfps: 9.750000 0.000000
rfps: 9.833333 0.000000
rfps: 9.833333 0.000000
rfps: 9.916667 0.000000
rfps: 9.916667 0.000000
rfps: 10.000000 0.000000
rfps: 10.000000 0.000000
rfps: 10.083333 0.000000
rfps: 10.083333 0.000000
rfps: 10.166667 0.000000
rfps: 10.166667 0.000000
rfps: 10.250000 0.000000
rfps: 10.250000 0.000000
rfps: 10.333333 0.000000
rfps: 10.333333 0.000000
rfps: 10.416667 0.000000
rfps: 10.416667 0.000000
rfps: 10.500000 0.000000
rfps: 10.500000 0.000000
rfps: 10.583333 0.000000
rfps: 10.583333 0.000000
rfps: 10.666667 0.000000
rfps: 10.666667 0.000000
...
rfps: 59.833333 0.000000
rfps: 59.916667 0.000000
rfps: 59.916667 0.000000
rfps: 60.000000 0.000000
rfps: 60.000000 0.000000
rfps: 23.976024 0.000000
rfps: 23.976024 0.000000
rfps: 29.970030 0.000000
rfps: 29.970030 0.000000
rfps: 59.940060 0.000000
rfps: 59.940060 0.000000
rfps: 11.988012 0.000000
rfps: 11.988012 0.000000
rfps: 14.985015 0.000000
rfps: 14.985015 0.000000
rfps: 47.952048 0.000000
rfps: 47.952048 0.000000
[mpegts @ 0000000001f12ac0] Estimating duration from bitrate, this may be
inaccurate
[mpegts @ 0000000001f12ac0] File position after avformat_find_stream_info()
is 21056
[AVIOContext @ 000000000203fc00] Statistics: 21056 bytes read, 0 seeks
>>>>>>>>>>>>>> vlc:
main debug: processing request item: udp://224.1.1.1:1234, node: Playlist,
skip: 0
main debug: resyncing on udp://224.1.1.1:1234
main debug: udp://224.1.1.1:1234 is at 5
main debug: starting playback of the new playlist item
main debug: resyncing on udp://224.1.1.1:1234
main debug: udp://224.1.1.1:1234 is at 5
main debug: creating new input thread
main debug: Creating an input for 'udp://224.1.1.1:1234'
main debug: using timeshift granularity of 50 MiB, in path
'C:\Users\admin\AppData\Local\Temp'
main debug: `udp://@224.1.1.1:1234' gives access `udp' demux `' path
`@224.1.1.1:1234'
main debug: creating demux: access='udp' demux='' location='@224.1.1.1:1234'
file='\\@224.1.1.1:1234'
main debug: looking for access_demux module: 0 candidates
main debug: no access_demux module matched "udp"
main debug: TIMER module_need() : 0.158 ms - Total 0.158 ms / 1 intvls (Avg
0.158 ms)
main debug: creating access 'udp' location='@224.1.1.1:1234',
path='\\@224.1.1.1:1234'
main debug: looking for access module: 1 candidate
access_udp debug: opening server=:0 local=224.1.1.1:1234
main debug: net: opening 224.1.1.1 datagram port 1234
main debug: using access module "access_udp"
main debug: TIMER module_need() : 0.791 ms - Total 0.791 ms / 1 intvls (Avg
0.791 ms)
main debug: Using block method for AStream*
main debug: starting pre-buffering
qt4 debug: IM: Setting an input
main debug: received first data after 3528 ms
main debug: prebuffering done 1472 bytes in 3s - 0 KiB/s
main debug: looking for stream_filter module: 4 candidates
main debug: no stream_filter module matching "any" could be loaded
main debug: TIMER module_need() : 0.162 ms - Total 0.162 ms / 1 intvls (Avg
0.162 ms)
main debug: looking for stream_filter module: 1 candidate
main debug: using stream_filter module "stream_filter_record"
main debug: TIMER module_need() : 0.113 ms - Total 0.113 ms / 1 intvls (Avg
0.113 ms)
main debug: creating demux: access='udp' demux='' location='@224.1.1.1:1234'
file='\\@224.1.1.1:1234'
main debug: looking for demux module: 55 candidates
ts debug: PATCallBack called
ts debug: new PAT ts_id=1 version=0 current_next=1
ts debug: * number=1 pid=4096
ts debug: PMTCallBack called
ts debug: new PMT program number=1 version=0 pid_pcr=256
ts debug: * es pid=256 type=27 fcc=h264
main debug: selecting program id=1
access_udp warning: unimplemented query in control
main debug: using demux module "ts"
main debug: TIMER module_need() : 63.822 ms - Total 63.822 ms / 1 intvls
(Avg 63.822 ms)
main debug: looking for decoder module: 32 candidates
avcodec debug: libavcodec already initialized
avcodec debug: trying to use direct rendering
avcodec debug: allowing 4 thread(s) for decoding
avcodec debug: ffmpeg codec (H264 - MPEG-4 AVC (part 10)) started
avcodec debug: using frame thread mode with 4 threads
main debug: using decoder module "avcodec"
main debug: TIMER module_need() : 3.296 ms - Total 3.296 ms / 1 intvls (Avg
3.296 ms)
main debug: looking for packetizer module: 21 candidates
main debug: using packetizer module "packetizer_h264"
main debug: TIMER module_need() : 0.192 ms - Total 0.192 ms / 1 intvls (Avg
0.192 ms)
ts debug: DEMUX_SET_GROUP 0 00000000
access_udp warning: unimplemented query in control
main debug: looking for meta reader module: 2 candidates
lua debug: Trying Lua scripts in
C:\Users\admin\AppData\Roaming\vlc\lua\meta\reader
lua debug: Trying Lua scripts in D:\Program Files
(x86)\VideoLAN\VLC\lua\meta\reader
lua debug: Trying Lua playlist script D:\Program Files
(x86)\VideoLAN\VLC\lua\meta\reader\filename.luac
main debug: no meta reader module matching "any" could be loaded
main debug: TIMER module_need() : 1.455 ms - Total 1.455 ms / 1 intvls (Avg
1.455 ms)
main debug: `udp://@224.1.1.1:1234' successfully opened
main debug: Buffering 0%
packetizer_h264 debug: found NAL_SPS (sps_id=0)
packetizer_h264 debug: found NAL_PPS (pps_id=0 sps_id=0)
main debug: Stream buffering done (111 ms in 227 ms)
main debug: Decoder buffering done in 0 ms
main debug: looking for text renderer module: 2 candidates
freetype debug: Using Arial as font from file C:\Windows\Fonts\arial.ttf
freetype debug: using fontsize: 2
main debug: using text renderer module "freetype"
main debug: TIMER module_need() : 0.977 ms - Total 0.977 ms / 1 intvls (Avg
0.977 ms)
main debug: looking for video filter2 module: 18 candidates
swscale debug: 32x32 chroma: YUVA -> 16x16 chroma: RGBA with scaling using
Bicubic (good quality)
main debug: using video filter2 module "swscale"
main debug: TIMER module_need() : 0.664 ms - Total 0.664 ms / 1 intvls (Avg
0.664 ms)
main debug: looking for video filter2 module: 18 candidates
yuvp debug: YUVP to YUVA converter
main debug: using video filter2 module "yuvp"
main debug: TIMER module_need() : 0.170 ms - Total 0.170 ms / 1 intvls (Avg
0.170 ms)
main debug: Deinterlacing available
main debug: deinterlace 0, mode blend, is_needed 0
main debug: Opening vout display wrapper
main debug: looking for vout display module: 6 candidates
direct3d debug: creating Vout EventThread
direct3d debug: DirectXCreateWindow
main debug: looking for vout window hwnd module: 2 candidates
qt4 debug: requesting video...
qt4 debug: Video was requested 0, 0
main debug: using vout window hwnd module "qt4"
main debug: TIMER module_need() : 14.223 ms - Total 14.223 ms / 1 intvls
(Avg 14.223 ms)
direct3d debug: created video sub-window
direct3d debug: Vout EventThread running
direct3d debug: disabling screen saver
direct3d debug: Direct3d Device: NVIDIA GeForce GT 330M 4318 2601 162
main debug: VoutDisplayEvent 'resize' 416x678 window
direct3d warning: trying surface pixel format: YV12
direct3d debug: selected surface pixel format is YV12
direct3d debug: Using D3DTEXF_LINEAR for minification
direct3d debug: Using D3DTEXF_LINEAR for magnification
direct3d debug: Direct3D scene created successfully
direct3d debug: Direct3D device adapter successfully initialized
main debug: using vout display module "direct3d"
main debug: TIMER module_need() : 190.594 ms - Total 190.594 ms / 1 intvls
(Avg 190.594 ms)
main debug: original format sz 400x640, of (0,0), vsz 400x640, 4cc I420, sar
1:1, msk r0x0 g0x0 b0x0
main debug: removing module "freetype"
main debug: looking for text renderer module: 2 candidates
main debug: VoutDisplayEvent 'resize' 422x640 window
freetype debug: Using Arial as font from file C:\Windows\Fonts\arial.ttf
freetype debug: using fontsize: 2
main debug: using text renderer module "freetype"
main debug: TIMER module_need() : 1.806 ms - Total 1.806 ms / 1 intvls (Avg
1.806 ms)
avcodec debug: using direct rendering
main debug: End of video preroll
direct3d debug: Created 364x43 texture for OSD
main debug: Post-processing available
main debug: auto hiding mouse cursor
ts debug: PSINewTableCallBack: table 0x42(66) ext=0x1(1)
ts debug: SDTCallBack called
ts debug: new SDT ts_id=1 version=0 current_next=1 network_id=1
ts debug: * service id=1 eit schedule=0 present=0 running=4 free_ca=0
ts debug: - type=1 provider=FFmpeg name=Service01
main debug: EsOutProgramMeta: number=1
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 100 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Stream buffering done (111 ms in 106 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 116 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 95%
main debug: Stream buffering done (222 ms in 330 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 121 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 91%
main debug: Stream buffering done (222 ms in 204 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 143 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 77%
main debug: Stream buffering done (222 ms in 306 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 144 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 76%
main debug: Stream buffering done (222 ms in 183 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main warning: picture is too late to be displayed (missing 129 ms)
main debug: picture might be displayed late (missing 18 ms)
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 191 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 58%
main debug: Stream buffering done (222 ms in 203 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main warning: picture is too late to be displayed (missing 73 ms)
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 200 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 55%
main debug: Stream buffering done (222 ms in 310 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 234 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 47%
main debug: Buffering 94%
main debug: Stream buffering done (333 ms in 415 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 263 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 42%
main debug: Buffering 84%
main debug: Stream buffering done (333 ms in 479 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 297 ms)
main error: ES_OUT_RESET_PCR called
main debug: Buffering 0%
main debug: Buffering 37%
main debug: Buffering 74%
main debug: Stream buffering done (333 ms in 148 ms)
main debug: End of video preroll
main debug: Received first picture
main debug: Decoder buffering done in 0 ms
main debug: picture might be displayed late (missing 1 ms)
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 312 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 35%
main debug: Buffering 71%
main debug: Stream buffering done (333 ms in 409 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 314 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 35%
main debug: Buffering 70%
main debug: Stream buffering done (333 ms in 408 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 325 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 34%
main debug: Buffering 68%
main debug: Stream buffering done (333 ms in 309 ms)
main debug: Decoder buffering done in 0 ms
main debug: End of video preroll
main debug: auto hiding mouse cursor
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 337 ms)
main error: ES_OUT_RESET_PCR called
main warning: early picture skipped
main debug: Buffering 0%
main debug: Buffering 32%
main debug: Buffering 65%
main debug: Buffering 98%
main debug: Stream buffering done (444 ms in 512 ms)
main debug: End of video preroll
main debug: Received first picture
main debug: Decoder buffering done in 0 ms
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 337 ms)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 339 ms)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 343 ms)
main error: ES_OUT_RESET_PCR called
main error: ES_OUT_SET_(GROUP_)PCR is called too late (pts_delay increased
to 351 ms)
main error: ES_OUT_RESET_PCR called
--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/multicast-streaming-real-time-raw-rgb-images-tp4658526p4658567.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.
More information about the ffmpeg-user
mailing list