Advertisement
Guest User

Untitled

a guest
Apr 7th, 2015
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. anshul@linux-zq1i:~/openfeather/Project/FFmpeg> ffmpeg -re -i ~/Videos/traffic.mp4 -vcodec copy -an -sn -f rtsp "rtsp://localhost:6565/live.sdp?timeout=100"
  2. ffmpeg version N-69036-gf4ebed0 Copyright (c) 2000-2015 the FFmpeg developers
  3. built on Jan 26 2015 00:03:27 with gcc 4.8 (SUSE Linux)
  4. configuration: --disable-optimizations --enable-gpl --enable-nonfree --enable-libx264 --enable-libfaac
  5. libavutil 54. 16.100 / 54. 16.100
  6. libavcodec 56. 20.100 / 56. 20.100
  7. libavformat 56. 18.101 / 56. 18.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 7.100 / 5. 7.100
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/anshul/Videos/traffic.mp4':
  14. Metadata:
  15. major_brand : isom
  16. minor_version : 0
  17. compatible_brands: isom3gp4
  18. creation_time : 2015-01-03 09:32:27
  19. Duration: 00:00:37.82, start: 0.000000, bitrate: 12097 kb/s
  20. Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuvj420p(pc), 1280x720 [SAR 1:1 DAR 16:9], 12009 kb/s, 29.71 fps, 29.75 tbr, 90k tbn, 30 tbc (default)
  21. Metadata:
  22. creation_time : 2015-01-03 09:32:27
  23. handler_name : VideoHandle
  24. encoder :
  25. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)
  26. Metadata:
  27. creation_time : 2015-01-03 09:32:27
  28. handler_name : SoundHandle
  29. [tcp @ 0xb1e7280] Connection to tcp://localhost:6565?timeout=0 failed (Connection refused), trying next address
  30. [tcp @ 0xb1e7280] Connection to tcp://localhost:6565?timeout=0 failed: Connection refused
  31. Output #0, rtsp, to 'rtsp://localhost:6565/live.sdp?timeout=100':
  32. Metadata:
  33. major_brand : isom
  34. minor_version : 0
  35. compatible_brands: isom3gp4
  36. encoder : Lavf56.18.101
  37. Stream #0:0(eng): Video: h264 (avc1 / 0x31637661), yuvj420p, 1280x720 [SAR 65536:65536 DAR 16:9], q=2-31, 12009 kb/s, 29.71 fps, 29.75 tbr, 15 tbn, 15 tbc (default)
  38. Metadata:
  39. creation_time : 2015-01-03 09:32:27
  40. handler_name : VideoHandle
  41. encoder :
  42. Stream mapping:
  43. Stream #0:0 -> #0:0 (copy)
  44. Could not write header for output file #0 (incorrect codec parameters ?): Connection refused
  45. anshul@linux-zq1i:~/openfeather/Project/FFmpeg> vim libavformat/rtsp.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement