Advertisement
Guest User

Untitled

a guest
Dec 3rd, 2017
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1.  
  2. C:\>ffmpeg -rtsp_transport tcp -allowed_media_types video -i "rtsp://admin:admin@192.168.0.65:554/0" -c copy -f h264 - | ffmpeg -f h264 -r 30 -i - -c copy "rtmp://a.rtmp.youtube.com/live2/xxxxxxxxxxxxxxxxx"
  3. ffmpeg version N-88042-g72c3d9ae45 Copyright (c) 2000-2017 the FFmpeg developers
  4. built with gcc 7.2.0 (GCC)ffmpeg version N-88042-g72c3d9ae45
  5. Copyright (c) 2000-2017 the FFmpeg developers configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-cuda --enable-cuvid --enable-d3d11va --enable-nvenc --enable-dxva2 --enable-avisynth --enable-libmfx
  6.  
  7. libavutil 56. 0.100 / 56. 0.100
  8. built with gcc 7.2.0 (GCC) libavcodec 58. 0.100 / 58. 0.100
  9.  
  10. libavformat 58. 0.100 / 58. 0.100 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-cuda --enable-cuvid --enable-d3d11va --enable-nvenc --enable-dxva2 --enable-avisynth --enable-libmfx
  11.  
  12. libavdevice 58. 0.100 / 58. 0.100 libavutil 56. 0.100 / 56. 0.100
  13.  
  14. libavfilter 7. 0.100 / 7. 0.100 libavcodec 58. 0.100 / 58. 0.100
  15.  
  16. libswscale 5. 0.100 / 5. 0.100 libavformat 58. 0.100 / 58. 0.100
  17.  
  18. libswresample 3. 0.100 / 3. 0.100 libavdevice 58. 0.100 / 58. 0.100
  19.  
  20. libpostproc 55. 0.100 / 55. 0.100 libavfilter 7. 0.100 / 7. 0.100
  21.  
  22. libswscale 5. 0.100 / 5. 0.100
  23. libswresample 3. 0.100 / 3. 0.100
  24. libpostproc 55. 0.100 / 55. 0.100
  25. Input #0, rtsp, from 'rtsp://admin:admin@192.168.0.65:554/0':
  26. Metadata:
  27. title : h264.mp4
  28. Duration: N/A, start: 0.033333, bitrate: N/A
  29. Stream #0:0: Video: h264 (High), yuvj420p(pc, bt709, progressive), 3840x2160, 90k tbr, 90k tbn, 180k tbc
  30. Output #0, h264, to 'pipe:':
  31. Metadata:
  32. title : h264.mp4
  33. encoder : Lavf58.0.100
  34. Stream #0:0: Video: h264 (High), yuvj420p(pc, bt709, progressive), 3840x2160, q=2-31, 90k tbr, 90k tbn, 90k tbc
  35. Stream mapping:
  36. Stream #0:0 -> #0:0 (copy)
  37. Press [q] to stop, [?] for help
  38. [h264 @ 0000028586ce6880] Stream #0: not enough frames to estimate rate; consider increasing probesize
  39. Input #0, h264, from 'pipe:':
  40. Duration: N/A, bitrate: N/A
  41. Stream #0:0: Video: h264 (High), yuvj420p(pc, bt709, progressive), 3840x2160, 30 fps, 30 tbr, 1200k tbn, 60 tbc
  42. [NULL @ 000002858831a180] Unable to find a suitable output format for 'rtmp://a.rtmp.youtube.com/live2/xxxxxxxxxxxxxxxxx'
  43. rtmp://a.rtmp.youtube.com/live2/xxxxxxxxxxxxxxxxx: Invalid argument
  44. av_interleaved_write_frame(): Broken pipe
  45. Error writing trailer of pipe:: Broken pipe
  46. frame= 97 fps= 42 q=-1.0 Lsize= 4937kB time=00:00:03.16 bitrate=12762.2kbits/s speed=1.38x
  47. video:4945kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  48. Conversion failed!
  49.  
  50. C:\>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement