feed

Feed is input given to server and it acts as input of video source.

It an be a real-time webcam input or a pre-stored video file.

it can be given in either of fallowing ways:.

ffmpeg -i <input_video_file> http://<server_address>:<port_no_where_server_is_listening>/<file.ffm>

ffmpeg -i abcd.flv http://localhost:8090/input.ffm

ffmpeg -i cartoon http://localhost:8090/input.ffm