[FFmpeg-user] Help : Stream video using FFMPEG from client side

2014-10-10 Thread venky v
I have setup a ffmpeg and I'm streaming a file from localhost to rtmp
server.
What i need is to stream a file from the client PC.

i.e., I am hosting ffmpeg on the server and i need my web application to
streams the file from the client PC to the rtmp server. Is it possible?
 I don't want to upload the entire file to my server because sometime the
files are from a live feed (mixer studio outputs)
-- 
VENKY
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


[FFmpeg-user] Error installing

2014-09-16 Thread venky v
Hi

I tried to install ffmpeg in my server using the tutorial -

https://trac.ffmpeg.org/wiki/CompilationGuide/Centos#FFmpeg

during installing ffmpeg


cd ~/ffmpeg_sources
git clone --depth 1 git://source.ffmpeg.org/ffmpeg
cd ffmpeg
PKG_CONFIG_PATH=$HOME/ffmpeg_build/lib/pkgconfig
export PKG_CONFIG_PATH
./configure --prefix=$HOME/ffmpeg_build
--extra-cflags=-I$HOME/ffmpeg_build/include
--extra-ldflags=-L$HOME/ffmpeg_build/lib --bindir=$HOME/bin
--extra-libs=-ldl --enable-gpl --enable-nonfree --enable-libfdk_aac
--enable-libmp3lame --enable-libopus --enable-libvorbis
--enable-libvpx --enable-libx264
make
make install
make distclean
hash -r
. ~/.bash_profile
 

i get the following error

hash -r . ~/.bash_profileyasm/nasm not found or too old. Use
--disable-yasm for a crippled build.

I hav also attached a screen shot of the same

thank you
VENKY
--
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user