Friday, January 3, 2014

Flash media server stream to mobile devices





Flash media server  4.5 and above can stream to mobile devices, such as iPad, iphone, itouch and Android. HTTP streaming is used.

Video files are located under webroot, for example thisvideo.f4v. The format must be  MPEG-4 format (F4V), i.e  H.264 video (600kbps video, 64kbps audio, 640*480, or 640*360 for wide screen),  ACC audio.

The video link for ios devices:
http://ipaddress/vod-hls/thisvideo.f4v.m3u8 
The video link for flash/Android:
http://ipaddress/vod-hds/thisvideo.f4v.f4m

During Adobe Media Server installation, the default option is to install Apache. If you want to use your own web
server, do not install Apache. You can proxy HTTP connections from Adobe Media Server to your web server.

Reference:
http://help.adobe.com/en_US/adobemediaserver/install/adobemediaserver_5.0.1_install.pdf 

HTTP proxy configuration is configured in the HTTPTunnel section of the Adaptor.xml file (found in fms_root/conf/_defaultRoot, detail can be found:
 http://helpx.adobe.com/adobe-media-server/kb/configuring-proxy-flash-media-server.html

Reference:
http://learnfromlisa.com/
 

No comments:

Post a Comment