[FFmpeg-user] is it possible to play stream data more than two ffplay clients

Navin Math hinavinmath at gmail.com
Fri Feb 8 08:17:41 CET 2013


Hi
I am not able to play the video in more than two clients (ffplay). When I
start using the ffplay in the third system. it throws error like:

http://10.10.10.3:8090/test.mpg: Unknown format

Let me know what change is required to support multiple clients??

I have started ffserver and ffmpeg in a system.
consider the ip is 10.10.10.1

ffserver -f fffserver.conf
ffmpeg -i /home/1.mp4 http://10.10.10.1:8090/feed1.ffm

I can successfully play the stream in two system successfully:

system1(10.10.10.1):
ffplay http://10.10.10.1:8090/test.mpg


system2 (10.10.10.2):
ffplay http://10.10.10.1:8090/test.mpg


system3 (10.10.10.3) ---- gives error
ffplay http://10.10.10.1:8090/test.mpg

ffplay http://10.10.42.87:8090/test.mpg
FFplay version SVN-r0.5.9-4:0.5.9-0ubuntu0.10.04.2, Copyright (c) 2003-2009
Fabrice Bellard, et al.
  configuration: --extra-version=4:0.5.9-0ubuntu0.10.04.2 --prefix=/usr
--enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib
--enable-libgsm --enable-libschroedinger --enable-libspeex
--enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib
--disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl
--enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394
--enable-shared --disable-static
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 1 / 52.20. 1
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter    0. 4. 0 /  0. 4. 0
  libswscale     0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Dec 18 2012 18:02:54, gcc: 4.4.3
http://10.10.42.87:8090/test.mpg: Unknown format





Thanks
Math


More information about the ffmpeg-user mailing list