Guest User

Untitled

a guest
Jul 6th, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. I am running following command and got errors :
  2. satinder@satinder-mediaRanger:~/Downloads$ ffmpeg -i ../video.mp4 -f rtsp -rtsp_transport tcp rtsp://localhost:8888
  3. ffmpeg version N-77491-gf16e4a0 Copyright (c) 2000-2015 the FFmpeg developers
  4. built with gcc 4.9.2 (Ubuntu 4.9.2-10ubuntu13)
  5. configuration: --prefix=/home/satinder/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I/home/satinder/ffmpeg_build/include --extra-ldflags=-L/home/satinder/ffmpeg_build/lib --bindir=/home/satinder/bin --enable-gpl --enable-libass --enable-libfdk-aac --enable-libfreetype --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-nonfree
  6. libavutil 55. 11.100 / 55. 11.100
  7. libavcodec 57. 20.100 / 57. 20.100
  8. libavformat 57. 20.100 / 57. 20.100
  9. libavdevice 57. 0.100 / 57. 0.100
  10. libavfilter 6. 22.100 / 6. 22.100
  11. libswscale 4. 0.100 / 4. 0.100
  12. libswresample 2. 0.101 / 2. 0.101
  13. libpostproc 54. 0.100 / 54. 0.100
  14. Input #0, mpegts, from '../video.mp4':
  15. Duration: 00:02:43.07, start: 1.533333, bitrate: 573 kb/s
  16. Program 1
  17. Metadata:
  18. service_name : Service01
  19. service_provider: FFmpeg
  20. Stream #0:0[0x100]: Video: h264 (High 4:2:2) ([27][0][0][0] / 0x001B), yuv422p, 640x480, 30 fps, 30 tbr, 90k tbn, 60 tbc
  21. [tcp @ 0x28c3ba0] Connection to tcp://localhost:8888?timeout=0 failed: Connection refused
  22. Output #0, rtsp, to 'rtsp://localhost:8888':
  23. Metadata:
  24. encoder : Lavf57.20.100
  25. Stream #0:0: Video: mpeg4, yuv420p, 640x480, q=2-31, 200 kb/s, 30 fps, 30 tbn, 30 tbc
  26. Metadata:
  27. encoder : Lavc57.20.100 mpeg4
  28. Side data:
  29. unknown side data type 10 (24 bytes)
  30. Stream mapping:
  31. Stream #0:0 -> #0:0 (h264 (native) -> mpeg4 (native))
  32. Could not write header for output file #0 (incorrect codec parameters ?): Connection refused
Add Comment
Please, Sign In to add comment