Flash Access 2.0 - 10.3.181.34 Error

Hi,
We are unable to play flash access 2.0 protected movies with the new flash version 10.3.181.34.
The  problem seems to be in a request for a file that Strobe Media Playback  makes -> http://xsdownload.adobe.com/drm/plug/win/x86/10.3.181.34,  this resource doesn't exists, but looks like there's no problem to get  this resource for other versions like  http://xsdownload.adobe.com/drm/plug/win/x86/10.3.181.26.
Could someone guide point me to a solution?
Thanks

Some embedded videos don't work after Flash Update.
A simple cure would be nice.
After my Adobe Flash Update to version 10.3.181.34 yesterday, some embedded videos on the web wouldn't work for me as a default user. When I tried as administrator, there were no problems. But I won't surf as an admin!
I have manually compared the browser-settings between administrator and default-user, and I couldn't find any differences. I have also checked the installation, both in sysWOW64 and in IE-add-ons, and I did uninstall and install as administrator.
My solution for now was to restore my system 2 days backwards. And it works! That makes me happy :-)
Now I'm waiting for Adobe or Microsoft to address the bug and post a simple cure. In the meantime, I'll fight hard to keep my Adobe Flash ActiveX version 10.3.181.26 - It might be a little old, but it works just fine on my Win7-IE9

