Advertisement
Guest User

FFMPEG output

a guest
Apr 29th, 2018
317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. # ffmpeg -i 'rtsp://camera:554/11' -an -codec copy -f rtp 'rtp://127.0.0.1:20000'
  2. ffmpeg version git-2017-04-18-6108805 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 4.9.2 (Raspbian 4.9.2-10)
  4. configuration: --prefix=/usr --enable-static --enable-gpl --enable-libx264 --enable-pthreads --enable-nonfree --enable-omx --enable-omx-rpi --enable-libfdk-aac --enable-libmp3lame
  5. libavutil 55. 61.100 / 55. 61.100
  6. libavcodec 57. 93.100 / 57. 93.100
  7. libavformat 57. 72.101 / 57. 72.101
  8. libavdevice 57. 7.100 / 57. 7.100
  9. libavfilter 6. 84.101 / 6. 84.101
  10. libswscale 4. 7.101 / 4. 7.101
  11. libswresample 2. 8.100 / 2. 8.100
  12. libpostproc 54. 6.100 / 54. 6.100
  13. Guessed Channel Layout for Input Stream #0.1 : mono
  14. Input #0, rtsp, from 'rtsp://camera:554/11':
  15. Metadata:
  16. title : \11
  17. Duration: N/A, start: 24963.787667, bitrate: N/A
  18. Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1280x720, 25 tbr, 90k tbn, 180k tbc
  19. Stream #0:1: Audio: pcm_alaw, 8000 Hz, mono, s16, 64 kb/s
  20. Output #0, rtp, to 'rtp://127.0.0.1:20000':
  21. Metadata:
  22. title : \11
  23. encoder : Lavf57.72.101
  24. Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1280x720, q=2-31, 25 tbr, 90k tbn, 90k tbc
  25. SDP:
  26. v=0
  27. o=- 0 0 IN IP4 127.0.0.1
  28. s=\11
  29. c=IN IP4 127.0.0.1
  30. t=0 0
  31. a=tool:libavformat 57.72.101
  32. m=video 20000 RTP/AVP 96
  33. a=rtpmap:96 H264/90000
  34. a=fmtp:96 packetization-mode=1; sprop-parameter-sets=Z00AH5WoFAFuQA==,aO48gA==; profile-level-id=4D001F
  35.  
  36. Stream mapping:
  37. Stream #0:0 -> #0:0 (copy)
  38. Press [q] to stop, [?] for help
  39. [rtp @ 0x26c1550] 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
  40. frame= 440 fps= 12 q=-1.0 Lsize= 1106kB time=00:00:43.80 bitrate= 206.8kbits/s speed=1.15x
  41. video:1094kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 1.052866%
  42. Exiting normally, received signal 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement