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.

Similar Messages

  • 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.

  • HT201343 Is there a way to stream video from one iOS device to another?

    My family and I are going on an extended vacation and we want to make sure the kids have enough videos to keep them busy on very long flights. I'm taking my MacBook Pro and was wondering if there's a way to stream video our different iOS devices without preloading movies on every device.

    If the MBP was connected to inflight WiFi like Gogo it might be possible. Then you use the MBP as a hotspot using internet sharing. The iOS devices connect to the MBP.  I'm not sure if Its allowed in flight but give it a try.

  • Adobe AIR Alarm Services ANE for IOS and Android

    I want to make an Adobe AIR app for android and ios platforms and i should use alarm services of these platforms (ios & android) for several scheduled times in a day when app is not running.
    Could you suggest free or commercial ANE for this operation?
    thanks.

    Well nothing prevent you from mixing flascc with native extension.
    Also, I think that you can also use domain memory in AS3 with the Bytearray class (not sure about that).
    Flascc vs normal as3 is mostly a question of language (portability) Do you want to write as3 or c++?
    Native extension give you speed and native platform access(platform specific feature).
    So, you should think about it this way:
    AS3, run in flash and air. Is sandboxed. Can use domain memory, but it's a bit harder to leverage than flascc.
    Flascc, run in flash and air. Is sandboxed, Can use domain memory. Give you the potential of leveraging the hundreds of opensources lib already out there.
    Native extension, run ONLY in air. Is not sandboxed. Native memory management. Also let you leverage the c++ lib. 
    The best (in my opinion) is to write native code for mobile and desktop (no air or flascc involve) and use flascc for the flash/web platform. It's harder, because you have write portable native code (lots of abstraction), but you mostly have the same problem with native extension.

  • AIR 2.6 performance on iOS devices

    When I first tried iOS packager it looked too raw and slow to use in real applications. But the technology was very promising and product was obviously far from release. A new version of AIR (2.6) was released recently and it is claimed that performance on iOS devices was improved. I downloaded new AIR SDK and repackaged sample iOS application. However, I wasn't able to detect any significant performance boost. In fact, application seemed to work even slower on iPad. What is weird, I could see some speed increase on iPhone 4. But neither execution performance on iPad, nor on iPhone is not even close to the execution speed of the same application (although packaged with AIR 2.5) on Android device (Galaxy Tab). I can imagine that Android packaging could work for me. But execution on iOS devices is definitely too slow so far. Btw, I use Flash Builder Burrito and Flash Hero SDK with new mobile flex components for the development.
    The question is, what is your experience with AIR 2.6 iOS packager? Any significant increase in performance? Are there any special steps required to turn on iOS performance optimization in builder or packager?
    I'm going to try AIR 2.6 Android packager next. Will post an update when done.

    sorr for the dupe, but i already posted this in the iOS packager forum:
    the one big  advantage with 2.6 publishing is, that the app behaves as it should when  it comes to moving objects performance slowdown.
    Before performance  would break down in strange ways if I inserted too many moving objects  in my sandbox. Now the framerate just goes down when raising  the  objects count.
    If you want, check out the video of my proto: http://www.youtube.com/watch?v=uE56XCG06FM
    Same principle as with FlashKevin. Just Sprites and scripting no timeline stuff, one enterframe thats handles all the object controllers. GPU accelerated.
    You absolutely have to use cacheAsBitmapMatrix or else Sprites/Bitmaps will look jaggy and performance just sucks bigtime. I am also setting cacheAsBitmap = true.
    I had some bad performance, when i packaged a project that ran fine with the old packager due to a stage scaling issue.
    Performance  on the ipad seemed to be really bad when publishing a iPhone project  without "stage.scaleMode = StageScaleMode.NO_SCALE"  with 2.6.
    I am actually pretty happy with this release (at the moment).
    Simon

  • Adobe Air 3.5 application in iOS 5.1 can't start

    Hi,
    I cretated a app in App Store with Adobe Air 3.5
    It worked fine in a iOS 5.1 iPad when I tested it. But now, if I download it from the Apple Store it crashed on the beginning.
    I just downloaded it, click on it and crashes during Adobe Air loading screen. It's only working in iOS 6.0 and above
    Does somebody had a similar problem?
    thanks!

    Hi, please forget my last message. I was changing so many things I finished using a wrong mobileprovision. That's why I couldn't install the app in the device.
    On the other hand I have found the problem. Some changes in one of our ANE were not tested in iOS 5.0.1 devices and it made the app crash because it found a Adobe Air 3.5 bug. Adobe fixed it in AIR 3.6

  • Adobe Air 3.7 External SWF IOS

    im using Air 3.7 to call external swf from server to main swf  , but i got this warning after publishing Air for IOS "ActionScript contained in externally loaded SWF files will be ignored on IOS devices" please what i miss i know that the SDK 3.7 support this features all my extrnal swf contain actionscript 3 ??

    This warning is thrown by CS6 as CS6 was published when AIR iOS didn't have multiple SWFs support. Please ignore it as the feature will work in your app and SWFs will load on your iOS devices with AIR 3.7.
    Thanks,
    Nimisha

  • Adobe Edge Inspect not syncing on ios devices?

    Hiya,
    Just trialing Edge Inspect at work. It works excellently on my Galaxy SII, but it doesn't work so well on any ios devices we have in the office, including  ipads 1,2,3 and  iphones 4/4S/5 (running ios5 and 6). I can get the page to sync initially but it then refuses to follow my changes from Chrome forcing me to manually refresh the desktop client or the device... which makes the whole process a little frustrating.
    I'm wondering if it is possibly network related, but if so... why does it work so well on an Android device? It doesnt matter what site i look at, so i know its not a matter of page load.
    Any advice, further suggestions are welcome.
    Cheers
    R

    Hi Mark,
    Thanks for the response! Sorry for the delayed reply. I was waiting to be able to be near the same people again with the various iPhones but I haven't been able to hook up with them at this time. Probably later next week.
    See response to your questions below:
    To make sure I understand, you are connecting these devices to a server they are auto-discovering, right?
         Yes. Although, I had to manually put the IP into the older Kindle Fire and one of the other Android devices. I can't remember if it was the Galaxy Tab or Nexus 7 ( I believe it was the Nexus).
    You've got at least 8 other devices that you're not having any problems with?
    Yes.
    Do your iPhone 4 & 5 devices display any error when you try to connect?
    No errors
    Are you sure your devices are all on the same network as your computer?
    Yes. There are actually multiple networks. We tried switching to another network to no effect. This is after shutting down the app on Master and the slaved devices.
    Can you browse to a simple webpage like google.com and have the devices follow along, or do those devices not synch browse to ANY web pages?
    We didn't do the google test but we did go to another site. mrtestsite.com as well as azimba.com. Browsed multiple pages on each site.
    If it's only a specific web page, what's the URL of that page?
    See above
    Can you check your computer for any firewall software and make sure it's disabled?
    Didn't do that. Will try that again next time. Running it on the MacBook Air (10.7.5). Firewall is set to Limit Connections to Specific Devices and the EdgeInspect.applicaiton is set to Allow all Connections there.
    Can you try uninstalling from the iPhones, removing all the app data, and reinstalling?
    Did not do that. Will try. These were fresh installs from the app store.
    What version of iOS is running on each of those devices?
    Not sure. I'll check with them when I see them. Two of them are major tech heads so I'm pretty sure they're running the latest version of iOS for iPhone.
    The irony of this is that I was going to be demoing the Inspect tool at an LA tech job fair sponsored by Adobe so it would be nice to resolve this issue.
    Mario

  • CS6: New feature doesn't work: Publish direct to iOS device

    Just upgraded to Flash CS6 v12.0.2.  It has a new feature, in File > AIR 3.2 For iOS Settings > Deployment tab > "Install Application On The Connected iOS Device."
    This feature is disabled.  Does anyone know how to get it enabled?
    I do have iTunes installed, per http://helpx.adobe.com/flash/using/packaging-applications-air-ios.html#id_91536 .

    i've not seen this problem before so i suspect the issue is an os problem or usb port problem.  i would be especially suspicous of an usb port issue if the problem is intermittant. 
    have your tried a different usb port? 
    once your iOS device is recognized by win explorer AND you leave it connected, does win explorer ever fail to continue recognizing your iOS device is connected?

  • Can I use iCloud to stream videos to my iOS devices, similar to Apple TV?

    Basically I want to know if it's possible to stream my video purchases from iTunes to my iOS devices the same way Apple TV does. And if connecting my iPod Touch to the same cloud would do the trick.
    I tried using home sharing but it's not very practical since I have to leave my laptop on in order for it to work.

    You should be able to if your device is signed in with the Apple ID used to purchase the movies in Settings>iTunes & App Store, with Videos turned on under Show All.  You should then be be able to open the Videos app, tap Movies, tap the one you want to play, then tap the play arrow.
    Note: this has nothing to do with your iCloud account.  This is a separate services called "iTunes in the Cloud", which is based on your iTunes Apple ID, not your iCloud account ID (although they may be the same).

  • How to open a pdf file in Adobe Reader using URL scheme on iOS devices

    To open a pdf files in Adobe Reader on iOS devices,
    I created url links as follows:
    com.adobe.Adobe-Reader://mysite.com/myfile.pdf
    com.adobe.reader.request://mysite.com/myfile.pdf
    But none of these does work.
    Adobe Reader starts up but never opens pdf files.
    Does anyone know how to write URL scheme?
    Thanks in advance.

    Sorry. Wrong category.

  • Unable to add additional photos to shared photo stream, not updating on iOS devices either.

    I am sharing photos from a vacation with family and I am not able to add additional photos to the photo stream. I set it up in iPhoto on my Mac. I think it originally tapped out for some reason because I hit a daily limit for number of photos uploaded. I had about 440 photos in the photo stream. I went and deleted some photos and now have 350 but the iOS devices haven't dropped down to that number yet. When I manually drag a new photo to add to the photo stream it doesn't add. Any thoughts on how to correct?

    I turned off photo sharing in iphoto and then turned it back on and that resolved the issue.

  • Adobe Air won't install on android device.

    Just got a android phone to develop air apps on and guess what, the Adobe Air won't load.
    The phone (Virgin Mobile Optimus V = Mid-Tex Cellular LGE VM670) was just released.
    Does Adobe Air have minimum specs that have to be followed?
    Does the Adobe Air app have to updated with my phone to allow access on the android market .
    Some Air apps will show my phone, on others air apps do not (device ghosted) Including Adobe Air.
    Thanks

    I found this minimun specs:
    Android devices
    Google Android™ 2.2 operating system
    ARMv7-A processor with vector FPU
    OpenGL ES 2
    H.264 and AAC hardware decoders
    256MB of RAM
    The Optimus V has OS 2.2 and enough ram.
    Have to check the rest of the specs.
    The screen res is 320x480 and the processor is slow but has a gpu.
    I was surprised to see only 5 manufacturers certifided for Adobe Air Runtimes!
    There might be 50 manufacturers world wide making android devices.
    You would think the software would cater to the lowest common denomminator = minimun specs.
    I don't mind needing top of the line specs, that's OK makes sense, But not being able to sell an app
    because the manufacturer has not been certifided makes no sense.
    All manufacturers should have a top of the line device that meets the minimun spec.
    It limits your market.
    Sorry for the rant,
    want to buy a phone. Mint!

  • Adobe Air - input one size, output multiple device screen size?

    Hello, my first post here, I am new to Adobe Air, the advertising litrature says it can distribute to multiple formats/devices, I have a question on how it does this.
    I have html javascript applications made to 480x320 in screen size, I would like to distribute them on many devices, Adobe Air says it can do that, but the different devices it can output to have different screen sizes.
    How can an app that is at one size, be made for devices with other screen sizes, for example tablets, does the program re size it, stretch it, crop parts if its not a straight enlargement, or do you have to 're make' the app again set to the size of the screen of the device you want to output to?
    Just how does Adobe Air handle outputting to different devices that have different screen size?

    Hopefully these links will help:
    http://www.adobe.com/devnet/air/articles/multiple-screen-sizes.html
    http://www.adobe.com/devnet/flash/articles/authoring_for_multiple_screen_sizes.html

  • HT204291 I cannot get air play icon on my iOS devices please help

    I cannot get the AirPlay icon on my iOS devices please help

    In IOS 7, the air play button lies below the bottom of the iTunes page. You need to click along the bottom for it to come up. Air play is there! Wow! I spent so much time trying to figure out what was wrong and as usual, it was me!

Maybe you are looking for

  • Web Dynpro & case sensitive selection of Adobe Forms

    Hi Community how can I solve this issue: I have a Web Dynpro View with a button. Clicking this button generates a Adobe form and displays it. So long everything's fine. Here's my problem: There are 4 different case sensitive forms in dependence of th

  • Have credit but itunes still charging me for purchases

    I have over $90 in credit and made a small $4 purchase and itunes charged my credit card instead of taking it from my credit. When I try to get Apple support to get that fixed I'm just getting bounced around from screen to screen! Any suggestions on

  • Send me any real time problems(tickets) in sap fi/co support project

    i want clear information

  • Custom People Search

    Hey, I am trying to build my own custom 'People Search' portlet and I was hoping to use the existing code behind the 'People Search' capability already built into the Portal and just modify that by adding my own criteria. Would anyone know where I co

  • More volume problems...

    Every so often and quite randomly, a song on my iPod will be at a lower volume than it should be. I'll be listening to an album ripped from a single source, and one of the songs will be quieter than the rest of the album. What's even more f u c ked u