Recorded Webcam to IOS Device

Is there a way to record webcam video/audio to AMS and then play it back later to IOS.  I think that a webcam "publish" stream is in .flv format.
Thanks for any help.

Not an expert with this, but I've recently had no problem publishing to iPAD using the AIR for iOS publish setting. I first "overlayed"  the AIR 2.7 SDK on Flash CS5.5. As of a few days ago there are instructions for doing the same with the new AIR 3.0 SDK at http://kb2.adobe.com/cps/908/cpsid_90810.html
I did not use the quick pubishing setting.

Similar Messages

  • Transferring GameCenter records between two iOs devices

    I bought the iTouch 3rd Generation two years ago, and recently upgraded to the iPhone 4S. I played a lot of games on the iTouch 3rd Generation using GameCenter, and I assumed it would be easy to transfer my game records between the two devices. Certain games, like Tiny Tower, gave me the option to restore my data once I logged in. Other games, like Angry Birds, saved my achievements but not the game save data itself. I had a lot of 3 stars and now they are all gone. Does anyone know how to transfer game records?

    You need an AirPlay viewer.
    http://markelsoft.com/app_websites/airplayviewer/index.html
    google:
    AirPlay viewer ipad

  • Live stream webcam to iOS Devices

    I want to have a flash application take the live Audio/Video stream send it to the server (FMS 4.5) and iOS devices play the stream.
    From reading through a lot of forum posts, it looks like I can use AS3 to encode the video into H264 which is iOS supported, but I dont't see any encoding I can do on the microphone for iOS devices.
    Is there anyway around getting live audio streamed to iOS devices?
    If not, are there any plans to support an enocding to iOS devices?

    For HLS streaming, only aac/heaac are supported audio codec. Though FMS do not disallow packaging mp3, but its mostly depnds upon ios devices to play back them.. We don't recommend mp3 as codec for ios playback.
    Thanks

  • I want to be able to use airplay to stream audio to another iOS device, and then use that audio stream to be used when recording video instead of the built in microphone / microphone input. Is this possible?

    I want to be able to use airplay to stream audio to another iOS device, and then use that audio stream to be used when recording video instead of the built in microphone / microphone input. Is this possible?

    A third-party app probably cannot obtain a stream from another app. To the best of my knowledge, such a capability is not provided in the software development kit, apps being "sandboxed" from each other and so allowed to communicate only in very specific and limited ways.
    I'm not completely sure what you mean by "limitations on video capture". An iPhone, to the best of my knowledge, can natively record video only through it's built-in camera, and audio while doing video recording only through the built-in microphone or mic/headphone jack. There might be a video recording app that would allow audio input from an external device connected to the dock connector, but I'm not sure.
    Regards.

  • How do I sync non iTunes content to my iOS devices with Mavericks

    For the last three days I have been pulling my hair out wondering why I can't sync Movies or TV Shows to my iPad using either the USB cable or WiFi in iTunes since installing Mavericks.
    the only way I have succeed at all is to redownload items already purchased from iTunes directly to my iPad.
    I spent this morning browsing the Apple Support Communities and seemimgly from many official Apple replies to people who have asked similar questions I am slowly finding/realising that the following might actually be true:
    Since installing Mavericks ...
    Music, TV Show and Movie content in my iTunes that I want to be synced to my iOS devices can now only be synced from iTunes in the Cloud ?
    So what about all the content in my iTunes that wasn't purchsed from iTunes (My TV shows that I recorded on Elegato's Eye TV or Movies I converted from my DVDs to MP4 format or Music that I made myself in Logic) ?
    How do I sync any of my that content to my iPad or iPhone from iTunes in Mavericks ?
    Is that REALLY no longer posible or have I misunderstood or missed something rather obvious ?

    Thank you! That worked for everything except iBooks not bought via iTunes. They appear in iTunes on my MacBook Pro, but not on my iPad, either in the Kindle or iBook apps. Any suggestions?

  • Bitmap DisplayObjects cause a memory peak that kills IOS devices

    Hey there
    We are creating a game using Starling in Adobe Air for IOS, Android, Kindle and Facebook and are coming across an issue with Bitmap DisplayObjects. The following profiling session was recorded in an android device with 1GB of memory:
    http://dev.jojugames.com/projects/wicked/AndroidLogTutorial/001_CPUPeak.png
    The problem is that IOS devices have only 512MB and crash frequently at the peak shown in the image above (154MB CPU + 148MB GPU, 302MB Total)
    This peak happens because for 400 frames or so the AIR runtime decides to create some objects called "Bitmap Displayobjects" as a cache for decoded compressed textures to avoid re-decoding them in the future, and keeps these objects in memory for some arbitrary time (we tested disposing every single bitmap and texture but these objects remained in memory). The next figure shows these bitmap DisplayObjects in time:
    http://dev.jojugames.com/projects/wicked/AndroidLogTutorial/002_BMDisplayObjects.png
    The creation of these objects seems to be arbitrary because there are many times in the game where textures and bitmaps disposed and recreated because the game state changes (from map to game and vice versa), these parts are shown in the scout screenshot above with gray arrowed boxes.
    We need to avoid creating these Bitmap DisplayObjects altogether, we don't care if texture decoding takes a little longer.
    Please notice the following:
    * From the first screenshot: the game uses half the memory of the peak during all gameplay
    * From the second screenshot: most of the memory in the peak are these Bitmap Displayobjects.
    * From the second screenshot: A lot of textures are created and uploaded to GPU memory without the use of Bitmap DisplayObjects.
    Can anybody help us to configure the AIR runtime to avoid using these Bitmap DisplayObjects?
    Thanks!

    Thanks for the answer.
    The problem we are facing is between frames 140 and 500 of the game's execution (the first 4 minutes of gameplay), after that the game runs flat because we dispose the assets periodically and call System.gc. We saw in scout that the memory is indeed flat after these 500 frames (not because lack of proper disposal but because the Bitmap DisplayObjects are not created so aggressively anymore).
    Our problem is these Bitmap DisplayObjects at the beginning, you can see them in green in this image:
    http://dev.jojugames.com/projects/wicked/AndroidLogTutorial/002_BMDisplayObjects.png
    We made an experiment in which we load, instantiate and upload to GPU memory one of the textures that's provoking instantiation of Bitmap DisplayObjects and disposed both the bitmap and the texture right away, also we called System.gc. We noticed in scout that the bitmap was removed from CPU memory and the texture was removed from the GPU memory but the Bitmap DisplayObjects remained in main memory for about 300 frames.
    It's worth mentioning that after the initial 500 frames the Bitmap DisplayObjects are not created as aggressively as they are created at the beginning of the execution, that can also be seen in the screenshot on this post.
    That said, does anybody knows how tho prevent these Bitmap DisplayObjects from ever being created at the beginning of the game's execution?

  • Adobe AIR stream publish breaks on iOS devices

    Hi All
    I am using Adobe Air 13.0 to upload a streaming video to Flash Media Server.
    This works fine on all Android devices, but on iOS devices (both iPad and iPhone) the publish stream breaks after several time (could be 10 seconds, could be 5 minutes).
    Here are my relevant code segments:
    private function CreateConnection():void
      netconn = new NetConnection();
      netconn.client = this;
      netconn.objectEncoding = flash.net.ObjectEncoding.AMF3;
      netconn.connect(rtmpPath);
      netconn.addEventListener("netStatus", netConnection_eventHandler);
    netStream = new NetStream(netconn, NetStream.CONNECT_TO_FMS); 
    metaSniffer=new Object();
    netStream.client=metaSniffer;
    metaSniffer.onMetaData=getMeta;
    netStream.addEventListener(NetStatusEvent.NET_STATUS,netConnection_eventHandler);
    netStream.attachCamera(cam);
    netStream.attachAudio(mic);
    netStream.publish(InterviewID, "record");
    Thanks,
    Koby.

    Hi All
    I am using Adobe Air 13.0 to upload a streaming video to Flash Media Server.
    This works fine on all Android devices, but on iOS devices (both iPad and iPhone) the publish stream breaks after several time (could be 10 seconds, could be 5 minutes).
    Here are my relevant code segments:
    private function CreateConnection():void
      netconn = new NetConnection();
      netconn.client = this;
      netconn.objectEncoding = flash.net.ObjectEncoding.AMF3;
      netconn.connect(rtmpPath);
      netconn.addEventListener("netStatus", netConnection_eventHandler);
    netStream = new NetStream(netconn, NetStream.CONNECT_TO_FMS); 
    metaSniffer=new Object();
    netStream.client=metaSniffer;
    metaSniffer.onMetaData=getMeta;
    netStream.addEventListener(NetStatusEvent.NET_STATUS,netConnection_eventHandler);
    netStream.attachCamera(cam);
    netStream.attachAudio(mic);
    netStream.publish(InterviewID, "record");
    Thanks,
    Koby.

  • How to pull videos recorded on iPod off device; transfer to computer (if files are too large to email)?

    I've recorded 2 short videos on my iPod with the camcorder function, but they are too long/large to email to myself (I am not interested in cutting them any shorter). What are my options for transferring these files from my iPod to my Macbook Pro?

    iOS: Importing personal photos and videos from iOS devices to your computer

  • IOS device streaming working perfect but f4m quit on PC's now.

    The first event I streamed tonight worked fine for an hour or so then it stopped being accessible from the web . I had no problem viewing the stream on mobile devices though. The log file shows these errors.
    2011-12-27 16:58:39 4172 (e)2611178 Error from libf4f.dll: Failed to swap in file 'C:\fmshome\livepkgr\streams\_definst_\bbc2011-BBC12\bbc2011-BBC12.bootstrap'. -
    2011-12-27 16:58:39 4172 (e)2611178 Error from libf4f.dll: Failed to swap in file 'C:\fmshome\livepkgr\streams\_definst_\bbc2011-BBC13\bbc2011-BBC13.bootstrap'. -
    2011-12-27 17:21:30 4172 (e)2611178 Error from libf4f.dll: Total number of messages waiting to be recorded has exceeded the limit. -
    2011-12-27 17:21:30 4172 (e)2611423 Failed to record bbc2011-BBC23 (Unknown Error). -
    I can see the three stream directories get created but only one of them has all the files- bootstrap,control,meta,f4f,f4x. The other two stream directories only contain a control file.
    The event is streaming perfectly on iOS devices but not on PC's. The stream starts for a second then stops and displays the message 'Unable to connect to the content you've requested'.
    Thanks,
    Dave

    Sir,
    Can you please elaborate about your set-up..
    1. How many streams you hosted.
    2. Number of stream per event.
    3. Number of subscribers were there...
    Did a reclick on play button solved the issue.. It is highly unlikely that if there are some serious publishing issues (like Error from libf4f.dll etc).. then playback will be ok on devices and not on PCs. Were device and PC at that time susbscribing to different rendentions (bit rate stream) of same stream. It may happen that, PCs might be attacking a rendetion of stream which has stopped because of some error, while device might be on a different multi-bit rate rendetion of same stream ( that might be fine).. More about this can be understood by looking at the Apache's access logs.

  • New US Skype number not working on iOS devices

    Hi, I just spent an hour or so with a very helpful support engineer on Live Chat trying to fix this but after trying many things (including updating iOS to latest version iOS 8.1.2 and deleting and reinstalling the Skype app etc etc) we did not reach a successful conclusion.  I thought I would post on here as well, for the record, and also in case anyone has got ths working.
    Basically, calling the US Skype number works fine if signed in on my Mac computer, so the number itself works.  However, if I sign out of all devices and sign in on any of my iOS devices (only one at a time by the way), all that happens is the number rings once and then turns into a busy signal.  Nothing happens on the iPhone or iPad at all.  Not even a missed call notification.
    Calls are set to allow anyone and all other settings were checked with the support engineer.
    Very frustrating and I am hoping for a fix soon. 

    Hello and welcome to the Skype Community.
    Checking this issue for you.
    TIME ZONE - US EASTERN. LOCATION - PHILADELPHIA, PA, USA.
    I recommend that you always run the latest Skype version: Windows & Mac
    If my advice helped to fix your issue please mark it as a solution to help others.
    Please note that I generally don't respond to unsolicited Private Messages. Thank you.

  • Why won't stereo files play on IOS devices?

    I'm recording messages in stereo on an iMac using QuickTime that coming from a sound board that's connected through the "line In" port on the computer.
    When I Play the file back it sounds fine in QuickTime.
    I send it to our editor online and they download to their computer and it sounds fine. After editing the file in GarageBand, they play it and it sounds fine but when they upload it to our website,  publish it and then test it on an iOS device, the audio is all garbled and unintelligible.
    I asked someone about this and they said "IOS devices can't play stereo unless they have a stereo speaker connected". 
    SO
    I'm wondering how itunes sold millions of stereo songs if all those IOS devices can't play them on their mono speaker? right?
    Does anyone know why this would happen?
    Thanks in advance for any help on this. 
    DH

    Perhaps they are above CD quality. The iPod classic should be able to play .wav files with 44.1 kHz 16-bit samples. Mileage with other bitrates may vary.
    tt2

  • Facebook settings on my iOS devices all messed up

    Totally unconnected to my iOS devices, I have changed my Facebook password as advised due to the Heartbleed bug, and at the same time I changed my Facebook username because I no longer have the email address I used to use. I also removed that address from Facebook's records. All well and good so far.
    However, in the settings app on my iPad and iPhone, there is a section called "Facebook" which prompted me to enter my password because of course it had changed. However, I also changed my username and so an error is flagged up. But there seems to be no way to change my FB username in this settings app, and so I am in an eternal loop where my iPad is telling me that either my username or password is wrong, but I know the password is right and it is my username which is wrong - but it won't let me change my username. There's nowhere to do this!
    Any suggestions?

    You have to resync with the computer manually through the cable. If you have manual music mannagement turned off and your album art is fine on your computer, the songs with corrupted album art should fix themselves. If this doesn't work, look up how to temporarily disable and re-enable album art.
    Thank you for choosing Apple.

  • Cannot keep Airplay working from any iOS device through Airport Express

    All of our iOS devices (iPad 2 Wi-Fi + 3G 16GB; iPhone 4S 16GB AT&T; iPhone 4 32GB AT&T) are updated to iOS 5.1 (this happened with older versions of iOS as well).
    We use an Airport Express (with latest firmware but this also occured with older firmware) with an 1/8" cord running to an iPod dock (we have purchased and exchanged 3 different kinds/brands of dock to elimnate that as a problem) so we can use Airplay.
    The problem is, music will only play via Airplay for a period of 5 minutes to a record time of 26 minutes. It doesn't matter if we are using a MacBook Pro (Snow Leopard OS X), the iPad 2, or either of the iPhones. Also, it isn't exclusive to an app (Rdio, Pandora or iTunes) the music will always stop playing and on the iOS device the music will pause and the Airplay indicator will go from being selected back to the iOS device and the music begins playing on the device instead of the remote speaker dock.
    Any suggestions?
    Thanks!

    You have me curious...
    What is the Dock doing for you?
    What is the 1/8" cord for?
    To use the Express for AirPlay, all is needed is to plug the Express into your stereo system or powered speakers.
    No dock is needed.
    See this Apple article:
    http://support.apple.com/kb/HT4587
    Tell us a little more about what you are trying to do with the dock... and your setup.
    Is the Express your main base station?
    etc...

  • Stop iOS devices from suggesting an old email address

    How do I stop my iOS devices from suggesting an email address that was previously used?  If I select an email address for, e.g. "John Doe" who may have several email addresses, only "John Doe" appears in the To field.  If I have long ago deleted an old email address for John Doe in my Contact records, the old email address will still be suggested.
    It would also be nice to see the full name followed by the email address in the To field, e.g John Doe <[email protected]>.  This is how the addressee is displayed in Apple Mail. Also in Apple Mail you can find a previous recipient list at Windows>Previous Recipients, and delete any.

    If the person is still listed as a contact in your contacts app, this will not appear. You have to delete the contact from the contacts app.
    I am making an assumption here. Even if you deleted the old email address associated with that contact, the old suggested address may still appear as long as the person is still in your contacts app. You would have to delete the contact and enter it again.
    Bear in mind, I am making assumption on how I believe that it works. I do know that if the email address is not in your contacts, you can delete it via the method I explained above.

  • Quicktime Stops recording (webcam) after ~50GB

    I was trying to record a video of my brother and I beating a video game onto an external hard drive and the video kept stopping around 50GB.  Does anyone know why?

    I cannot fin any document here in AppleWorld or with Google [ screen record ios device ] OR [ screen record yosemite ] that indicates a limit of iOS > Yosemite screen recording, no matter what the end result.
    I HAVE seen comments in the many How-Tos that inevitably pop up WebWide that they believe that this functionality was specifically developed and included in Yosemite for the very purpose of creating an App Preview.
    Assuming the latter is correct, this would be considerably different than a continuous "shot" - Tap > Result, Tap > Result,Tap > Result, Tap > Result,
    For this example - Tap > Result - it seems that 10 seconds would be more than adequate - and https://developer.apple.com/app-store/app-previews/ (an overview of App Preview) seems to indicate in the Getting Started section that this was intended to be used in conjunction with iMovie to edit ("stitch together") them into a 15-30 second finished product.
    "Is there anything I can do to fix it?" When taking your experience and the researched outsider comments together, well... maybe not. Others may well have a better answer as mine is based on research
    Have you posted this issue in the Developers Forum?

Maybe you are looking for

  • Do I need a power converter to run my Macbook pro in czech republic?

    It appears that i would not need one since power rting is 110-240mhz, but need to know for sure.

  • Strange......problem with batch file in java

    hi, my problem is that i have created one bat file and i want to run that file in java but it is not running properly. the problem is ....... i have created one bat file named "file1.bat" & content of this file is as follows :- [ ag > b.txt] (and con

  • 3gs syncing problem after itunes update to itunes 7

    When syncing my 3gs with updated itunes7, will not complete sync because"session could not be started" and "connection could not be established". Ran diagnostic and all seemed fine.

  • Upgrading chaos and disappointment

    Last night i finally upgraded my iPhone 3Gs to IOS 5. I ay finally because several times I downloaded the update only for it to fail after 1/2 hr due, I eventually discovered with no help whatsoever from the ITunes application, to my firewall being t

  • CS3 curser lag

    I've been trying the trial of CS3, and I'm encountering major performance issues which I can't fathom. At first I tried it on my old machine, which was good for its time, but perhaps getting a little dated. I built a new computer just last week, whic