Advertisement
Guest User

Untitled

a guest
May 9th, 2012
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.97 KB | None | 0 0
  1. bash-3.2# ffmpeg -i rtsp://192.168.0.100:554 http://localhost:8090/feed.ffm
  2. FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on May 8 2012 01:31:52 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00)
  4. configuration: --enable-libmp3lame --enable-libfaac --enable-gpl --enable-nonfree --enable-shared --disable-mmx --arch=x86_64 --cpu=core2 --enable-libvorbis --enable-libtheora
  5. libavutil 50.36. 0 / 50.36. 0
  6. libavcore 0.16. 1 / 0.16. 1
  7. libavcodec 52.108. 0 / 52.108. 0
  8. libavformat 52.93. 0 / 52.93. 0
  9. libavdevice 52. 2. 3 / 52. 2. 3
  10. libavfilter 1.74. 0 / 1.74. 0
  11. libswscale 0.12. 0 / 0.12. 0
  12. [rtsp @ 0x7f990280b000] Estimating duration from bitrate, this may be inaccurate
  13.  
  14. Seems stream 0 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2)
  15. Input #0, rtsp, from 'rtsp://192.168.0.100:554':
  16. Metadata:
  17. title : VStream Live
  18. comment : ICL Streaming Media
  19. Duration: N/A, start: 0.000000, bitrate: 32 kb/s
  20. Stream #0.0: Video: h264, yuv420p, 1280x1024, 90k tbr, 90k tbn, 180k tbc
  21. Stream #0.1: Audio: mp2, 16000 Hz, 1 channels, s16, 32 kb/s
  22. TCP connection to localhost:8090 failed: Connection refused
  23. Last message repeated 1 times
  24. [buffer @ 0x7f9902402110] w:1280 h:1024 pixfmt:yuv420p
  25. [scale @ 0x7f9902401ef0] w:1280 h:1024 fmt:yuv420p -> w:576 h:432 fmt:yuv420p flags:0x4
  26. Output #0, ffm, to 'http://localhost:8090/feed.ffm':
  27. Metadata:
  28. title : VStream Live
  29. comment : ICL Streaming Media
  30. encoder : Lavf52.93.0
  31. Stream #0.0: Audio: libvorbis, 44100 Hz, 2 channels, s16, 64 kb/s
  32. Stream #0.1: Video: libtheora, yuv420p, 576x432, q=1-31, 512 kb/s, 1000k tbn, 24 tbc
  33. Stream mapping:
  34. Stream #0.1 -> #0.0
  35. Stream #0.0 -> #0.1
  36. Press [q] to stop encoding
  37. Assertion failed: (c > 0), function av_rescale_rnd, file libavutil/mathematics.c, line 79.
  38. Abort trap: 6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement