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

Hi,How to use swf verification with air and android,ios

Explorer ,
Feb 15, 2013 Feb 15, 2013

Copy link to clipboard

Copied

is it only can use in swf? not can use air like in android,ios?

Views

1.2K

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
Guest
Feb 15, 2013 Feb 15, 2013

Copy link to clipboard

Copied

You can use swf verification for HDS and HLS. Following links explain how to do that:

For swf verification on HDS check:

http://help.adobe.com/en_US/adobemediaserver/devguide/WS5262178513756206-4b6aabd1378392bb59-7fff.htm...

For swf verification on HLS, use Player Binding which is similar to swf verification on HDS. For more details check the following link:

http://help.adobe.com/en_US/adobemediaserver/devguide/WS5262178513756206-4b6aabd1378392bb59-7fe8.htm...

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
Guest
Feb 17, 2013 Feb 17, 2013

Copy link to clipboard

Copied

Hi,

In SWF verification for HTTP streaming you need to create a .whitelist/.airwhitelist file. For your browser based applications this is created using the swf file. For air based applications this is created using the signature.xml file used to sign the application. And for iOS (Player binding feature) the file contains publisher-id, app-id, min-ver, max-ver. More information about HDS SWFv here : http://help.adobe.com/en_US/adobemediaserver/devguide/WS5262178513756206-4b6aabd1378392bb59-7fff.htm.... And HLS Player Binding here : http://help.adobe.com/en_US/adobemediaserver/devguide/WS5262178513756206-4b6aabd1378392bb59-7fe8.htm....

Hope this helps. Let me know if you have any other queries.

Thanks,

Apurva

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 ,
Feb 11, 2014 Feb 11, 2014

Copy link to clipboard

Copied

LATEST
I want to use SWF verification to playback RTMP streaming 
with AIR applications. The mechanism works good with
the applications for Desktop and Android, but not for iOS.
I need it to work for iOS too. Any hint? Configuration: -AMS 5.0.3 starter - in conf/_defaultRoot_/_defaultVHost_/Application.xml,   -- "SWFVerification enabled" is set to "true". - the swf file to be verified with connection requests is
   placed in "SWFFolder". Result: - AIR for Desktop   : SWF Verification worked. - AIR for Android   : SWF Verification worked. - AIR for iOS (4.0.0.1390):  failed: The error log in
logs/_defaultVHost_/vod/_definst_/application.00.log. 2014-02-07      17:18:42        24916   (w)2651375     
SWF verification unsupported by client; disconnecting client
(IP = 10.100.30.12, swfUrl = app:/test_simple_video.swf,
userAgent = IOS 11,9,900,169)     - Thanks,

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