If I use Flash Media Live Encoder to send a stream to an RTMP server, and then, on that server, run the below command, I can create thumbnails from the stream. But when I try to do the same when I stream the file to the server using ffmpeg, I get errors, and no thumbnails are created Server command and output: $ /usr/bin/ffmpeg -report -i "rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1" -y -r 29.97 -threads 4 -c:v copy -c:a copy /mnt_ephemeral1/media/cumin/cumin_1000.mp4 -filter:v "scale=w=178:h=100" -f image2 -vf "fps=fps=1/5" "/mnt_ephemeral1/media/cumin/cumin/thumbs/thumb_%04d.png" ffmpeg started on 2016-04-25 at 18:28:39 Report written to "/var/log/ffmpeg/ffmpeg-20160425-182839.log" ffmpeg version 2.7.2-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.9.3 (Debian 4.9.3-1) configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --cc=gcc-4.9 libavutil 54. 27.100 / 54. 27.100 libavcodec 56. 41.100 / 56. 41.100 libavformat 56. 36.100 / 56. 36.100 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 16.101 / 5. 16.101 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.100 / 1. 2.100 libpostproc 53. 3.100 / 53. 3.100 [NULL @ 0x31b65e0] missing picture in access unit with size 110664 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 2338 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 2645 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 2600 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 8421 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 2895 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 1759 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 776 [h264 @ 0x31b65e0] no frame! [h264 @ 0x31b65e0] missing picture in access unit with size 13391 [h264 @ 0x31b65e0] no frame! -truncated a bunch more similar messages- [flv @ 0x31b3c00] decoding for stream 0 failed [flv @ 0x31b3c00] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size Consider increasing the value for the 'analyzeduration' and 'probesize' options Input #0, flv, from 'rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1': Metadata: moovPosition : 36 avcprofile : 100 avclevel : 31 videoframerate : 25 audiochannels : 2 timescale : 1000 length : 839 sampletype : .mp3 Duration: 00:00:00.84, start: 0.040000, bitrate: N/A Stream #0:0: Video: h264, none, 25 tbr, 1k tbn, 2k tbc Stream #0:1: Subtitle: text Stream #0:2: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Output #1, image2, to '/mnt_ephemeral1/media/cumin/cumin/thumbs/thumb_%04d.png': Metadata: moovPosition : 36 avcprofile : 100 avclevel : 31 videoframerate : 25 audiochannels : 2 timescale : 1000 length : 839 sampletype : .mp3 Output file #1 does not contain any stream Received signal 2: terminating. --- Here's how I start the stream from my local machine: --- ffmpeg -re -i testVideo.mp4 -ar 44100 -c:v libx264 -f flv rtmp://xxxxxxxx:1935/xxxxx/xxxxx/xxxxx_1000.mp4 ffmpeg version 2.8.4 Copyright (c) 2000-2015 the FFmpeg developers built with gcc 5.2.0 (GCC) configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --enable-decklink --enable-zlib libavutil 54. 31.100 / 54. 31.100 libavcodec 56. 60.100 / 56. 60.100 libavformat 56. 40.101 / 56. 40.101 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 40.101 / 5. 40.101 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.101 / 1. 2.101 libpostproc 53. 3.100 / 53. 3.100 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'testVideo.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 creation_time : 1970-01-01 00:00:00 encoder : Lavf53.24.2 Duration: 00:01:02.32, start: 0.000000, bitrate: 1347 kb/s Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 959 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, 5.1, fltp, 383 kb/s (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : SoundHandler [libx264 @ 03052340] using SAR=1/1 [libx264 @ 03052340] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2 [libx264 @ 03052340] profile High, level 3.1 [libx264 @ 03052340] 264 - core 148 r2638 7599210 - H.264/MPEG-4 AVC codec - Copyleft 2003-2015 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00 Output #0, flv, to 'rtmp://xxxxxx:1935/xxxx/xxxxx/xxxxx_1000.mp4': Metadata: major_brand : isom minor_version : 512 compatible_brands: isomiso2avc1mp41 encoder : Lavf56.40.101 Stream #0:0(und): Video: h264 (libx264) ([7][0][0][0] / 0x0007), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=-1--1, 25 fps, 1k tbn, 25 tbc (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : VideoHandler encoder : Lavc56.60.100 libx264 Stream #0:1(und): Audio: mp3 (libmp3lame) ([2][0][0][0] / 0x0002), 44100 Hz, stereo, fltp (default) Metadata: creation_time : 1970-01-01 00:00:00 handler_name : SoundHandler encoder : Lavc56.60.100 libmp3lame Stream mapping: Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264)) Stream #0:1 -> #0:1 (aac (native) -> mp3 (libmp3lame)) Press [q] to stop, [?] for help frame= 1336 fps= 25 q=28.0 size= 7310kB time=00:00:53.63 bitrate=1116.6kbits/s
I've simplified the command to try and get one thing working at a time. Also, I've got it to a place where I can input the rtmp url into vlc player, and it'll play the video I'm streaming. This rtmp url is the same input source that the server command uses, but with `localhost` replaced with the domain. Local command (works) ffmpeg -re -i testVideo.mp4 -r 29.97 -ar 44100 -c:v libx264 -f flv rtmp://xxxxx:1935/osc-simple-ingest/cumin/mp4:cumin_1000 Server command (produces unreadable file) /usr/bin/ffmpeg -report -i "rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1" -y -r 29.97 -threads 4 -c:v copy -c:a copy ./cumin_1000.mp4 log: ffmpeg started on 2016-04-26 at 13:24:37 Report written to "ffmpeg-20160426-132437.log" Command line: /usr/bin/ffmpeg -report -i "rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1" -y -r 29.97 -threads 4 -c:v copy -c:a copy ./cumin_1000.mp4 ffmpeg version 2.7.2-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2015 the FFmpeg developers built with gcc 4.9.3 (Debian 4.9.3-1) configuration: --enable-gpl --enable-version3 --disable-shared --disable-debug --enable-runtime-cpudetect --enable-libmp3lame --enable-libx264 --enable-libx265 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-gray --enable-libopenjpeg --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --cc=gcc-4.9 libavutil 54. 27.100 / 54. 27.100 libavcodec 56. 41.100 / 56. 41.100 libavformat 56. 36.100 / 56. 36.100 libavdevice 56. 4.100 / 56. 4.100 libavfilter 5. 16.101 / 5. 16.101 libswscale 3. 1.101 / 3. 1.101 libswresample 1. 2.100 / 1. 2.100 libpostproc 53. 3.100 / 53. 3.100 Splitting the commandline. Reading option '-report' ... matched as option 'report' (generate a report) with argument '1'. Reading option '-i' ... matched as input file with argument 'rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1'. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'. Reading option '-r' ... matched as option 'r' (set frame rate (Hz value, fraction or abbreviation)) with argument '29.97'. Reading option '-threads' ... matched as AVOption 'threads' with argument '4'. Reading option '-c:v' ... matched as option 'c' (codec name) with argument 'copy'. Reading option '-c:a' ... matched as option 'c' (codec name) with argument 'copy'. Reading option './cumin_1000.mp4' ... matched as output file. Finished splitting the commandline. Parsing a group of options: global . Applying option report (generate a report) with argument 1. Applying option y (overwrite output files) with argument 1. Successfully parsed a group of options. Parsing a group of options: input file rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1. Successfully parsed a group of options. Opening an input file: rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1. [rtmp @ 0x2c01420] Handshaking... [rtmp @ 0x2c01420] Type answer 3 [rtmp @ 0x2c01420] Server version 5.0.8.1 [rtmp @ 0x2c01420] Proto = rtmp, path = /osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1, app = osc-live-packager/cumin?offsetFromLive=10,userID=testUser1, fname = mp4:rebroadcast_testUser1 [rtmp @ 0x2c01420] Server bandwidth = 2500000 [rtmp @ 0x2c01420] Client bandwidth = 2500000 [rtmp @ 0x2c01420] New incoming chunk size = 4096 [rtmp @ 0x2c01420] Creating stream... [rtmp @ 0x2c01420] Sending play command for 'mp4:rebroadcast_testUser1' [rtmp @ 0x2c01420] New incoming chunk size = 4096 [flv @ 0x2c01ea0] Format flv probed with size=2048 and score=100 [flv @ 0x2c01ea0] Before avformat_find_stream_info() pos: 13 bytes read:32959 seeks:0 [flv @ 0x2c01ea0] Unknown type |RtmpSampleAccess [flv @ 0x2c01ea0] Negative cts, previous timestamps might be wrong. [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-597, dts=0, size=42467 [h264 @ 0x2c047a0] no picture [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-530, dts=0, size=2607 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-531, dts=0, size=2544 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-463, dts=0, size=2373 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 2 with DTS 0, packet 3 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-431, dts=0, size=3147 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 3 with DTS 0, packet 4 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-397, dts=0, size=4110 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 4 with DTS 0, packet 5 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-330, dts=0, size=3883 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 5 with DTS 0, packet 6 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-230, dts=0, size=6962 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 6 with DTS 0, packet 7 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-297, dts=0, size=2950 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 7 with DTS 0, packet 8 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-263, dts=0, size=263 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 8 with DTS 0, packet 9 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-230, dts=0, size=1780 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 9 with DTS 0, packet 10 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-131, dts=0, size=3245 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 10 with DTS 0, packet 11 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-129, dts=0, size=3699 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 11 with DTS 0, packet 12 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-64, dts=0, size=3690 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 12 with DTS 0, packet 13 with DTS 0 [flv @ 0x2c01ea0] Invalid timestamps stream=0, pts=-29, dts=0, size=3960 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 13 with DTS 0, packet 14 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 14 with DTS 0, packet 15 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 15 with DTS 0, packet 16 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 16 with DTS 0, packet 17 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 17 with DTS 0, packet 18 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 18 with DTS 0, packet 19 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 19 with DTS 0, packet 20 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 20 with DTS 0, packet 21 with DTS 0 [flv @ 0x2c01ea0] Non-increasing DTS in stream 0: packet 21 with DTS 0, packet 22 with DTS 0 [flv @ 0x2c01ea0] Stream discovered after head already parsed [flv @ 0x2c01ea0] All info found [flv @ 0x2c01ea0] rfps: 29.666667 0.019663 [flv @ 0x2c01ea0] rfps: 29.750000 0.010383 [flv @ 0x2c01ea0] rfps: 29.750000 0.010383 [flv @ 0x2c01ea0] rfps: 29.833333 0.004057 [flv @ 0x2c01ea0] rfps: 29.833333 0.004057 [flv @ 0x2c01ea0] rfps: 29.916667 0.000683 [flv @ 0x2c01ea0] rfps: 29.916667 0.000683 [flv @ 0x2c01ea0] rfps: 30.000000 0.000264 [flv @ 0x2c01ea0] rfps: 30.000000 0.000264 [flv @ 0x2c01ea0] rfps: 60.000000 0.001055 [flv @ 0x2c01ea0] rfps: 60.000000 0.001055 [flv @ 0x2c01ea0] rfps: 120.000000 0.004220 [flv @ 0x2c01ea0] rfps: 240.000000 0.016880 [flv @ 0x2c01ea0] rfps: 29.970030 0.000075 [flv @ 0x2c01ea0] rfps: 29.970030 0.000075 [flv @ 0x2c01ea0] rfps: 59.940060 0.000298 [flv @ 0x2c01ea0] rfps: 59.940060 0.000298 [flv @ 0x2c01ea0] After avformat_find_stream_info() pos: 264860 bytes read:264860 seeks:0 frames:124 Input #0, flv, from 'rtmp://localhost:1935/osc-live-packager/cumin?offsetFromLive=10,userID=testUser1/mp4:rebroadcast_testUser1': Duration: N/A, start: 0.597000, bitrate: N/A Stream #0:0, 63, 1/1000: Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 30.30 fps, 29.97 tbr, 1k tbn, 59.94 tbc Stream #0:1, 61, 1/1000: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s Successfully opened the file. Parsing a group of options: output file ./cumin_1000.mp4. Applying option r (set frame rate (Hz value, fraction or abbreviation)) with argument 29.97. Applying option c:v (codec name) with argument copy. Applying option c:a (codec name) with argument copy. Successfully parsed a group of options. Opening an output file: ./cumin_1000.mp4. Successfully opened the file. [mp4 @ 0x2dc98a0] Codec for stream 0 does not use global headers but container format requires global headers [mp4 @ 0x2dc98a0] Codec for stream 1 does not use global headers but container format requires global headers Output #0, mp4, to './cumin_1000.mp4': Metadata: encoder : Lavf56.36.100 Stream #0:0, 0, 1/11988: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 30.30 fps, 29.97 tbr, 11988 tbn, 29.97 tbc Stream #0:1, 0, 1/44100: Audio: mp3 (i[0][0][0] / 0x0069), 44100 Hz, stereo, 128 kb/s Stream mapping: Stream #0:0 -> #0:0 (copy) Stream #0:1 -> #0:1 (copy) Press [q] to stop, [?] for help [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 0 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 803 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 791 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 1606 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 1990 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 2398 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 3201 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 4400 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 3596 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 4004 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 4400 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 5586 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 5610 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 6390 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Invalid DTS: 7157 PTS: 6809 in output stream 0:0, replacing by guess [mp4 @ 0x2dc98a0] Non-monotonous DTS in output stream 0:0; previous: 7157, current: 7157; changing to 7158. This may result in incorrect timestamps in the output file. [mp4 @ 0x2dc98a0] Non-monotonous DTS in output stream 0:0; previous: 7158, current: 7157; changing to 7159. This may result in incorrect timestamps in the output file. [mp4 @ 0x2dc98a0] Non-monotonous DTS in output stream 0:0; previous: 7159, current: 7157; changing to 7160. This may result in incorrect timestamps in the output file. [mp4 @ 0x2dc98a0] Non-monotonous DTS in output stream 0:0; previous: 7160, current: 7157; changing to 7161. This may result in incorrect timestamps in the output file. [mp4 @ 0x2dc98a0] Non-monotonous DTS in output stream 0:0; previous: 7161, current: 7157; changing to 7162. This may result in incorrect timestamps in the output file. [mp4 @ 0x2dc98a0] Non-monotonous DTS in output stream 0:0; previous: 7162, current: 7157; changing to 7163. This may result in incorrect timestamps in the output file. [mp4 @ 0x2dc98a0] Non-monotonous DTS in output stream 0:0; previous: 7163, current: 7157; changing to 7164. This may result in incorrect timestamps in the output file. frame= 133 fps= 54 q=-1.0 size= 635kB time=00:00:05.03 bitrate=1032.3kbits/s frame= 196 fps= 40 q=-1.0 size= 1077kB time=00:00:07.54 bitrate=1169.1kbits/s [rtmp @ 0x2c01420] Sending bytes read report frame= 265 fps= 35 q=-1.0 size= 1422kB time=00:00:10.34 bitrate=1126.3kbits/s frame= 335 fps= 34 q=-1.0 size= 1771kB time=00:00:13.10 bitrate=1106.7kbits/s frame= 389 fps= 31 q=-1.0 size= 2309kB time=00:00:15.25 bitrate=1239.8kbits/s [rtmp @ 0x2c01420] Sending bytes read report frame= 446 fps= 30 q=-1.0 size= 3049kB time=00:00:17.55 bitrate=1423.1kbits/s [rtmp @ 0x2c01420] Sending bytes read report frame= 512 fps= 30 q=-1.0 size= 3702kB time=00:00:20.21 bitrate=1500.1kbits/s frame= 571 fps= 29 q=-1.0 size= 4089kB time=00:00:22.53 bitrate=1486.7kbits/s frame= 644 fps= 29 q=-1.0 size= 4257kB time=00:00:25.49 bitrate=1368.0kbits/s frame= 725 fps= 28 q=-1.0 size= 4464kB time=00:00:28.70 bitrate=1274.0kbits/s frame= 782 fps= 28 q=-1.0 size= 4818kB time=00:00:30.97 bitrate=1274.4kbits/s [rtmp @ 0x2c01420] Sending bytes read report frame= 872 fps= 28 q=-1.0 size= 5010kB time=00:00:34.58 bitrate=1186.8kbits/s frame= 918 fps= 28 q=-1.0 size= 5209kB time=00:00:36.43 bitrate=1171.1kbits/s
if the same command works on you local address so the problem comes from your server, not ffmpeg -- View this message in context: http://www.ffmpeg-archive.org/Create-thumbnails-from-RTMP-stream-tp4675783p4... Sent from the FFmpeg-users mailing list archive at Nabble.com.
participants (2)
-
Grant Curtis -
zermok