[gst-devel] Stream on iPad, iPhone, Android...

Wes Miller wmiller at sdr.com
Tue Aug 24 18:32:02 CEST 2010


Would you consider using ffmpeg to serve your video?  I use ffmpeg to send
file, webcam and axis-video server streams as an rtmp feed to Wowza.  I
think your target devices are well equiped to handle rtmp and ffmpeg is
fairly lightweight.

Approx syntaxes are:
     ffmpeg -i ~/output.mp4 -re -acodec mpeg - vcodec libx264 -vpre default
-f flv rtmp://<receiver-IP>
               (see: 
http://www.ilovemyjournal.com/?action=view_entry&eid=3840 )
     
     ffmpeg -f video4linux2 -i /dev/video0 -re -f flv rtmp://<receiver-IP>

     ffmpeg -er 4 -r 15  -f mjpeg -an -i
'http://<axis-IP>/axis-cgi/mjpg/video.cgi?camera=1' -vcodec libx264 -vpre
fastfirstpass -vpre baseline -b 24k -bt 32k -threads 0 -f flv
'rtmp://<receiver-IP>'



Wes



-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Stream-on-iPad-iPhone-Android-tp2336486p2336975.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list