Advertisement
Guest User

tchmiel-segfault

a guest
Nov 9th, 2011
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. tchmiel@gaston:~$ ffmpeg
  2. ffmpeg version N-34616-g8892d04, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Nov 9 2011 20:45:29 with gcc 4.5.2
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab
  5. libavutil 51. 24. 0 / 51. 24. 0
  6. libavcodec 53. 29. 0 / 53. 29. 0
  7. libavformat 53. 20. 0 / 53. 20. 0
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 47. 0 / 2. 47. 0
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. Hyper fast Audio and Video encoder
  13. usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options] outfile}...
  14.  
  15. Use -h to get full help or, even better, run 'man ffmpeg'
  16. ===========================================================================================
  17. tchmiel@gaston:~$ ffmpeg -v 10 -f rtsp -i "rtsp://192.168.42.148:554/axis-media/media.amp?videocodec=h264&resolution=320x240&compression=30&mirror=0&rotation=0&textstring=Test&textposition=top&text=1&clock=0&date=0&overlayimage=0&fps=0&keyframe_interval=32&videobitrate=0&maxframesize=0" http://my.ffserver.server.ip:8090/feed1.ffm
  18. Segmentation fault
  19. ===========================================================================================
  20. Output with gdb:
  21.  
  22. Starting program: /usr/local/bin/ffmpeg -v 10 -f rtsp -i "rtsp://192.168.42.148:554/axis-media/media.amp?videocodec=h264&resolution=320x240&compression=30&mirror=0&rotation=0&textstring=Test&textposition=top&text=1&clock=0&date=0&overlayimage=0&fps=0&keyframe_interval=32&videobitrate=0&maxframesize=0" http://94.23.8.75:8090/feed1.ffm
  23. [Thread debugging using libthread_db enabled]
  24.  
  25. Program received signal SIGSEGV, Segmentation fault.
  26. 0x0000000000439e45 in ?? ()
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement