How to know if PHDS is actually DRM'd and aes-128 encrypted, and what does it mean?

hi
trying to figure out pRTMP which resulted in un-encrypted streams, an issue which has not been resolved yet:
http://forums.adobe.com/message/4412068
we have tried using the PHDS protocol for serving VOD (video on demand) content to a flash player
using OSMF on a Flash 11 player like suggested.
everything seems to be ok, the stream is being published, and the .f4m meta file
seems to contain the DRM data.
What i do not understand is the lack of any
flash client interaction with this stream.
you simply need an OSMF player running on flash player 11 and you can play
the PHDS Stream, so where does the DRM come in?
is it only for protecting the stream from being listened to by a "man in the middle"?
or is it for protecting the stream from being served too many times?
is it to disable the ability to simply save the stream to a file?
is PHDS simply a one push button solution to create DRM'd streams
which don't require any special interaction with the app running on the flash player?
such as required when using the Flash Access server (which is a stand alone DRM server)
and last, the PHDS documentation describes a packager for video files,
but it is unclear when this tool has to be used to package streams, because it seems
that streams that have not been subjected to this tool still report valid DRM data inside
the f4m manifest, so when to use it, and can we trust the DRM metadata saying
that DRM is enabled and encrypted? (we have the same issue with the pRTMP which said stream is protected
but it was actually not so)
an f4m generated example:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<id>973266-40.mp4</id><streamType>recorded</streamType>
<duration>107.8</duration>
bootstrapInfo profile="named" id="bootstrap5925">
AABBAAAB0aFic3fAAAAAAAAAFgAAAAPoAAAAAAABpPAAAAAAAAAAAAAAAAA
</bootstrapInfo>
<drmAdditionalHeader drmContentId="973266-40.mp4" id="drmMetadata8114">AgARfASDFGAEFkZGSDFGHHl0aAW9u345YWxIZWFkZXIDAApFbmNyeXB0aW9uAwAHVmVyc2lvbgB
</drmAdditionalHeader>
<media streamId="973266-40.mp4" url="973266-40.mp4" bootstrapInfoId="bootstrap5925" drmAdditionalHeaderId="drmMetadata8114"> 
<metadata>AggAbgAKb23345NZXRhRGF0YQgAAAAAAAhkdXJhdGEasfvhflvbgBAWvMzMzMzMwAFd2lkdG
</metadata>
</media>
</manifest>

Hi,
I'll try to answer as many questions as best as I can
1. PHDS protects your content from being copied and stored by someone. An OSMF based player may be able to play your content but not steal it.
2. PHDS does not protect your content "from being served too many times". However, PHDS has a 24Hours policy which ensures that the client cant request new content after the expiration of 24Hours.
3. In PHDS the When Flash Media Server packages the content, it generates the license and embeds it into the DRM metadata of the content stream. The client parses this metadata and retrieves the license information from this DRM metadata. So there is no communication required between the client and a License server.
4. The f4f packaging process mentioned in the doc is to package on-demand content just-in-time when the client requests for it. There is not external tool. This is handled by the Apache module. So you see the drm meta information in your f4m file.
We also provide an offline tool that fragments and packages on-demand content. The output of the tool is protected content that you can store on your disk and stream over HTTP. For more information regarding this see : http://help.adobe.com/en_US/HTTPStreaming/1.0/Using/WS9463dbe8dbe45c4c-c126f3b1260533756d- 7ffc.html
PHDS supports SWF verification. SWF verification prevents unauthorized SWF files from accessing content. For more information regarding this see : http://help.adobe.com/en_US/flashmediaserver/devguide/WS47c0525fe440307e-685173b213221ed70 9a-8000.html#WSf46ce027e10bcc403985a9eb131ba034bd1-8000
Hope this helps.
Thanks,
Apurva

Similar Messages

  • How do I locate 5/20/2011 1:05:09 AM Packed: Swf2Swc C:\Documents and Settings\User\AppData\Local\Mozilla\Firefox\Profiles\3xe4911x.default\Cache\F\0D\C12DFd01 and what does it mean?

    I am just wondering how I can locate this ~5/20/2011 1:05:09 AM Packed: Swf2Swc C:\Documents and Settings\User\AppData\Local\Mozilla\Firefox\Profiles\3xe4911x.default\Cache\F\0D\C12DFd01~ what is it and what are profiles...on mozilla I have someone remotly doing things to my computer I didn't sign up for,

    1. This is where your main Profile folder is located:
    C:\Documents and Settings\myname\'''Application Data'''\Mozilla\Firefox\Profiles\xxxxxxxx.default
    2. Secondary location:
    C:\Documents and Settings\myname\'''Local Settings\Application Data'''\Mozilla\Firefox\Profiles\xxxxxxxx.default
    No, don't delete that folder or the files in it. Those files would be re-created the next time you open Firefox. Those files are necessary.
    3. Firefox put that file there, so it knows its' there. Delete it and Firefox will download that data all over again, and put it back in that folder.
    4. Bookmarks are stored in the '''places.sqlite''' file in the main Profile folder, since the Firefox 3 versions.
    Some of those files have been moved around from one major version of Firefox to the next to improve various aspects of "performance" and also to minimize file size for automated personal data backup purposes & for roaming Profiles in a large network setting. The urlclassifier file can get to be quite large, which could really screw-up roaming Profiles on a network server.

  • How do I fix my VI when error -1074000000 and -213 "Init ignored" comes up and what does it mean?

    When I run Test Main 002.vi in debugging mode, this error continues to pop up.  I am finding and recording the voltages for a Keithley 2700 multimeter.  I have Test Main 002.vi call on Read Volt.vi and this VI calls on Configure Volt Task.vi.  I got most of the functions used by the latter two programs from the Keithley 27XX driver.  Everything there seems to work fine.  All the example codes given by the Keithley 27XX software run just fine and give good values.  When I look at everything in debugging mode, there seems to be a value that appears for voltage but then the error pops up.  No error is given anywhere else.  Could anyone let me know where my error in the programs is and how to fix it?  Thanks. 
    Attachments:
    Test Main 002.vi ‏129 KB
    Read Volt.vi ‏27 KB
    Configure Volt Task.vi ‏28 KB

    Yes, I did mean highlight execution.  It was not able to work when it was run normally.  I did fix the problem though.  The problem is that the boolean attached to Initiate.vi (given as a function from the instrument drivers) that drove the "continuous initiation" was set to true and it needed to be set to false.  After I did this, I was able to get to program to work just fine.  I have been able to run it for several hours now without any hiccups.
    Another option I found was to be able to unbundle the error cluster attached to the Read Volt.vi in my Test Main 002.vi under the acquire case and force the boolean to be false such that it would ignore the error.  It was not the best way to do it but it was a work around. 
    Thanks.

  • How do I fix the problem 'disk is too slow' and what does it mean anyway?

    I'm transferring casete tapes to the Mac via the input line. I've transferrred nearly 100 with no prouble, but sudddenly today two things have gone wrong (see separate question for the other one). This one is that suddenly the error message 'Disk is too slow' comes up. also the track (the top one, not the bottom edit section one) is bright red instead ofthe usual dark purple.
    What's gone wrong and how do I fixit?

    Sorry about the lack of terms: lazy of me I admit. Having read up Garageband Help, I think I've got the answers. Yes, by the top part I mean the track in the timeline. The bottom part is the same track showing up in what is headed the 'Audio Region' The bright red is the colour the track is in the timeline during recording, and it stays like that until after stopping recording I click somewhere in the timeline section (not necessarily on the track itself) at which time it just goes the normal kind of dull greyish colour an unselected region does.
    Thanks for telling me how to see the HD info. Its 250GB, of which I've used about 23GB. The first computer I worked on as a programmer back in 1962 had a 400KB drum (the first disks didn't arrive until 1963) as its random access backing store - and yes, that is a K. The machine also came with 12KB of RAM and 4 tape decks, was the size of a hotel kitchen, and cost about $200,000. You young people don't know how lucky you are

  • A black triangle comes up when I try to edit a picture from i photo ---how do I get rid of this and what does it mean?library--what does this mean and how do I get rid of it?

    A black triangle come up in i photo when I try to edit a picture from my library.  I don't know what it means or how to get rid of it?  Thanks for
    any help.

    In iTunes, click on "iTunes" in the menu bar, then on "About iTunes". Which version do you have?
    If you are running OS X 10.5.8 (as per your signature), the iTunes 10.6.3 is the latest you can install and use. If your iTunes version is older, you can get that 10.6.3 here and see if it can deal with the library.
    The latest iTunes, version 10.7, requires OS X 10.6.8 or newer. Unless your signature is wrong and you run a late Snow Leopard, Lion or even Mountain Lion, it won't work for you, and you could add me to the list of people asking the same question as Allan, "where's that library from?".

  • HT1329 How do you deauthorize ipods that no longer work or have been stolen. What does it mean that you only have 5 devices that can download your itunes library. How do you deactivte old serial numbers and add new ones as of now we only have one ipod

    Over the years we have owned many i-pods. Most of them ran out of juice or were just outdated some even stolen. As of right now I have one i-pod that should be authorized to download music from my library. I plan to get a new one. My question is how do you deactivate all the old i-pods so that i-tunes doesnt think I have all these pods downloading from my personal lbrary of music. If I get a new one and plug it in it will say you are authorized 1 or 2  or whatever it is at this point to download music from this libtary. How to I get rid of all the old devices (serial numbers) that don't draw from my i-tunes library anymore?

    Ipods/iphones/ipads/apple tvs are not authorized at all.
    Authorization applies ONLY to computers.

  • How do you find the range of a counter and what do you mean by time limit

    hi
    can any one please tell me how to find the range of a counter for an 6025e DAQ board
    thanks

    Use Adjacent counters.vi to read the counter size (24 bits for the PCI-6025E --> range = 0 to 2^24 -1).
    You can access it in :
    1)..\vi.lib\daq\ctr.llb\
    2) Function palette --> DAQ --> Counter --> Am9513 & 8253 Compatibility
    Please clarify your question about the time limit.

  • When signing onto my internet server, firefox brings up a box saying SERVICE CONFIGURATION, how do I get rid of this box and what does it mean?

    The box looks as follows:
    SERVER CONFIGURATION
    Where should the output file be saved?
    SYNCHRONIZATION
    O Just upload filters
    O Synchronize online and offline filters
    SERVER:
    Host: __________________
    User name: ______________
    Password: ______________
    PROTOCALL: O FTP; O HTTP; O HTTPS; O Local file
    PATH: /adblock.txt
    The above information comes up and stays on the desktop every time I click on OZILLA FIREFOX ICON. What is it needing and how do I get rid of it. It slows down loading up my internet connection.

    The box looks as follows:
    SERVER CONFIGURATION
    Where should the output file be saved?
    SYNCHRONIZATION
    O Just upload filters
    O Synchronize online and offline filters
    SERVER:
    Host: __________________
    User name: ______________
    Password: ______________
    PROTOCALL: O FTP; O HTTP; O HTTPS; O Local file
    PATH: /adblock.txt
    The above information comes up and stays on the desktop every time I click on OZILLA FIREFOX ICON. What is it needing and how do I get rid of it. It slows down loading up my internet connection.

  • What does it mean when you get a pop up notification saying that a phone number has been associated with your iTunes account? And what does it mean when I don't know the number that is associating with my account? Should I be worried?

    I got a notification stating that a number has been associated with my now old iTunes account and it is a number I do not recognize. Should I be worried at all?

    Yes, if you don't bother to change your password. You may also want to seriously consider turning on two step authentication.

  • How can it be and what does it mean?

    Index 2 Feature: securityk9
            Period left: Life time
            License Type: RightToUse
            License State: Active, In Use
            License Count: Non-Counted
            License Priority: Low
    no sec lincense were installed yet ever.

    https://discussions.apple.com/message/6028012#6028012
    https://discussions.apple.com/message/7909876#7909876

  • In the library there is a cirlce with a exclamination point next to a random number of songs. What does it mean and how do I get rid of it?

    In the I tunes library next to a random number of songs there is a circle with an exclamation point. The songs won't play and how do I get rid of this and what does it mean?

    Hi rjs317,
    Welcome to Apple Support Communities.
    It sounds like there are some songs that iTunes isn't able to locate, the songs may have been moved to another folder or disk. The article linked below provides more information about the exclamation point symbol and provides suggestions that will resolve most missing media issues.
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    I hope this helps.
    -Jason

  • HT3696 How to know if your mac is using the latest Haswell architecture processor or not? and how to know the difference between the new imac and the 2012/13 imac?

    How to know if your mac is using the latest Haswell architecture processor or not? and how to know the difference between the new imac and the 2012/13 imac?

    Sorry to reopen an old post, but I've just purchased a 2nd hand late-2013 iMac (or so thats what the seller said).
    I'm always sceptical though, and just wanted to know if there is a way to check if my iMac is indeed the late-2013 model that included Haswell?
    I've attached screenshots of the About This Mac section hoping it may help shed some light.
    Thank you in advance for your help!
    PS - I can't compare to the iMac specs link you posted above because its now showing the late-2014 models.
    <Image Edited by Host to Remove Serial Number>

  • What does this mean and why? How to fix?Mac OS X Version 10.8.56.6 (1510/1508). It can't be used on Mac OS X Version 10.8.5 (Build 12F37).

    6.6 (1510/1508). It can’t be used on Mac OS X Version 10.8.5 (Build 12F37). what does this mean and how to fix?

    kgpmcn wrote:
    Crows are birds.
    Crows are black.
    Therefore black birds are crows.
    The build I have is the released build of Mail. I reinstalled it as directed and it didn't help. That indicates that the problem is with my version of OS X.
    The build you have is the released build of 10.8.5.  You reinstalled it as directed and it didn't help. That indicates it is a problem with your version of Mail.
    The above are examples of flawed logic.
    Seriously now. Since you obviously don't know what a Combo Update is, I will tell you. A Combo Update is short for a COMBINATION of Updates. That means that there is MORE THAN ONE update in a Combo Update. It is, therefore, quite proper to speak of "one of the Combo Updates". For people whose first language is not English and are not familiar with its subtle nuances, perhaps I should have said "One of the updates contained within the Combo Update was"
    "There aren't "versions" of the combo update, unless Apple releases a revision"?
    This is plain silly. It means "There aren't versions unless there are"
    Also I didn't use the word "version". See above for the explanation of what I DID say.
    Are you one of those TROLLS I keep hearing about?
    I hope you got a lot of phoney Help points for not actually helping.
    Don't bother replying, I won't come back to this thread, so I wont see it. Of course you'll get another phoney Help point, so I suppose you will, but I'll never know. Doesn't that mess with your head?
    Bye Bye
    What an attitude you have.
    Erase your drive and reinstall correctly, stop messing about with incremental patches. The routine you need is BERR (backup, erase, reinstall, restore) or just stay as yu are, it is entirely up to you.
    kgpmcn wrote:
    Are you one of those TROLLS I keep hearing about?
    I hope you got a lot of phoney Help points for not actually helping.
    The depth of your ignorance shows here, there are no phoney points, only ones awarded by posters who receive solutions, and only at the original posters choice.

  • Error message saying this device cannot be used because Apple mobile device service is not started.  What does this mean and how do I start service....had these devices for over a year now??

    When I tried to sync my iphone 4 and ipad in iturnes, an error message popped up saying this device cannot be used because Apple Mobile Device service is not started!  What does that mean and how do I start service?  I've had these devices for over a year and update and sync regularly and have never seen this message before!

    I got that message yesterday. I'm new at this so don't know if this is the correct solution but it worked for me. I reset my iPod by holding the 2 buttons down until the apple appears AND I restarted my computer. After that everything worked.

  • I can't log in to my computer- when it turns on it has a white/gray screen with a flashing folder with a question mark in it.  What does this mean and how can I get it to stop to log in?

    Hi
    I dropped my macbook yesterday and it turned itself off. When I tried to turn it back on all I got was a white/gray screen with a flash folder with a ? in the middle of it?  What does this mean and how do I get it to stop so I can log onto my laptop?

    Deev
    Normally the question mark on the gray screen means it can't find the operating system. Have you tried booting up from the installation DVD? Do that, and when you come to the screen where it wants to begin a system installation you'll notice in the menubar where it say's utilites. Click on that and choose disk utility. from there choose your disk and try to verify and repair the disk. If you can you may want to also try and new install of the system. I don't know how much critical data you have, but reinstalling is an option. did you purcahse you from an Apple store? If you did you may want them to look at it. Hope this helps.
    Regards,
    Joseph

Maybe you are looking for

  • Replacement hard drive for 17" Macbook Pro (4 years old)

    I need to replace the internal hard drive (500GB) in my 17" Macbook pro. Is the "Seagate (Model: STBD1000400) 1TB Internal Serial ATA III/Serial ATA II Solid State Hybrid Drive for Laptops" a worthwhile and compatible purchase from Best Buy?

  • Report for Attribute Usage !!

    Hi All, As per my customer requirement, Need to show the below attributes in Report. Attribute Type Attribute Name Attribute Subject Area Attribute folder Attribute path Attribute description Attribute creation Attribute last modification Report usag

  • Address using FM ADDRESS_INTO_PRINTFORM

    Hi experts, I am using the function module ADDRESS_INTO_PRINTFORM to fetch the address by passing the ADRNR as address_number, address_type as 1,sender_country and street_has_priority as 'X' and fetching the address from address_printform. When i am

  • How to know which CS4 serial number is installed on my computer ?

    Hi, Our company has several CS4 software packages installed on several Windows computers. Some have been purchased from a store, others have been downloaded from the Adobe webstore. Now I'd like to upgrade to CS6 on one of the computers; for this, I

  • Delete catalog and owner info from tables on ODBC (RDO) report

    Post Author: lantek CA Forum: Data Connectivity and SQL I'm creating some reports with an ODBC (RDO) connection. When creating them, chosing an existing DB is mandatory. But once finished, I want that reports to work in any DB (of course, with the sa