Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ffmpeg started on 2013-10-24 at 14:02:59
- Report written to "logs/2"
- Command line:
- /usr/local/bin/ffmpeg -y -rtsp_transport tcp -i rtsp://127.0.0.1:8554/test -c copy -t 60 -f mp4 /dev/null
- ffmpeg version git-2013-10-17-0bf8580 Copyright (c) 2000-2013 the FFmpeg developers
- built on Oct 18 2013 06:25:19 with gcc 4.7 (Debian 4.7.2-5)
- 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
- libavutil 52. 47.100 / 52. 47.100
- libavcodec 55. 37.100 / 55. 37.100
- libavformat 55. 19.102 / 55. 19.102
- libavdevice 55. 4.100 / 55. 4.100
- libavfilter 3. 88.101 / 3. 88.101
- libswscale 2. 5.101 / 2. 5.101
- libswresample 0. 17.104 / 0. 17.104
- libpostproc 52. 3.100 / 52. 3.100
- Splitting the commandline.
- Reading option '-y' ... matched as option 'y' (overwrite output files) with argument '1'.
- Reading option '-rtsp_transport' ... matched as AVOption 'rtsp_transport' with argument 'tcp'.
- Reading option '-i' ... matched as input file with argument 'rtsp://127.0.0.1:8554/test'.
- Reading option '-c' ... matched as option 'c' (codec name) with argument 'copy'.
- Reading option '-t' ... matched as option 't' (record or transcode "duration" seconds of audio/video) with argument '60'.
- Reading option '-f' ... matched as option 'f' (force format) with argument 'mp4'.
- Reading option '/dev/null' ... matched as output file.
- Finished splitting the commandline.
- Parsing a group of options: global .
- Applying option y (overwrite output files) with argument 1.
- Successfully parsed a group of options.
- Parsing a group of options: input file rtsp://127.0.0.1:8554/test.
- Successfully parsed a group of options.
- Opening an input file: rtsp://127.0.0.1:8554/test.
- [rtsp @ 0x261bb20] SDP:
- v=0
- o=- 1188340656180883 1 IN IP4 127.0.0.1
- s=Session streamed with GStreamer
- i=rtsp-server
- t=0 0
- a=tool:GStreamer
- a=type:broadcast
- a=control:*
- a=range:npt=now-
- m=video 0 RTP/AVP 96
- c=IN IP4 0.0.0.0
- a=rtpmap:96 H264/90000
- a=control:stream=0
- a=fmtp:96 sprop-parameter-sets=Z0IAKeKQUb8mAtwEBAaQeJEV,aM48gA==
- [rtsp @ 0x261bb20] video codec set to: h264
- [NULL @ 0x261e420] Extradata set to 0x261e9a0 (size: 30)!
- [rtsp @ 0x261bb20] hello state=0
- rtsp://127.0.0.1:8554/test: Invalid data found when processing input
- Received signal 15: terminating.
Advertisement
Add Comment
Please, Sign In to add comment