Skip to main content
Participating Frequently
November 23, 2012
Answered

Is it possible to create video chat application for ipad in adobe air?

  • November 23, 2012
  • 6 replies
  • 2554 views

Can live audio and video stream be sent to fms in ios by adobe air application?

This topic has been closed for replies.
Correct answer Mike_Bresnahan

Yes you can, but there are a lot of caveats. Here are few:

- the camera does not change orientation when the device's orientation changes

- hardware accelerated video rendering is hit or miss on Android

- hardware accelerated video decoding of RTMP streams is not possible on iOS

- StageVideo is limited to one instance on iOS and Android

- Acoustic Echo Cancelation is not supported on iOS and Android

6 replies

Mike_BresnahanCorrect answer
Inspiring
November 26, 2012

Yes you can, but there are a lot of caveats. Here are few:

- the camera does not change orientation when the device's orientation changes

- hardware accelerated video rendering is hit or miss on Android

- hardware accelerated video decoding of RTMP streams is not possible on iOS

- StageVideo is limited to one instance on iOS and Android

- Acoustic Echo Cancelation is not supported on iOS and Android

Participating Frequently
November 27, 2012

Thanks for the answer.

Followoing article helped me in understading the limitations on different mobile platforms.

http://www.overdigital.com/2012/01/09/the-ultimate-guide-to-understanding-advanced-video-delivery-with-air-for-mobile/

Inspiring
November 27, 2012

Note that that article might lead you to believe that it is possible to use H.264 for your live RTMP video streams, but it won't work because H.264 RTMP streams will not play on iOS. You'll hear the audio but see no video. You can use the livepackager Flash Media Server app to repackage a RTMP stream as a HTTP Live Streaming H.264 stream, but the latency is unbearable (8+ seconds).

User Unknow
Legend
November 25, 2012

sure, why not? I saw one but only using Android

Participating Frequently
November 25, 2012

Although it is mentioned in FMS FAQ's that communication application can be built on ios but

I was unable to find any sample online that is the reason why i was suspisious.

I have read somewhare that in ios you cannot use rtmp protocol for live stream input.

So will user publish stream in rtmp and view other user through hls on ios?

Can you point out the android application you mentioned?