I'm building a flex mobile application that streams the device's live video to flash media server.I can't run such an application on the flash buider's emulator because it doesn't emulate the camera and i don't have an android device to test my work on it.I wonder if using the NetConnection and NetStream classes with the device's camera will work as in a regular flex web application.I really need an advice from someone who tested those two classes(NetConnection and NetStream) with flex mobile.Any pointers or advices will be appreciated. Thanks in Advance.
Asked
Active
Viewed 461 times
1
-
Even I am facing the issue. Here is the link to my question. http://stackoverflow.com/questions/21128645/flex-mobile-live-streaming – Jan 15 '14 at 03:34
1 Answers
1
NetConnection and NetStream with Adobe AIR for Mobiles works exactly as how it works with a regular web application.
However, some things have to be considered. Your mobile application should be developed on a "Landscape" mode. Since there is a bug with adobe such that the video stream gets rotated when you are sending the video stream from your front camera.
However, i am not recommending you to stop developing the application. This will be a good challenge though.

Shankar Narayana Damodaran
- 68,075
- 43
- 96
- 126
-
Thanks Shankar , i really appreciate your advice.Did you try to make something similair to the app that i'm trying to make.If you did , is there any other advice you can tell me? – adel oueslati Apr 29 '13 at 14:59
-
Yeah i did the app what you are trying to do. So it is not out of the box question. You try start to develop the application and i will be helping you here in SO. Everything can't be explained here. Keep working on your app and let me know if you face any issues. – Shankar Narayana Damodaran Apr 30 '13 at 08:54
-
Hi Shankar , i'm facing a little problem while connecting to flash media server and the debugger shows the following error: argumenterror: error #2126: netconnection object must be connected. Do you have any idea how to handle this error ? Thanks in advance. – adel oueslati May 11 '13 at 06:27