i have stream of images to make flv video. i can make video using those streams using ffmpeg but video is to be stream live simultaneously
i have already installed red5 for streaming .
i have stream of images to make flv video. i can make video using those streams using ffmpeg but video is to be stream live simultaneously
i have already installed red5 for streaming .
I think this thread may be of help
http://ubuntuforums.org/showthread.php?t=665607
It explains how to use ffmpeg
and ffserver
for live streaming while the converted video is generated. This works even for infinite streams.
when you stream your video using ffserver
, you may want to set a reverse-proxy on your main webserver so that your users do not need to type a port number for the video.
ffmpeg
can read from image sequences, use %d
to represent the incrementing number. Just use the sequence as your input and the ffserver
stream as your output