# This hackish setup uses the following format: A) Apache HTTPD Server to publish the flowplayer and be a proxy (for security) for ffserver. See snippet httpd.conf.sample and index.html.sample B) ffserver -f ffserver.conf to be used as streaming server. Please do mind it contains (experimental) patches (see ffmpeg-devel and search for rick) for static jpg support). C.1) Client for Mobotix Camera: ffmpeg -v verbose -f mxg -i 'http://admin:XXXXXXXX@172.25.52.48:8081/cgi-bin/faststream.jpg?stream=full&fps=15&size=640x480&stream=MxPEG&needlength' \ http://localhost:8088/stream.ffm C.2) Client for Ubiquity Aircam: ffmpeg -v verbose -i rtsp://ubnt/live/ch00_0 http://localhost:8088/stream.ffm Feedback & Comments welcome at our tech mailinglist Enjoy! /Rick