Advertisement
B3tablocker

rtspproblem

Jan 13th, 2016
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. # ffmpeg -i rtsp://admin:12345@192.168.0.25:554/Streaming/Channels/1 -c copy -f flv rtmp://127.0.0.1:1935/live/test.stre
  2. am
  3. ffmpeg version 2.8.1 Copyright (c) 2000-2015 the FFmpeg developers
  4. built with gcc 4.9.2 (Debian 4.9.2-10)
  5. configuration: --prefix=/usr/local --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --bindir=/usr/
  6. local/bin --extra-libs=-ldl --enable-version3 --enable-libmp3lame --enable-libx264 --enable-gpl --enable-postproc --enab
  7. le-nonfree --enable-avresample --disable-debug --enable-small --enable-openssl
  8. libavutil 54. 31.100 / 54. 31.100
  9. libavcodec 56. 60.100 / 56. 60.100
  10. libavformat 56. 40.101 / 56. 40.101
  11. libavdevice 56. 4.100 / 56. 4.100
  12. libavfilter 5. 40.101 / 5. 40.101
  13. libavresample 2. 1. 0 / 2. 1. 0
  14. libswscale 3. 1.101 / 3. 1.101
  15. libswresample 1. 2.101 / 1. 2.101
  16. libpostproc 53. 3.100 / 53. 3.100
  17. [rtsp @ 0x39224c0] UDP timeout, retrying with TCP
  18. [rtsp @ 0x39224c0] method PAUSE failed: 551 Option not supported
  19. [rtsp @ 0x39224c0] Could not find codec parameters for stream 0 (Video: h264, none): unspecified size
  20. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  21. rtsp://admin:12345@192.168.0.25:554/Streaming/Channels/1: could not find codec parameters
  22. Input #0, rtsp, from 'rtsp://admin:12345@192.168.0.25:554/Streaming/Channels/1':
  23. Metadata:
  24. title : Media Presentation
  25. Duration: N/A, bitrate: N/A
  26. Stream #0:0: Video: h264, none, 90k tbr, 90k tbn, 180k tbc
  27. Output #0, flv, to 'rtmp://127.0.0.1:1935/live/test.stream':
  28. Output file #0 does not contain any stream
  29. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement