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
video?  If the answer is that you would still use Flash, then that is
going to be the answer for FlexJS as well.  The JS-side of a FlexJS RTMP
Video component would embed Flash player in the JS output.

IMO, it isn't our problem to try to replace Flash.  Let somebody else do
that and however they do that, we'll package that up into a component so
you can just drop it into your MXML and use it.

My 2 cents,
-Alex

On 1/13/17, 12:49 AM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:

>Hello Alex,
>
>AFAIK <video> tag doesn't support RTMP, and there is no alternative :(
>Additionally <video> 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 <aha...@adobe.com> wrote:
>>
>>
>> On 12/6/16, 8:55 PM, "Maxim Solodovnik" <solomax...@gmail.com> wrote:
>>
>>>Hello All,
>>>
>>>I would like to try FlexJS. Is it supports playing RTMP video and
>>>capture
>>>audio/video from Microphone/Camera?
>>
>>
>> AFAIK, nobody has worked on RTMP support.  Do you want to be the one to
>> work on it?
>> I believe we have Camera support from Cordova.  I don't think we've
>>worked
>> on Audio.
>>
>> Thanks,
>> -Alex
>>
>
>
>
>-- 
>WBR
>Maxim aka solomax

Reply via email to