Re: FlexJS RTMP video support

2017-01-13 Thread Maxim Solodovnik
Hello Alex, AFAIK tag doesn't support RTMP, and there is no alternative :( Additionally tag doesn't support "live" streams Could you please give me some pointers how this limitations can be bypassed/workarounded? On Wed, Dec 7, 2016 at 12:31 PM, Alex Harui wrote: > > > On 12/6/16, 8:55 PM, "M

Re: FlexJS RTMP video support

2017-01-13 Thread Jairo
I did an app that uses RTMP to get video from the camera and send to the server. Later, you could show the video too, but only with Flex, not FlexJS. Works fine. On the server side, I used NGINX with ths RTMP module below. https://github.com/arut/nginx-rtmp-module -- View this message in contex

Re: FlexJS - How to use MDL?

2017-01-13 Thread leokan23
I will be starting with the UI part, so debugging isn't too much trouble for now. I can always use another IDE. My main IDE for Flex (AIR) is Flash Builder and I just started with FDT for flexjs and because FB crashes all the time . -- View this message in context: http://apache-flex-users.233

Re: FlexJS - How to use MDL?

2017-01-13 Thread piotrz
Looking forward to your progress! :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14486.html Sent from the Apache Flex Users mailing list archive at Nabble.com.

Use dp instead of pixels in Flex mobile

2017-01-13 Thread leokan23
Is there a way to used dp (density-independent pixel) instead of pixels in fonts? I currently use a css class on all my mobile projects and use font-size: to change the font size (ex. font-size:35) I know dp is supposed to work since 4.12.1 [1] but never understood how to do it. [1] https://cw

Re: FlexJS - How to use MDL?

2017-01-13 Thread Josh Tynjala
You can also simply open the web browser's built in debugging tools if your IDE doesn't support debugging. Browsers like Chrome and Firefox understand source maps too, so you'll see the original ActionScript. I wrote a couple of tutorials: https://nextgenactionscript.com/tutorials/source-maps-chr

Re: FlexJS - How to use MDL?

2017-01-13 Thread piotrz
Ahh! Yes Josh! I forgot about that! :) In the other words with this FDT can be quite useful :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-MDL-tp14464p14489.html Sent from the Apache Fle

Re: FlexJS RTMP video support

2017-01-13 Thread Alex Harui
FlexJS is really just about identifying patterns in JS apps, encapsulating them into components and making it easier to use those components via MXML. So, for a problem like this, the question is, if you were to write this app without Flex/FlexJS what would it look like? What would you use for vi

log air crashes on android

2017-01-13 Thread Frank Dahmen
Hi, is there a way to log kind of a "crash-report" (stack trace) in air mobile on android when running in live/release mode (not connected via usb etc.)?

Re: log air crashes on android

2017-01-13 Thread OmPrakash Muppirala
Have you looked at TestFairy? http://testfairy.com/adobe-air You get a lot of analytics and I think you can do custom logging as well. Thanks, Om On Fri, Jan 13, 2017 at 10:13 PM, Frank Dahmen wrote: > Hi, > is there a way to log kind of a "crash-report" (stack trace) in air mobile > on andro

Re: FlexJS - How to use MDL?

2017-01-13 Thread piotrz
Hi Leo, My fixes related to your problem are finally in the latest FlexJS nightly build. Once you take it you will see all library in your IDE. In this build Carlos started to work on adding support for Tables [1] component. You can check how it looks in our example app [2] Tables tab. [1] https: