Using your own AMS, how can you use BitmapData.draw() on an RTMP stream with no security exception?

We have an Adobe AIR app written in AS3 that can view live video streams from other parties.  That being said, when trying to call BitmapData.draw() on one of those remote video streams (technically we're calling ImageSnapshot.captureImage()), we're getting a 2123 error - a security sandbox exception.  I've seen a lot of people refer to a real simple configuration in the AMS that will allow this to work for RTMP streams, but they keep posting broken links, links to posts that only vaguely mention this configuration, etc.  The one thing I did find is something that I'm having trouble applying:
http://help.adobe.com/en_US/FlashMediaServer/3.5_SS_ASD/WS5b3ccc516d4fbf351e63e3d11a11afc9 5e-7ec3.html#WS5b3ccc516d4fbf351e63e3d11a11afc95e-7fcb
Please don't just give me another link, unless it's to a quick, clear explanation.  How do you configure the AMS to allow people to capture screenshots from RTMP video streams?  For the above article, I've tried setting videoStreamAccess and audioStreamAccess both to "/", and even it didn't work.  We also need to be able to do this for P2P RTMFP streams, but that's really a different question.  Thanks.

You will get a better luck if you post this question on media server forum:
http://forums.adobe.com/community/adobe_media_server?view=discussions

Similar Messages

  • How can you use symbols in Windows 7 on a IMac 27

    How can you use symbols @$€%£¥ in Windows 7 on a IMac 27 mid 2011?  I tried what was normally done on Windows and got nothing.  Alt plus numbers and nothing happens, what am I missing?

    Frosted Flake,
    Are you referring to an equivalent to the Windows Character Map Application (charmap.exe) that allowed you to see the various characters available in each font, and then give you an ALT-nnn number you could key to use the character you wanted ?
    If so you can use the Special Characters from the Edit menu of most applications. Once you have located the character/symbol you want double click it and it will be entered wherever you cursor is located in your application.
    Further information can be found here :
    http://support.apple.com/kb/PH3871
    Hope this helps
    Cheers
    AF

  • How can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    how can you use iMessage between 3 iPads with 3 different users but only one Apple ID?

    No you do not need separate Apple ID's in order to use 3 devices with one Apple ID. I use 4 devices to Message and FaceTime and all use the same Apple ID. You do need to add additional email addresses for the other devices.
    Look at this very informative video for the instructions.
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l

  • How can you use the same e-mail address for multiple ipads?

    I have two iPads.. an iPad and an ipad 2.  I registared my new ipad 2 and now my old ipad is will not let me log on and is telling me that my e-mail address is already in use.  how can you use the same e-mail address for multiple ipads?

    And by using the same Apple ID you can also share purchases.  If you have a different Apple ID for each iPhone then you can't share purchases.

  • ICloud will not let me use my music. How can I use all my music without iCloud tying it up?

    iCloud will not let me use my music. How can I use all my music without iCloud

    Sync it to your phone using iTunes.

  • How can you use the ipad with lectures in uni where i can annotate my notes?

    How can i use my ipad fpr lectures in uni?

    There are tons of note taking apps. If you want one that records lectures, take a look at Auditorium.

  • How can you get your facebook pictures to sync with your contacts?, HOW Can you get your facebook pictures to syncwith your contacts?

    How can you get your facebook pictures to sync with your contacts?

    take a look at the link
    http://www.iphonestuffs4u.com/how-to-sync-facebook-contacts-to-iphone/

  • Can you read a  e-book on your ipod and how can you transfer  them ?

    I was wondering can you read a e-book on your iPod and how do you do tranfer the e-book to your iPod?
    I would appreciate any help,
    lizabler

    See same topic (almost) next to this one. You need Acrobat Reader and the iPod is not equipped at this time to run that application.

  • If I want to transmit the audio infomation use my own format, how can I do?

    In order to transmit the sound for secret, I want to change the default format by encrypting it.
    Is it viable?
    If it is viable, where can i find the correlative data?

    Seems like there are two directions you could go in. First, you could extend the Processor class to add support for transcoding a new audio format, and then you'd be able to encode/decode it the same way normal audio works. Good luck figuring out how to do that, and good luck find any sort of helpful documentation.
    The second idea, which is going to be more documented, is to developed a custom RTP payload. You could then use any audio format, and just encrypt the actual packetized data with whatever data encrpytion scheme you wanted. Most hosts would simply reject the RTP payload if they intercepted the stream, and even if they did receive it, they would have to be able to decrypt it before they could play it.
    For more information about creating your own RTP payload type, take a look at:
    http://java.sun.com/javase/technologies/desktop/media/jmf/2.1.1/solutions/CustomPayload.html

  • How can you use the same Apple ID for music and apps but have a different iCloud

    Collectively in my family we have 1 iPhone 2 ipod(4th gen) and 3 iPad mini's and we like to buy music and apps through the same Apple ID so that we can all share it but we also have a problem about the iCloud.
    My son has one iPod and one iPad and he would like his contacts and messages to be shared between HIS two devices but he would also like all of the pictures taken in the family to be shared
    The same for my daughter and for me.
    Is there a way of selecting which devices share what????
    Thanks a lot
    Acwills

    You could and should set up different iCloud accounts in "Settings > iCloud", so that every user has its own email account, calendars, reminders, notes, storage for backups and app data (files etc.), by the way everyone could also use his own account for iMessage (Settings > Messages > Send & Receive) and FaceTime (Settings > FaceTime) so that you all could write and call each other.
    Next the Apple ID for music, apps and other media: You all could just set up the ssame Apple ID in "Settings > iTunes & App Stores" for all your media purchases like songs, movies, apps etc.

  • How can you use microsoft office programs?

    how can i bring office homework home done on microsoft programs and use it on my imac?

    You can purchase Microsoft Office for Mac (http://www.microsoft.com/mac/products), then install it on your iMac, and be able to read most if not all Office documents generated on your work systems, be they PC or Mac computers.

  • How can you use one NetStream to publish video and audio from another NetStream in AS3?

    Let's say one of your client programs in AS3 is able to receive live video and audio from a NetStream and play it on the screen.  How could you make it also take that video/audio stream that it's receiving, copy it over into another NetStream, and publish it elsewhere?  I need to know how to do with this regardless of whether RTMP, RTMFP, or some mixture is involved.  The reason why the stream needs to be relayed this way is a real long story, but it's necessary in this particular case. Thanks!

    RTMP is TCP, which has higher overhead and latency because it guarantees packets are delivered (handshaking, causing latency and overhead). It also doesn't allow you to share connections directly between clients forcing the server to do all the work.
    RTMFP uses UDP, which is a choice protocol for streaming video because it's the opposite. It's lossy which decreases latency and overhead from no retransmissions and most importantly (in some applications) allows you to connect directly from one Flash Player to another Flash Player (p2p) so the server overhead is dramatically reduced. The server is only required to negotiate the initial connection and then it's up to the clients to continue to facilitate that.
    How you code your one to many or many to many relationship broadcast network will be based entirely on which of those you choose.
    URLStream is very common to use in p2p. Here's an older Adobe article on p2p and an alternate quick old video tutorial (FP10) as a quick simple example of p2p over RTMFP you can view the source of.

  • How can you use a download copy of Windows 7 in bootcamp?

    Please try to answer this question as soon as possible.- By JordanMRichards
    Main Question: I want to use a download [legal] version of windows 7 to install Windows 7 on bootcamp. Is this possible if so how can I do this?
    Also: Please make sure you include instructions on how I could do it... for example..
    First do this...
    then...
    make sure that ____...
    Thanks for your help!
    - I used my HTML skills to make this stand out, so as I made the effort to make this presentable, could you please make sure you spend time on making your answers clear, thanks.
    <Edited by Host>

    you can simply clone the Windows VM to the HDD partition (just be sure to uninstall the Parallels Extras, first.
    Is there a tool from Parallels to do so? I wasn't aware of native support. Paragon sells such tools to do so but those require you already have Windows.
    There is a Mac utility to take an .exe version of Windows and run it through and output a DVD.
    I assume you mentioned to burn any ISO at slowest burn speed your DVD allows.
    SimplyBurns is a Mac OS X application with a GUI, which allows the user to burn CD / DVD media.
    Features:
    Emphasis on ease of use
    Audio CD project, Data project (Filesystems: ISO9660, Joliet, HFS+, UDF) and Burn image mode
    Erasing rewritable media
    Persistence
    http://simplyburns.en.softonic.com/mac
    See this article on downloading the ISO:
    http://www.mydigitallife.info/windows-7-iso-x86-and-x64-official-direct-download -links-ultimate-professional-and-home-premium/

  • How can you use music from a different itunes account on the same iphone

    i bought my iphone 4s and had an apple id.  then changed my apple id, but lost my music on my phone. can i keep music on my phone from another apple id, itunes?

    Paid content purchased from the itunes store is always assigned to a single apple id. You will be unable to use the purchased content on another apple id.
    Next time you change your apple id instead of creating an entire new apple id just change the primary email address to the email you would like to use.
    e.g. current apple id is [email protected] but you want to change it. what you do is:
    - go to appleid.apple.com
    - select manage apple id
    - sign in
    From here what you want to do is change/edit your current primary email which in this case is [email protected] Simply select edit and enter the new email you would like as your apple id. Lastly you will be sent a verification email to verify the email addres and TADA your done.

  • How do you use find my phone on a PC to find your Iphone?, How do you use find my phone on a PC to find your Iphone?

    hello, I just lost my phone and I have the app find my Iphone, but I have no idea how you use the program on my laptop to track down the phone. Can someone please tel me how this works?
    Thanks

    Go to www.iCloud.com and log in. Find my iPhone app must be installed on the phone and the phone must be on.

Maybe you are looking for

  • Preview won't open simple .ps files

    It seems that under 10.4.3, Preview will no longer open the very simplest, hand-written PostScript files. For instance, go to any of the examples at http://www.cs.indiana.edu/docproject/programming/postscript/examples.html, click on "try it", and Pre

  • [Solved] Rotation in KDE

    I'm running into a bit of a problem with Rotation option and KDE. I set Rotation to CW in xorg.conf. When I restart the xserver, the screen is appropriately rotated. After I login, during the initial KDE boot sequence the screen stays rotated and at

  • Why is there a question mark in the top right corner of finder window?

    just noticed this today, what does it mean? http://www.flickr.com/photos/60782625@N08/5681554895/ when i click on it it says " the item can not be found" what item? thanks for your help.

  • Gurus, please reply me!

    Hi, I just know there's a special promotion of Solaris 8(Intel) for Education, and the price is only $29. I'm a student and qualified for that. But I'm wondering if it's the same version as the usual one($45)! Thanks a lot!

  • Business Graphics: Time Scatter

    Hi     By default Time scatter graph shows the X Axis values in Year and Month where the Format is fixed as yyyyMMdd;HHmmss. My Requirement is to show them in Minutes and Hours Eg:             ^ Y Pnts |