Help !

Tristan Leteurtre tooney at via.ecp.fr
Tue Feb 5 18:41:11 CET 2002


On Tue, Feb 05, 2002, lecameleon wrote:

> I hope you will help and understand my message (cause I'm french).

Don't worry, we are also french :)

> I installed ffmpeg on RedHat computer. I want to use it with VLS.
> Is it possible ? Can you tell me why if you did it too ? I don't
> understand very well the README file, that's why I send you such an
> email. Concerning ffmpeg, I type : ffmpeg -an -b 1000 - ..etc ... Can
> I use " | " to make its output be the input of the VLS server ? How ?
> I hope you'll understand me and help me as soon as possible. Thanks in
> advance.

  I have been trying to do this few days ago, but had only few minutes
to try :). I think it is totally possible to do this : with ffmpeg [..]
- you send stream to the stdout. You should try to create a fifo with
mkfifo, redirect the ffmpeg stream with "> /sarass/fifo" and configure
your vls.cfg as it is for the kfir example :

BEGIN "Inputs"
  # --- Video input example
  #  kfir         = "video"

  ffmpeg         = "video"
  
END
  
BEGIN "ffmpeg"
 Device        = "/sarass/fifo"           # the fifo you've created
 Type          = "Mpeg2-PS"
END

And type in telnet  stuff like :

bozo at vls > start kfir localhost video

It should work, isn't it ?

-- 
Tooney

-- 
This is the vls-devel mailing-list, see http://www.videolan.org/vls-devel/
To unsubscribe, please read http://www.videolan.org/lists.html



More information about the vls-devel mailing list