Advertisement
Guest User

Untitled

a guest
Jul 31st, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.21 KB | None | 0 0
  1. ffmpeg -i rtsp://cameraip:7070/stream1 -vcodec libx264 -b:v 1500k -maxrate 1500k -bufsize 5000k -g 60 -vprofile baseline -level 2.1 -acodec aac -ab 64000 -ar 48000 -ac 2 -vbsf h264_mp4toannexb -strict experimental -f mpegts udp://wowzaip:10000?pkt_size=1316
  2. ffmpeg version N-63893-gc69defd Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Jul 16 2014 05:13:25 with gcc 4.6 (Debian 4.6.3-1)
  4. configuration: --prefix=/root/ffmpeg-static/32bit --arch=x86_32 --extra-cflags='-m32 -I/root/ffmpeg-static/32bit/include -static' --extra-ldflags='-m32 -L/root/ffmpeg-static/32bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  5. libavutil 52. 89.100 / 52. 89.100
  6. libavcodec 55. 66.101 / 55. 66.101
  7. libavformat 55. 43.100 / 55. 43.100
  8. libavdevice 55. 13.101 / 55. 13.101
  9. libavfilter 4. 8.100 / 4. 8.100
  10. libswscale 2. 6.100 / 2. 6.100
  11. libswresample 0. 19.100 / 0. 19.100
  12. libpostproc 52. 3.100 / 52. 3.100
  13. [h264 @ 0xa1f3860] number of reference frames (0+2) exceeds max (1; probably corrupt input), discarding one
  14. Input #0, rtsp, from 'rtsp://cameraip:7070/stream1':
  15. Metadata:
  16. title : Session streamed by RTP/RTSP server
  17. comment : ACTi.COM Streaming Media v
  18. Duration: N/A, start: 0.334667, bitrate: N/A
  19. Stream #0:0: Video: h264 (High), yuv420p, 1280x720, 7.50 fps, 15.17 tbr, 90k tbn, 15 tbc
  20. Codec AVOption ab (set bitrate (in bits/s)) specified for output file #0 (udp://wowzaip:10000?pkt_size=1316) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  21. [libx264 @ 0xa229980] frame MB size (80x45) > level limit (792)
  22. [libx264 @ 0xa229980] VBV buffer (5000) > level limit (4000)
  23. [libx264 @ 0xa229980] MB rate (27000) > level limit (19800)
  24. [libx264 @ 0xa229980] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2 AVX
  25. [libx264 @ 0xa229980] profile Constrained Baseline, level 2.1
  26. Output #0, mpegts, to 'udp://wowzaip:10000?pkt_size=1316':
  27. Metadata:
  28. title : Session streamed by RTP/RTSP server
  29. comment : ACTi.COM Streaming Media v
  30. encoder : Lavf55.43.100
  31. Stream #0:0: Video: h264 (libx264), yuv420p, 1280x720, q=-1--1, 1500 kb/s, 7.50 fps, 90k tbn, 7.50 tbc
  32. Metadata:
  33. encoder : Lavc55.66.101 libx264
  34. Stream mapping:
  35. Stream #0:0 -> #0:0 (h264 (native) -> h264 (libx264))
  36. Press [q] to stop, [?] for help
  37. [h264 @ 0xa50c160] number of reference frames (0+2) exceeds max (1; probably corrupt input), discarding one
  38. [NULL @ 0xa1f3860] RTP: missed 45 packets
  39. [h264 @ 0xa50c160] error while decoding MB 55 40, bytestream -9
  40. [h264 @ 0xa50c160] Cannot use next picture in error concealment
  41. [h264 @ 0xa50c160] concealing 394 DC, 394 AC, 394 MV errors in P frame
  42. [h264 @ 0xa50c160] number of reference frames (0+2) exceeds max (1; probably corrupt input), discarding one
  43. [NULL @ 0xa1f3860] RTP: missed 1 packetskB time=00:00:00.26 bitrate=2425.2kbits/s dup=0 drop=39
  44. [h264 @ 0xa50c160] error while decoding MB 35 41, bytestream -5
  45. [h264 @ 0xa50c160] Cannot use next picture in error concealment
  46. [h264 @ 0xa50c160] concealing 334 DC, 334 AC, 334 MV errors in P frame
  47. [h264 @ 0xa50c160] number of reference frames (0+2) exceeds max (1; probably corrupt input), discarding one
  48. [h264 @ 0xa50c160] number of reference frames (0+2) exceeds max (1; probably corrupt input), discarding one
  49. [NULL @ 0xa1f3860] pps_id 4294967295 out of range0:00:10.26 bitrate=1617.9kbits/s dup=0 drop=115
  50. [h264 @ 0xa50c160] pps_id 4294967295 out of range
  51. [h264 @ 0xa50c160] number of reference frames (0+2) exceeds max (1; probably corrupt input), discarding one
  52. frame= 179 fps=9.5 q=30.0 size= 3595kB time=00:00:18.40 bitrate=1600.5kbits/s dup=0 drop=177
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement