HTTP Live Streaming

2015-09-15 Thread David Frank
Hey guys, I've Googled a lot about this, but I'm still not able to find a satisfactory complete answer on this. So I thought I'll ask y'all experts in this group. Is it possible to play an HLS (not HDS) video on a Spark Video Player in some way or the other (through a library, or through extern

Re: HTTP Live Streaming

2015-09-15 Thread OmPrakash Muppirala
Web app or mobile app? On Tue, Sep 15, 2015 at 1:37 PM, David Frank wrote: > Hey guys, > > I've Googled a lot about this, but I'm still not able to find a > satisfactory complete answer on this. So I thought I'll ask y'all experts > in this group. > > Is it possible to play an HLS (not HDS) vide

Re: [FlexJS] Apps, Apache, and Dog Food

2015-09-15 Thread Alex Harui
I fixed a few more issues and added min-size and resizing. I saw the app come up correctly on IE, Safari and FF on Mac, and more importantly, on my Android phone and Peter reported success on iPhone. The UI isn’t responsive but at least it shows up correctly. Peter is re-factoring how non-conten

RE: HTTP Live Streaming

2015-09-15 Thread David Frank
This is for the Web app only. We still use Flex for the Web app. For the mobile version player, we are using HTML, so no problem there. Thank you in advance for any help that you guys can throw at me. - David -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Beha

Re: HTTP Live Streaming

2015-09-15 Thread Jun Heider
Hi David, We've had great success using this library: https://github.com/mangui/flashls -Jun > On Sep 15, 2015, at 2:37 PM, David Frank wrote: > > Hey guys, > > I've Googled a lot about this, but I'm still not able to find a satisfactory > complete answer on this. So I thought I'll ask y'all

RE: HTTP Live Streaming

2015-09-15 Thread David Frank
Hi Jun, Thank you for your reply. I might be totally wrong about this, but isn't that library only good for HTML applications? How do I use it in my Flex environment? Thank you again! - David From: Jun Heider [mailto:j...@realeyes.com] Sent: Tuesday, September 15, 2015 4:05 PM To: dev@flex.ap

Re: HTTP Live Streaming

2015-09-15 Thread Jun Heider
Hi David, This library supports Flash and HTML video players. To use it with Flex applications would probably require moving away from the spark video component which unless the underlying OSMF video library version has changed since last I checked should be moved away from for any professional

Re: [FlexJS] Framework using externs (was: Setup Error)

2015-09-15 Thread Alex Harui
FYI, I’m going to start finding time to work on this port. -Alex On 9/9/15, 6:19 AM, "Alex Harui" wrote: > > >On 9/9/15, 3:12 AM, "Frédéric THOMAS" wrote: > >> >>One thing I discovered though is that with Falcon, the combination of >>getter / setter for a same function at package level is not

Lists with focusable children problem

2015-09-15 Thread Chris Velevitch
I have a spark List with hasFocusableChildren is true and a custom renderer that has a TextInput field. I set focus to a row and then start tabbing through the list, when it gets to the last visible row, the next tab causes focus to leave the List. How do I get the list to scroll into view the next