• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

How to integrate flash media server 4.0 live streaming for iOS devices ?

New Here ,
Apr 25, 2013 Apr 25, 2013

Copy link to clipboard

Copied

Hi All,

I have website which has live streaming module its working fine, same module i want to integrate for iOS devices. For live video streaming we are using FMS 4.0. So please let me know how we can integrate this for iOS devices using flash media server 4.0.

Thanks in Adavnce

Mohammad Sharique

Views

1.3K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 25, 2013 Apr 25, 2013

Copy link to clipboard

Copied

Streaming to iOS is only possible using FMS 4.5 or AMS 5. You will need to upgrade to a suitable version of the Media Server.

Once you have a suitable version installed, you will find lots of tutorials and documentation on adobe.com, such as:

http://www.adobe.com/devnet/adobe-media-server/articles/live-multi-bitrate-video-http-flash-ios.html

http://help.adobe.com/en_US/flashmediaserver/devguide/WSd391de4d9c7bd609-52e437a812a3725dfa0-8000.ht...

http://www.adobe.com/devnet/adobe-media-server/articles/live-multi-bitrate-video-http-flash-ios.html

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 25, 2013 Apr 25, 2013

Copy link to clipboard

Copied

Thnks michael for your post...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 25, 2013 Apr 25, 2013

Copy link to clipboard

Copied

Hi Michael,  Thanks for your suggestion, we have installed Flash Media Server 5 on Window server 2008, If we play single

bit rate option from "RTMP DYNAMIC STREAMING SAMPLE" its play  and if we are tring to play from other options its gives error as shown in below screenshot. Please suggest me how to resolve this issue.

FMS-Error.png

Thanks in Advance

Mohammad Sharique

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Apr 25, 2013 Apr 25, 2013

Copy link to clipboard

Copied

You need to place the crossdomain.xml in the webroot folder. Create a text file in the webroot folder using notepad, and call it crossdomain.xml. The text below will give you a wide open access policy, which is fine for testing.

<?xml version="1.0"?>

<!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">

<cross-domain-policy>

          <allow-access-from domain="*" />

</cross-domain-policy>

For debugging HTTP streaming I recommend you get hold of something like Charles or Fiddler. These will greatly assist in pinpointing any issues.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 25, 2013 Apr 25, 2013

Copy link to clipboard

Copied

Thanks Michael for your quick reply, we have placed the crossdomain.xml file in webroot folder still getting same issue. Kindly suggest any other option.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 28, 2013 Apr 28, 2013

Copy link to clipboard

Copied

Hi All, Yet, Not resolved this issue.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Apr 29, 2013 Apr 29, 2013

Copy link to clipboard

Copied

LATEST

Hi All,  Is anybody know how can i resolve to above issue.      Thanks in Advance Mohammad sharique

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines