DETECT HDCP content encrypted or non - HDCP supporting devices

I want to detect non HDCP support devices and warn users that it is not supported and move to a lower quality stream (non-HDCP).

Is there a way of in OSMF to detect if the content was encrypted with output Protection, and can you detect what level of protection has been added (NO_PROTECTION, NO_PLAYBACK, etc.)?

Found the answer to this question:

To load the metadata and listening to DRM errors via the drmManager, you can detect what types of content HDCP can be played correctly on the device of users.

Tags: Adobe Open Source

Similar Questions

  • Satellite A660-10W with HDCP support

    Hello guys,.

    I have the A660-10W and want to download iTune HD movies
    He said: I need to have a video driver with HDCP (support?) but I don't know, and I do not understand what it is.
    I would appreciate your help - as you have done very well in the past.

    Thanks in advance

    Hello

    HDCP is a copy protection Protocol.
    This Protocol prevents copying of high-definition movies.
    If the system does not support HDCP, you will not be able to send data to the device (TV, LCD) through other ports such as DisplayPort or DVI or HDMI.

    Microsoft Vista and Windows 7 use HDCP screens and computer graphics cards.
    But if you want to watch movies in high definition on an external TV, you must ensure that both HDMI ports on TV and laptop support HDCP.

    But it seems that Sat A660-10W does not support HDMI port and so you will not be able to watch as the HDCP protected HD movies on external monitors.

  • Failure of the motorway E - there are network connectivity problems or this peer has different support encryption (AES / non - AES software)

    I have two websites and a cluster CPU as below:

    site - 1

    CUCM pub-1

    Pub 1 CUC

    imppub

    exp-c-1

    exp-e-1

    site-2

    cucm2

    CuC2

    IMP2

    exp-c-2

    exp-e-2

    !

    I do a bunch of highway E and C, but it I show error on cluster of highway E:

    Failure - there are network connectivity problems, or this peer has the support of different encryption (AES / non - AES software)

    This highway is part of a cluster, but is not the master of the configuration. Configuration changes made on this highway may be lost. More information about the Clustering help page.
    !
    What is the solution to fix it?
    Locally add cluster of highway or having to make cluster of 4 motorway between locations?

    How far are the peers of the highway on the other, what is the round trip time?  This should be within 30ms.

    Can you confirm that all highways in the cluster have the same keys option installed on all peers, as it is a requirement, call license quantities can be different, but the features option enable/disable keys must be the same.  Additionally, make sure that the version of the software installed is the same, that you have a version mismatch or could be active where encryption the other not.

    Regarding the "this highway is part of a cluster, but is not the master of the configuration... '. "this message is normal for a node that is not the master, as it is said just only make changes on the master, since all changes on the slave will be replaced by the master.

    Suggest you watch on creation of Cluster Expressway and maintenance Deployment Guide (X8.8) in case you have not yet.

  • Codian MCU 4505 content encryption is not possible

    Hello

    I'm having a problem with MCU 4505:

    If I put the SIP trunk to the Codian MCU (to route calls with a specific prefix) for the MCU to TLS instead of TCP, the content channel could not be seen on other participants. I see in the statistics of participants, that the content string is sent from one endpoint to the MCU, but not received from the other particpiants. In the view of the Conference, I saw the following message:

    TX of content: encryption is not possible

    I checked the docs, but the description of this cause is not really free explaining:

    The MCU is unable to send the encrypted video content to this participant.

    If I put the trunk for TCP, no encryption is used and the sharing prentation works as expected. Basically, the encrpytion works fine, because the audio and video channels are received and sent as expected.

    No matter who else knows this problem or ideas how to solve this problem?

    BTW: Versions of software:

    MCU 4505 4.3 (1.68)

    EX60 TC 5.1.4

    Jabber 4.5

    C20 TC 5.1.4

    Kind regards

    Paul

    It is noted as a known bound in notes;

    "The transmission of content SIP of the MCU by using the binary protocol (BFCP) ground control is not supported on.

    encrypted calls. To allow content to pass on SIP calls in a separate main video channel, you should

    Disable encryption on the MCU or target endpoint. »

    The MCU supports the transmission of content encrypted on H.323 calls only, but not the SIP.

  • Do you have Oracle Fusion Middleware Infrastructure Installer 12.2.1 and content Webcenter 12.2.1 Support windows server 2008 R2?

    Do you have Oracle Fusion Middleware Infrastructure Installer 12.2.1 and content Webcenter 12.2.1 Support windows server 2008 R2?

    Hi Saif,

    This is not supported for the content... Please check the certificate of the MOS

    Support content 12.2.0.1 MS x 64 64 bit 2012 and 2012R2 and same is applied to the installation of Oracle Fusion Middleware Infrastructure program.

    Thank you

    Amey

  • Encrypted HLS streaming is supported in JavaFX 2.2?

    Hi all

    Thanks in advance for your answer. I have a JavaFX MediaPlayer can play the regular flow of HLS (sample of as Wowza stream VOD HLS) without any problem. However, when trying to access a stream encrypted from the same server, MediaViewer HLS throws an error 'Error invalid media'. The exact URL for the encrypted stream opens to other external actors, such as VLC. This makes me wonder if streams encrypted HLS is all supported by JavaFX Media Player. I can't find many references to it on these forums or Google either.

    Please can someone confirm if encrypted HLS streaming is supported by JavaFX?

    Thank you

    DB

    You have confirmed that the pay-TV is not supported.

    You can connect to feature requests at:

    https://JavaFX-JIRA.Kenai.com/

  • How to detect excess content accurately when you use tables?

    Hello, all. I am familiar with the way to detect the content in excess of a block of text, namely:

    If (myTextFrame.parentStory.contents.length > myTextFrame.contents.length) {}

    Alert ('there is overset text');

    } else {}

    Alert ("' there is no overset text");

    }

    However, the content of my story is three tables, rather than text. Each table contains dozens of cells filled with text. Yet, the 'length' of the framework property is only 3! How can I accurately read the length of the content as most of it is in the tables so that I can test it for overset text?

    In case it helps someone, a more detailed description is:

    1. If there are three tables in the history and only 2 adjustment on a block of text of page size, the length property of this frame will be 2. Kind of weird, but is not a problem yet.
    2. In the same scenario, however, if the third table that BEGINS on page but spills on (creating a situation in excess), the length property of this frame will be 3 - causing her think test there is NO overset text! InDesign sees just 3 characters from history and only 3 characters on this page.
    3. When I look at the property 'content' of the story, he reads just 3 characters square. They obviously have some sort of special character. InDesign apparently takes the notion of 'table' and simply writes a character of space reserved for it in the property 'content '.

    I'll have to create a routine to loop through every cell of each table and add it somehow to get the length you want? How I just test for in excess-ness?

    Thank you!

    There might be a better way, but I just built this expression:

    app.activeDocument.stories.item (0).tables.lastItem (). cells.lastItem (). point insertionPoints.last (). parentTextFrames.length

    ;-)

    Dirk

  • No supported device has been detected

    I have the first elements 14 running on Windows 10 PC.  I have a Canon Vixia HV30 connected via Firewire, which recognizes the operating system.   I had problems to download videos of this unit with 11 elements not, but I do not get one "no supported device found" when you use the video importer now that I updated to 14 items.

    FireWire support has been removed in version 13 and on.

    You can read more details and one had alternative suggested here:

    https://helpx.Adobe.com/premiere-elements/KB/removed-features-formats-elements.html

  • message usb device not recognized guard appearing, none of our devices work

    None of our usb ports work so that we cannot use the printer, mouse, or plug in our camera we get the message this device is not recognized. We have a laptop

    Hello

    Check the settings/configuration (BIOS/CMOS) that get started - often F2 so watch you start screen.
    Check that the USB is enabled. If these methods fail you will need a real computer store
    (not the leeks and the glances at a BestBuy or other big box stores) or Technical Support from the manufacturer of the system.

    ------------------------------------------------------------------------------------------

    Follow these steps to remove corruption and missing/damaged file system repair or replacement.

    Run DiskCleanup - start - all programs - Accessories - System Tools - Disk Cleanup

    Start - type in the search box - find command top - RIGHT CLICK – RUN AS ADMIN

    sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Then, run checkdisk - schedule it to run at next boot, then apply OK your way out, then restart.

    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    -----------------------------------------------

    Then lets refresh the USB stack

    Control Panel right CLICK on EVERYTHING - Serial USB controllers - device configuration-manager and
    UNINSTALL all but the category itself - REBOOT - it refreshes the drive and battery USB

    This KB shows XP how to and the method of Vista is identical
    http://support.Microsoft.com/kb/310575

    Do 1 above.

    USBDeview is a small utility that lists all USB devices currently connected to your computer.
    as well as all USB devices that you previously used. Run Options and tick the three 1st choice
    to see if one is there. You can remove all instances of any individual device and then restart to see
    If this device activates.
    http://www.NirSoft.NET/utils/usb_devices_view.html

    ----------------------------------------------

    If necessary try these two:

    Tips for solving problems of USB devices - and a Mr Fixit
    http://windowshelp.Microsoft.com/Windows/en-us/help/c39bd203-f729-47a4-8351-83291e13c8a81033.mspx#EGB

    Hardware devices not detected or not working - Mr. Fixit
    http://support.Microsoft.com/GP/hardware_device_problems

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Dell Streak says is not compatible, but the supported devices list says it's.

    The Dell Streak 5 (AT & T) is running Android 2.2 and has a Qualcomm Snapdragon (QSD 8250) which is supposedly Arm7. It is listed in the list of supported devices. However, when I go to the game store, it says that my device is not compatible with firefox mobile. Anyone know why would he lie to me?

    He should fix it momentarily. The 5 "Dell Streak has been accidentally blocked, but now was not blocked. It may take several minutes for the store update. Sorry for the inconvenience!

  • Re: Detection of Bluetooth, installation on WinXP SP2 32 devices

    Hi all

    I have Toshiba Satellite A200-1CR (PSAE0E) which has the internal bluetooth device (I think that the manufacturer is, pa3608u-1btm taiyo yuden co.) Ltd. has been unable to verify
    cause couldn't open the back casing of the laptop). I downloaded the latest drivers for WinXP 32 SP2 on the official driver for BT and BT monitor or Tohisba site.
    Toshiba Stack and has installed respectively (installation battery please plugin device which is not recognized by the operating system), when the computer starts it is
    hardware detection, but no specific information about the detected material other than "Hardware ID" ACPI\TOS1900; "Device Instance Id" ACPI\TOS1900\2 & DABA3FF & 0 (which I doubt is
    BT device, if not there is not trace device BT not even under hidden devices). I tried to install that manually, but this time OS complains that the software is not compatible.

    After Google search on the net and who cross through this forum, I found that WinXP 32 is usually prone to detect internal BT, possible solutions are:

    * Rename the %WinDir%\inf\bth.inf nth.bak and reainstalling battery Tohisba which did not work in my case.
    Changing certain variables/s under ...\TOSHIBA\Bluetooth Toshiba Stack\Drivers, which I do not know where or what?

    PS Do not forget that before installing the BT monitor and battery I uninstalled previously installed versions and purged the registry.

    Any suggestions in advance will be appreciated.

    Kind regards

    To be honest I didn t done that for a long time but if I remember correctly you need to the first BT stack install and after restarting the laptop simply allow BT using the FN + F8 key combination. After this BT driver will be installed and as final step BT module is recognized correctly and also listed in Device Manager.

  • What is the audio driver support device conexant high definition

    What is the audio driver support device conexant high-definition?  When I try to install the driver, I get a message saying that the installation has failed not found media device.

    Since you are not the original author (which never came back after his original post in April), if you have a similar problem, then the answer is similar: reinstall your drivers.

    http://welcome.HP.com/country/us/en/support_task.html

    MS - MVP - Elephant Boy computers - don't panic!

  • U2713H (no HM)... other calibration supported devices?

    So I just heard on the new U2713H and the calibration of built-in materials. I'm interested, but troubled by the fact that the documentation seems to suggest that the calibration only supported device is the Pro i1Display.

    That sounds confusing... anyone who is this serious about managing the colors probably has at least a ColorMunki, otherwise a full-on i1Pro or i1Pro2. (I own an i1Pro and have no interest to shell out another $ 250 for an i1DisplayPro)

    Samsung has a monitor (B 27, 970) with similar internal calibration that supports all of these features and more. I was wondering if anyone knows if one of these devices are supported by the U2713H, or if it is only limited to the i1DisplayPro. because that stinks if it is, and there is nothing to recommend this on the U2711.

    Someone has some solid information in this respect?

    -Greg

    gmikol,

    Pro colorimeter X-Rite i1Display calibration only works with i1Display Pro. It was a design choice made by X-Rite, not Dell. They have no intention of allowing the other sensors because it has no sense of the business for them.

  • Installation of up4 on up3 "Unable to find supported device..." »

    I'm getting high grade to up4 build 153875 of 143149 using the drive working even, but it fails with the error message "Unable to find supported device..." ».  The old version of ESXi works very well on the disc.  I can load on the drive.  Any ideas on how this can be resolved.

    Thank you

    Have you tried that? http://www.vm-help.com/esx/esx3i/no_persistent_storage_after_upgrade.php.

  • first time using flash in private browsing content opens the non-private

    I already asked this question (using firefox, 20 at the time) about 1 year. I leave a link to this thread for reference https://support.mozilla.org/pt-PT/questions/955788#answer-425110.

    2 computers (a desktop and a computer laptop operating system: windows 7 and firefox 29.0.1 in both).

    Basically what is going to happen, it's that if you open a private window and then use a flash content, first time you do this, the non-private window opens. You can easily return to the overing private window right-click the firefox icon and choosing the private window. A work about already presented by jscher2000 is to have a tab with flash content before opening the private browsig.
    I raised this issue once again just to ask if there is any chance to fix this in the near future?
    Thanks a lot for any input and please accept my greetings.

    HI JoaoNT,
    Please check back with your question. It is a pleasure to help again. I understand that when you view flash content, the new window the opens the private window is no longer a private window. (forgive the verbosity)

    I'll try to replicate this >

    1. A private window open a youtube.com page
    2. Right-click on one of the videos suggested to open in a new tab.

    Results: It is opened in a new private window.

    An other stepsbased in the stages of the adobe bug
    (note I have updated to 12 and will also try that in 13)

    1. Open the test page
    2. Right click on the first result
    3. Choose the option "open in a new window of private".

    Results: see private window to the top.

    It seems good, what version of Flash are you using? I don't have a Netscape or other plugins, if these are disabled if the issue persists. (Most likely it will not make a difference)

Maybe you are looking for