Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2017
234
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. ~$ ffmpeg -i "rtsp://192.168.0.31:554/user=admin&password=&channel=1&stream=1.sdp?real_stream" -f webm out.webm
  2. ffmpeg version 2.8.10-0ubuntu0.16.04.1 Copyright (c) 2000-2016 the FFmpeg developers
  3. built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  4. configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
  5. libavutil 54. 31.100 / 54. 31.100
  6. libavcodec 56. 60.100 / 56. 60.100
  7. libavformat 56. 40.101 / 56. 40.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 40.101 / 5. 40.101
  10. libavresample 2. 1. 0 / 2. 1. 0
  11. libswscale 3. 1.101 / 3. 1.101
  12. libswresample 1. 2.101 / 1. 2.101
  13. libpostproc 53. 3.100 / 53. 3.100
  14. [rtsp @ 0x1c8e460] UDP timeout, retrying with TCP
  15. [rtsp @ 0x1c8e460] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
  16. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  17. rtsp://192.168.0.31:554/user=admin&password=&channel=1&stream=1.sdp?real_stream: could not find codec parameters
  18. Input #0, rtsp, from 'rtsp://192.168.0.31:554/user=admin&password=&channel=1&stream=1.sdp?real_stream':
  19. Metadata:
  20. title : RTSP Session
  21. Duration: N/A, start: 0.000000, bitrate: N/A
  22. Stream #0:0: Video: h264, none, 90k tbr, 90k tbn, 180k tbc
  23. Output #0, webm, to 'out.webm':
  24. Output file #0 does not contain any stream
  25. Exiting normally, received signal 2.
  26. ~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement