Guest User

Untitled

a guest
Oct 24th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 KB | None | 0 0
  1. ffmpeg started on 2013-10-24 at 14:02:59
  2. Report written to "logs/2"
  3. Command line:
  4. /usr/local/bin/ffmpeg -y -rtsp_transport tcp -i rtsp://127.0.0.1:8554/test -c copy -t 60 -f mp4 /dev/null
  5. ffmpeg version git-2013-10-17-0bf8580 Copyright (c) 2000-2013 the FFmpeg developers
  6. built on Oct 18 2013 06:25:19 with gcc 4.7 (Debian 4.7.2-5)
  7. configuration: --prefix=/usr/local --enable-avfilter --enable-avisynth --enable-version3 --enable-libvorbis --enable-libtheora --enable-gnutls --enable-vdpau --enable-libfdk-aac --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-bzlib --enable-libgsm --enable-libopenjpeg --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --enable-libx264 --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-librtmp --enable-shared --disable-static --enable-nonfree
  8. libavutil 52. 47.100 / 52. 47.100
  9. libavcodec 55. 37.100 / 55. 37.100
  10. libavformat 55. 19.102 / 55. 19.102
  11. libavdevice 55. 4.100 / 55. 4.100
  12. libavfilter 3. 88.101 / 3. 88.101
  13. libswscale 2. 5.101 / 2. 5.101
  14. libswresample 0. 17.104 / 0. 17.104
  15. libpostproc 52. 3.100 / 52. 3.100
  16. Splitting the commandline.
  17. Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
  18. Reading option '-rtsp_transport' ... matched as AVOption 'rtsp_transport' with argument 'tcp'.
  19. Reading option '-i' ... matched as input file with argument 'rtsp://127.0.0.1:8554/test'.
  20. Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
  21. Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '60'.
  22. Reading option '-f' ... matched as option 'f' (force format) with argument 'mp4'.
  23. Reading option '/dev/null' ... matched as output file.
  24. Finished splitting the commandline.
  25. Parsing a group of options: global .
  26. Applying option y (overwrite output files) with argument 1.
  27. Successfully parsed a group of options.
  28. Parsing a group of options: input file rtsp://127.0.0.1:8554/test.
  29. Successfully parsed a group of options.
  30. Opening an input file: rtsp://127.0.0.1:8554/test.
  31. [rtsp @ 0x261bb20] SDP:
  32. v=0
  33.  
  34. o=- 1188340656180883 1 IN IP4 127.0.0.1
  35.  
  36. s=Session streamed with GStreamer
  37.  
  38. i=rtsp-server
  39.  
  40. t=0 0
  41.  
  42. a=tool:GStreamer
  43.  
  44. a=type:broadcast
  45.  
  46. a=control:*
  47.  
  48. a=range:npt=now-
  49.  
  50. m=video 0 RTP/AVP 96
  51.  
  52. c=IN IP4 0.0.0.0
  53.  
  54. a=rtpmap:96 H264/90000
  55.  
  56. a=control:stream=0
  57.  
  58. a=fmtp:96 sprop-parameter-sets=Z0IAKeKQUb8mAtwEBAaQeJEV,aM48gA==
  59.  
  60.  
  61. [rtsp @ 0x261bb20] video codec set to: h264
  62. [NULL @ 0x261e420] Extradata set to 0x261e9a0 (size: 30)!
  63. [rtsp @ 0x261bb20] hello state=0
  64. rtsp://127.0.0.1:8554/test: Invalid data found when processing input
  65. Received signal 15: terminating.
Advertisement
Add Comment
Please, Sign In to add comment