Skip to main content
December 28, 2012
Question

Fms 4.5 live video streaming to ipad

  • December 28, 2012
  • 1 reply
  • 2305 views

Im using fms 4.5(windows machine) for a live video streaming application. The application is done in flex 3 and it is about capturing a camera input in the presenter side (windows machine ) and the live video will be streamed to the viewer using the fms. There is no problem if the viewer is using windows machine. But if the viewer is using ipad the video is not dispalying as it wont support flash player. Is there any way to stream a live video from fms 4.5(windows machine) to ipad device?

Thanks in advance,

Aras

    This topic has been closed for replies.

    1 reply

    December 28, 2012

    You can use HLS to stream live video to ipad. For more information about HLS, you can check the following link:

    help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.html

    January 2, 2013

    Hi chandan,

    Thanks for your help, i successfully done live video streaming from fms 4.5 to ipad device. But there is one more issue as the streaming from fms to ipad seems to have a delay of 8 -10 seconds. Should i change any codings or server configurations. Is there any solution to overcome the streaming delay issue?

    January 2, 2013

    With http streaming, delay is expected. Since, http is request response model, it delivers data in response to some request. So, a minimum delay of chunk of data time-size i.e. “amount of data you want to receive in response to one request“ is expected.