I want to test streaming on an Amino device.
It uses ffmpeg to play local videos or videos using http protocol.
The problem is that it doesn't play streaming (rtp, rtsp..)
For example, The server is streaming a video (rtp://225.0.0.1:5004) with vlc
program.
We test in other device with vlc and it captures well.
I tried to exeucute ffmpeg -i rtp://225.0.0.1:5004 on the Amino device but
this error appears:
"rtp://225.0.0.1:5004: No such file or directory"
This is the full output message:
ffmpeg -i rtp://225.0.0.1:5004
ffmpeg version git-2012-11-07-59069b8, Copyright (c) 2000-2012 the FFmpeg
developers
built on Nov 7 2012 14:35:24 with gcc 4.2.4 (snapshot)
(STMicroelectronics/Linux Base 4.2.4-60)
configuration: --cc=/opt/STM/STLinux-2.3/devkit/sh4/bin/sh4-linux-gcc
--enable-cross-compile --host-cc=sh4 --target-os=linux --arch=sh4
--cross_prefix=/opt/STM/STLinux-2.3/devkit/sh4/bin/sh4-linux-
--sysroot=/opt/STM/STLinux-2.3/devkit/sh4/target --extra-cflags='-DAMINO
-I/autobuild/aminetx4x-opera11/v2.7.1-Ax4x-opera11/ismith-201211071427/build-405-common_2/include/linux
-I/autobuild/aminetx4x-opera11/v2.7.1-Ax4x-opera11/ismith-201211071427/build-405-common_2/include
-L/autobuild/aminetx4x-opera11/v2.7.1-Ax4x-opera11/ismith-201211071427/build-405-common_2/lib/debug'
--disable-swscale-alpha --disable-avfilter --disable-bsfs
--enable-bsf=h264_mp4toannexb --disable-decoders --enable-decoder=adpcm_4xm
--enable-decoder=adpcm_adx --enable-decoder=adpcm_ct --enable-decoder=adpcm_ea
--enable-decoder=adpcm_ea_maxis_xa --enable-decoder=adpcm_ea_r1
--enable-decoder=adpcm_ea_r2 --enable-decoder=adpcm_ea_r3
--enable-decoder=adpcm_ea_xas
--enable-decoder=adpcm_g722 --enable-decoder=adpcm_g726
--enable-decoder=adpcm_ima libavutil 51. 34.100 / 51. 34.100
libavcodec 53. 53.100 / 53. 53.100
libavformat 53. 29.100 / 53. 29.100
libavdevice 53. 4.100 / 53. 4.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 5.100 / 0. 5.100
rtp://225.0.0.1:5004: No such file or directory
How can I capture streaming with ffmpeg?
_______________________________________________
ffserver-user mailing list
ffserver-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffserver-user