Similar Messages

  • How can we verify the custom props in (Flash Access) license is there?

    We've added custom properties to a FAXS license and we'd like the client (OSMF-based media player) to display it (eg overlay those properties like a watermark over the video). The custom properties were added via "ApplicationDefinedRight" and "ApplicationProperties".
    We're able to see it embedded in the content via command line (see below) but it doesn't appear in the DRMVoucher when I step through the media player code when the DRMManager receives it:
    -- start command line snippet --
    $ java -jar libs/AdobePackager.jar -d ../protected/ramil_cheerleader_customprops_dev.mp4
    Adobe(R) Flash Access Media Packager
    version 2.0.2.0061
    =======================
    Source file: C:\content\protected\ramil_cheerleader_customprops_dev.mp4
    License Server: http://dev.awardscreeners.com/EScreenersServerV2/drmlicense/61410cb8-0208-4ddb-84d1-c84fea afc3fb
    License ID: XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
    Content ID: 61410cb8-0208-4ddb-84d1-c84feaafc3fb
    Packager: CN=WBADS-Pkgr-201107081517,OU=Adobe Flash Access,OU=Packager,O=Adobe Systems Incorporated,C=US
    Packaging time: Fri Mar 15 20:24:18 PDT 2013
    Policies:
    Policy ID: YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY
    Policy Name: YYYYYYYY-YYYY-YYYY-YYYY-YYYYYYYYYYYY
    Revision: 2
    License Server Authentication: anonymous
    License Caching Duration: 360 minutes (6 hours)
    Right: Play
           Output protection restrictions:
                   Analog: NO_PROTECTION
                   Digital: NO_PROTECTION
    CustomProperties:
           pol_custom_prop =
                   test 123
           lic_custom_prop =
                   test license val
    SUCCESS
    -- end command line snippet --

    Thanks for your reply Hiroshi.
    Unfortunately, that's exactly what we've been doing.
    * reportVoucher - record the voucher detail in log file
    protected function reportVoucher (currentVoucher:DRMVoucher):void {
      var stringToAppend : String = "";
      var customPolicies:String = "";
      var i:int =0;
      var ptw:DRMPlaybackTimeWindow = null;
      var name:String;
      try{
        if (currentVoucher.policies != null){
          for(name in currentVoucher.policies)
            customPolicies += "policies." + name + " = " + currentVoucher.policies[name] + "\n";
        stringToAppend += " customPolicies : \n" + customPolicies;
        stringToAppend += " startDate = " + currentVoucher.voucherStartDate + "\n";
        stringToAppend += " endDate = " + currentVoucher.voucherEndDate + "\n";
        stringToAppend += " offlineLeaseStartDate = " + currentVoucher.offlineLeaseStartDate + "\n";
        stringToAppend += " offlineLeaseEndDate = " + currentVoucher.offlineLeaseEndDate + "\n";
        ptw = currentVoucher.playbackTimeWindow;
        if (ptw == null){
          stringToAppend += " playbackTimeWindow = null \n";
        } else {
          stringToAppend += " playbackTimeWindow.startDate = " + ptw.startDate + "\n";
          stringToAppend += " playbackTimeWindow.endDate = " + ptw.endDate + "\n";
          stringToAppend += " playbackTimeWindow.period = " + ptw.period+ "\n";
        trace(stringToAppend);
      } catch (e:Error) {
          trace(e.message + "\n when getting the voucher info");
    So perhaps maybe there's still something in the server level that could also be the problem. We suspect if the final license object is passed around (not the one embedded in the content), it may not contain the custom properties anymore. It's just a speculation.
    Nevertheless, at least you've pointed out that I am looking in the right place (DRMVoucher.policies) for them.

  • How to find out what version of Adobe/Flash Access you're running

    To find out what version of Adobe Access server you’re running, do this:
    1.          Unzip (or unpack) your flashaccess.war file (it’s just a zip file)
    2.          Navigate to: \flashaccess\META-INF\
    3.          Open “MANIFEST.MF” and look for “Implementation-Version” for something like 3.0.0296
    4.          That is your Adobe/Flash Access version#
    cheers,
    /Eric.

    When Pages is running, select Pages > About Pages.  The latest version that only runs on OS X Mavericks is 5.0.1.

  • Android AIR with DRM Flash Access 3 (workflow DRM client side) ? HELP

    Hello,
    I'm trying  to manage DRM encryption for video with Flash Access 3.0 on Air for Android (or mobile device profile). I looked around and haven't found any awnser so far.
    I know that Flash Player on Android devices is not supported by Adobe Flash Access, but it seems a bit different on Android AIR application, but where there is some point that I don't understand and I don't find any answer or exemples.
    How to manage the DRM API workflow for Android AIR with Framework AIR?
    Until now, i made a custom AS3 video playback (like StobeMediaPlayback), and i am trying to play:
    an encrypted video ->           http://drmtest.adobe.com/content/anonymous.f4v  (encrypted) and its metadata http://drmtest.adobe.com/content/anonymous.f4v.metadata 
    and a no encrypted video --> http://drmtest2.adobe.com:8080/Content/unencrypted.f4v on Android device with AIR framework.
    What I understand in accordance what i found this this forum, there are some differents workfows to manage DRM :
    #1 - FMRMS (Flash Media Rights Management Server) before Flash Access :
         -NetStream.play()
         -NetStream.authenticate()
    Adobe said tha that the workflow above is no longer recomanded, as we have Flash Access now
    #2 - Flash Access for (Flash Player  or AIR desktop):
    (without token authentication) anonymous
    (with token authentication)
      1. Get drm metadata
      2. Create DRMContentData class from drm metadata
      3. DRMManager.loadVoucher()
      4. NetStream.play()
      1. Get drm metadata
      2. Create DRMContentData class from drm metadata
      3. Identify from metadata that this video requires authentication
      4. Prompt user for credentials and call DRMManager.authenticate()
      5  DRMManager.loadVoucher()
      6. NetStream.play()
    more info : http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7ce3.html
    Both case use DRMManager class in which you can use loadVoucher to apply the DRMContentData object from a DRM-protected media file
    #3 - Flash Access 3.0 for (AIR 3.2 mobile device):
    But in AIR environnement for mobile device, I don't found any informations toward a workflow for DRM Flash Access. The official documention say that the DRMManager class "it is not supported on mobile devices. You can test for support at run time using the DRMManager.isSupported property" (source:  http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/drm/DRMManage r.html  ). For now, when I test my player DRMManager.isSupported, the return is "false".
    Is there a way to manage a DRM player for AIR mobile without DRMManager class  ? What is the right workfow for this? Or maybe, I mistaken something. I think some people have succeed with DRM implemtnation on AIR mobile...
    Thanks in advance
    ethiers
    (sorry for the english  and i am beginner with DRM implementation, I never did that before)
    Here is some related thread close about my question
    Public Facing Flash Access DRM Examples? (Sample Content) - http://forums.adobe.com/thread/723499
    DRM video playback - HELP PLEASE - http://forums.adobe.com/message/2962340
    Unencrypted part in encrypted content - http://forums.adobe.com/message/3643812#3643812
    Adobe DRM-Activatie crash android - http://forums.adobe.com/thread/779962
    Flash Access DRM content not showing in Android mobile - http://forums.adobe.com/thread/841990
    NetStream in AIR - http://forums.adobe.com/message/3705234#3705234

    Thank you very much Denis,
    You are absolute right! And you help me a lot.
    On my side, i tested other devices like Google Nexus One (Android 2.3.4 + AIR 3.1), HTC Flyer (Android 3.1 + AIR 3.1) and Samsumg Galaxy tab 10.1 (Android 3.2+AIR 3.1), All support very well the DRMManager service.
    For those who want to check it quickly, I developped an application to play an encrypted video with FAXS DRM : You can download :
    https://play.google.com/store/apps/details?id=air.air.com.seconceptweb.DRMTestAccessPlayer
    If you have some questions, or some observations about FAXS DRM and AIR application for Android, you can use this thread indeed.
    Observations :
    AIR 3.0
    Flash Access Content Protection Support for AIR Mobile — Flash Access content protection support is now available on mobile devices including Android powered smartphones and tablets. In addition, content protection is now supported on tablet devices powered by the BlackBerry® Tablet OS. Note: Flash Access for iOS is not supported at this time. In addition, Flash Access for Flash Player Android is not supported at this time.
    source: http://helpx.adobe.com/x-productkb/multi/release-notes-flash-player-11.html
    Sorry for my long delay for this replay, i was on vacation... very away from computer.
    Regards,
    Sebastien

  • Using Flash Access Pro 3.0 ref-implementation tools?

    I'm  adding DRM support for Flash Access to my company's products. I've just installed a Flash Access Pro 3.0 server with a 90-day Trial license issued 2012.07.26, using the "quick-start guide". The verification step (browsing to http://localhost:8080/flashaccessserver/flashaccess/license/v2) reports "License Server is setup correctly".
    I've added the license (.pfx) file path and password to 'Reference Implementation/Command Line Tools/samples/com/adobe/flashaccess/samples/licensegen/GenerateLicense.java', and compiled using "ant -f ./build-samples.xml build", then ran the app as shown below. I've double-checked that the password matches the license file using "using "openssl pkcs12 -info -in my_certificate.pfx". I also tried using the scrambled password, but that issues the error "Unable to load credential from my_certificate.pfx -- possibly wrong password", which seems to indicate that it's successfully using the plaintext password.
    Has anyone used GenerateLicense successfully? And if, so, with a Trial license, or a regular license?
    What does "Flash Access Professional License server certificate required" mean? Does it means the server is actually not running correctly? Or is there another problem?
    Thanks for any help on this issue ...
    > ant -f build-samples.xml generate-license  Buildfile: C:\cygwin\home\dougs\flash_access_pro_3\Reference Implementation\Command Line Tools\samples\build-samples.xml generate-license:
          [java] Exception in thread "main" java.lang.IllegalArgumentException: Flash Access Professional License server certificate required
          [java]     at com.adobe.flashaccess.core.license.pregen.LicenseFactoryImpl.<init>(LicenseFactoryImpl.java:100)
          [java]     at com.adobe.flashaccess.sdk.license.pregen.LicenseFactory.getInstance(LicenseFactory.java:61)
          [java]     at com.adobe.flashaccess.samples.licensegen.GenerateLicense.main(GenerateLicense.java:71)
          [java] Java Result: 1
    BUILD SUCCESSFUL Total time: 1 second

    I don't know about other things using FileMaker files but if you do use many scripts, I bet that won't be easy…
    However, if you can find one somewhere like e-Bay, FMP 5 can read 3 files, works perfectly in Classic and includes installers for 9, X and even Windows on the same disk.
    If it matters, I seem to remember the reason my FMP files are now stuck with single-user access instead on networking is that networking late X with Windows requires FMP 6… and presumably, that doesn't much matter.

  • How to implement Adobe Flash Access functionality in FMS

    Hi,
    I have developed on-demand video application and I want to implement encryption/decryption funcationality of the Adobe Flash Access to provide secure video streaming. But i am not able to understand from where to download Adobe Flash Access and what to do to get the adobe access software. So please help me to download it and give me an idea to use secure vidoe streaming from FMS4.5.
    Thanks
    Ram.

    Give me a day or two - i can help you reach right contact person for Adobe Access. Feel free to ping back if i dont get back in day or two.

  • JET install using flash error: WARNING: FLASH Unknown FLASH access method

    Hi all,
    hoping someone can shed some light on this. I'm trying to utilize a flar image to jumpstart a server and get a unknown Flash access method error;
    # ./make_client testserver
    Gathering network information..
    Client: xx.xx.xx.xx (xx.xx.xx.0/255.255.255.0)
    Server: xx.xx.xx.xx (xx.xx.xx.xx/255.255.255.0, SunOS)
    Solaris: client_prevalidate
    Clean up /etc/ethers
    Creating Client directory for testserver
    Solaris: client_build
    Creating sysidcfg
    WARNING: no base_config_sysidcfg_timeserver specified using JumpStart server
    Creating profile
    Adding base_config specifics to client configuration
    Adding flash specifics to client configuration
    FLASH: Modifying client profile for flash install
    FLASH: Removing package/cluster/usedisk entries from profile
    Solaris: Configuring JumpStart boot for testserver
    Solaris: Configure bootparams build
    Starting SMF services for JumpStart
    updating /etc/bootparams
    Force bootparams terminal type
    -Restart bootparamd
    Running '/opt/SUNWjet/bin/check_client testserver'
    Client: xx.xx.xx.xx (xx.xx.xx.xx/255.255.255.0)
    Server: xx.xx.xx.xx (xx.xx.xx.xx/255.255.255.0, SunOS)
    Checking product base_config/solaris
    Checking product flash
    WARNING: FLASH: Unknown FLASH access method (/export/install/FLARs/sol10000_00_os_0910_us_3.gbl.flashsun4utools_iplno.fsh)
    Check of client testserver FAILS.
    The images is shared out under /export/install:
    # dfshares
    RESOURCE SERVER ACCESS TRANSPORT
    servername:/opt/SUNWjet servername - -
    servername:/export/install servername - -
    any help would be appreciated. JS is functioning when installing an image copied from media.
    thanks
    D

    Hi,
    I had exactly same problem. When I contacted my DBA he provided me Secured URL with https for the site and when i used that URL it worked with out problem.
    Badari.

  • Configurations Flash Access Server for Protected Streaming

    Do anybody have informations, how configurate files flashaccess-global.xml and flashaccess-tenant.xml?
    I now that Flash Access Server for Protected Streaming ignored content policy, and policy have to set in that configurations files.
    Where can I read about that? Very small informations are about that
    Thanks

    Hello,
    Please check chapter "Deploying the Flash Access Server for Protected Streaming" in http://help.adobe.com/en_US/flashaccess/2.0/protecting_content.pdf.
    Best regards,
    Wang Chao

  • Download trial version of Flash Access

    Hi,
    My company would like to evalute Flash Access to see how it would fit with our content protection strategy.
    Is there a trial version, that we could use for evaluation purposes?
    Thanks,
    - Abey

    Hi Abey,
    Adobe does indeed have a free Trial Version of Flash Access available to interested parties.
    Please begin here: http://www.adobe.com/go/flashaccess_certificate_enrollment
    cheers,
    /Eric.

  • Bad Adobe Flash Access DRM module

    I have been streaming videos and movies I have purchased without problems until yesterday when Amazon wouldn't load the video and suggest upgrading Flash Player.
    I have OS X 10.5.8, so Flash Player 10.3.183.29 is the most up-to-date version my computer can have.
    I went to Adobe site and followed instructions for removing the bad Adobe Flash Access DRM module, deployed in 2011. Replaced it with the corrected DRM module. When I ran the test for protected content through the Adobe demo video player, no video played and received message: Error #3343. IV check failed.
    What is error #3343? How can this be resolved?
    Would greatly appreciate anyone's help on this.
    Thanks.

    Moving this discussion to the Using Flash Player forum.

  • Need Flash Access Trial Version link

    Hi,
    I searched and searched but all in vain.
    Could some one please send Flash access link where from I can download flash access trial version.
    I also sent an email to [email protected], but didn’t have any feedback.
    Thanks and Regards
    Irfan

    Hello,
    Go to the following URL, and near the top-right corner, you should see a link for "Sign up for a free 90-day trial".  http://www.adobe.com/products/flashaccess/
    cheers,
    /Eric.

  • Flash Access implementation

    Hi,
    I am presently modifying my video player so that it can play Adobe flash Access protected content.
    Is it mandatory for me to use the OSMF component in my video player in-order to play protected content?
    Also i have started making a  few changes in the player referring to the steps mentioned at http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118666ade46-7ce3.html
    When i tried to play a video for which the authentication method was username/password required,the login fails and nothing happens thereafter.
    When i tried playing a video for which authentication method required was Anonymous,i am able to download the voucher and view its contents.
    But the video file does not play.None of the DRM errors or Netstatus errors are displayed.The application just freezes there.
    What could be reason for this?
    Regards,
    Aditya Dubey

    Hello LoveToQ,
    Can you verify that your configuration was successful?  Please take a look at Step #4 of the "Flash Access Quickstart Guide" (http://www.adobe.com/support/documentation/en/flashaccess/index.html).
    Please pay particular attention to the step describing the usage of Validator.bat and how to validate (via a browser) that your license server was properly set up.
    cheers,
    /Eric.

  • Does Flash Access support encrypting the specific audio/video track in a multirate video file?

    Hi,
    It seams that Flash Access supports encrypting the multirated mp4 file. By setting encrypt.contents.video=true, encrypt.contents.audio=true, the encryption process will encrypt all the video tracks and audio tracks inside this mp4 file.
    I am wondering:
    Does Flash Access support encrypting the specific audio track or video track by giving the trackID for a specific bitrate inside this multirated mp4 file?
    Thanks in advance,
    Xia Hui

    I am not aware of existing or new feature which allows to encrypt particular track. You can encrypt all audio, all video or both.

  • FMS with Flash Access

    Hi all,
    Are there any way that Flash Media Server isn't able to pass metadata of F4V file into the stream (RTMP) if F4V file was encrypted with Flash Access?

    Hi,
    I am not able to comprehend your question. Can you please elaborate what are you trying to achieve?
    Thanks,
    Abhishek

  • Encrypting Live HDS with Flash Access V2

    In order to encrypt Live HDS content with Flash Access V2, it looks like I need to reconfigure 4 files:
    rootinstall/applications/livepkgr/Application.xml
    rootinstall/applications/livepkgr/events/_definst_/liveevent/Event.xml
    rootinstall/applications/livepkgr/events/_definst_/liveevent/Manifest.xml
    rootinstall/webroot/liveevent.f4m
    Here are my configuration files:
    1.<Application>
        <StreamManager>
            <Live>
                <AssumeAbsoluteTime>true</AssumeAbsoluteTime>
            </Live>
        </StreamManager>
        <HDS>
            <Recording>
                  <ContentProtection enabled="allow">
                    <ProtectionScheme>FlashAccessV2</ProtectionScheme>
                </ContentProtection>
            </Recording>
        </HDS>
    </Application>
    2.
    <Event>
      <EventID>liveevent</EventID>
      <Recording>
        <FragmentDuration>4000</FragmentDuration>
        <SegmentDuration>16000</SegmentDuration>
        <DiskManagementDuration>3</DiskManagementDuration>
                  <ContentProtection enabled="false">
            <ProtectionScheme>FlashAccessV2</ProtectionScheme>
            <FlashAccessV2>
                <ContentID>livestreamJDLEW</ContentID>
                <CommonKeyFile>(common_key_file.bin)</CommonKeyFile>
                <LicenseServerURL>(license_server_url)</LicenseServerURL>
                <TransportCertFile>(transport_cert_file.der)</TransportCertFile>
                <LicenseServerCertFile>(license_server_cert_file.der)</LicenseServerCertFile>
                <PackagerCredentialFile>(packager_credential_file.pfx)</PackagerCredentialFile>
                <PackagerCredentialPassword>(password)</PackagerCredentialPassword>
                <PolicyFile>(policy_file.pol)</PolicyFile>
            </FlashAccessV2>
        </ContentProtection>
      </Recording>
    </Event>
    3.
    <manifest xmlns="http://ns.adobe.com/f4m/1.0">
      <media streamId="livestreamJDLEW" bitrate="100"/>
    </manifest>
    4.
    <manifest xmlns="http://ns.adobe.com/f4m/2.0">
      <baseURL>http://<ipaddress>/hds-live/livepkgr/_definst_/liveevent/</baseURL>
      <dvrInfo windowDuration="3600"></dvrInfo>
      <media href="livestreamJDLEW.f4m" bitrate="100"/>
    </manifest>
    In (2), when I change the <ContentProtection> enabled tag to "true", the folder rootinstall/applications/livepkgr/streams/_definst_/livestreamJDLEW/ only receives the .control file -- the .bootstrap, .meta, .f4f, and .f4x files are no longer being generated -- and, therefore, no video is created.
    How can I get my Live HDS streams encrypted with FAXS v2 working?
    Thanks in advance!
    Jon

    For multiple streams at event level, you need to have multiple enteries in the manifest.xml under livepkgr/events/_definst_/liveevent/Manifest. xml as so :
    <manifest xmlns="http://ns.adobe.com/f4m/1.0">
      <media streamId="livestream1" bitrate="100" />
      <media streamId="livestream2" bitrate="200" />
      <media streamId="livestream3" bitrate="350" />
    </manifest>
    For this manifest you'll typically be publishing the stream as livestream%i?adbe-live-even=liveevent via FMLE.
    For playback you need to use URL as : http://<server-ip>/hds-live/livepkgr/_definst_/liveevent.f4m
    Hope this helps.
    Thanks,
    Apurva

Maybe you are looking for