Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2017
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. pi@raspberrypi:~/ffmpeg $ raspivid -o - -t 0 -vf -hf -fps 30 -b 6000000 | ./ffmpeg -f lavfi -i nullsrc -f h264 -thread_queue_size 512 -i - -vcodec copy -acodec aac -f flv rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg
  2. ffmpeg version 3.1.4-static http://johnvansickle.com/ffmpeg/ Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.4.1 (Debian 5.4.1-2) 20160904
  4. configuration: --enable-gpl --enable-version3 --enable-static --disable-debug --enable-libmp3lame --enable-libx264 --enable-libwebp --enable-libspeex --enable-libvorbis --enable-libvpx --enable-libfreetype --enable-fontconfig --enable-libxvid --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvo-amrwbenc --enable-gray --enable-libopus --enable-libass --enable-gnutls --enable-libvidstab --enable-libsoxr --enable-frei0r --enable-libfribidi --disable-indev=sndio --disable-outdev=sndio --enable-librtmp --cc=gcc-5 --disable-ffplay
  5. libavutil 55. 28.100 / 55. 28.100
  6. libavcodec 57. 48.101 / 57. 48.101
  7. libavformat 57. 41.100 / 57. 41.100
  8. libavdevice 57. 0.101 / 57. 0.101
  9. libavfilter 6. 47.100 / 6. 47.100
  10. libswscale 4. 1.100 / 4. 1.100
  11. libswresample 2. 1.100 / 2. 1.100
  12. libpostproc 54. 0.100 / 54. 0.100
  13. Input #0, lavfi, from 'nullsrc':
  14. Duration: N/A, start: 0.000000, bitrate: N/A
  15. Stream #0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
  16.  
  17. Input #1, h264, from 'pipe:':
  18. Duration: N/A, bitrate: N/A
  19. Stream #1:0: Video: h264 (High), yuv420p, 1920x1080, 25 fps, 25 tbr, 1200k tbn, 50 tbc
  20. [flv @ 0x382cce0] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
  21. Output #0, flv, to 'rtmp://209.85.230.23/live2/xbjs-a3gp-0yvk-ftdg':
  22. Metadata:
  23. encoder : Lavf57.41.100
  24. Stream #0:0: Video: h264 ([7][0][0][0] / 0x0007), yuv420p, 1920x1080, q=2-31, 25 fps, 25 tbr, 1k tbn, 1200k tbc
  25. Stream mapping:
  26. Stream #1:0 -> #0:0 (copy)
  27. [flv @ 0x382cce0] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
  28. [h264 @ 0x37b5e90] Thread message queue blocking; consider raising the thread_queue_size option (current value: 512)
  29. ^Cmmal: Aborting program.0 size= 112205kB time=00:03:03.64 bitrate=5005.3kbits/s speed=1.11x
  30.  
  31. [flv @ 0x382cce0] Failed to update header with correct duration.
  32. [flv @ 0x382cce0] Failed to update header with correct filesize.
  33. frame= 4606 fps= 28 q=-1.0 Lsize= 112553kB time=00:03:04.20 bitrate=5005.6kbits/s speed=1.11x
  34. video:112463kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.080238%
  35. Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement