Re: HTTP Live Streaming

2015-09-17 Thread Jun Heider
Outstanding, great work David :)

> On Sep 16, 2015, at 4:32 PM, David Frank <david.fr...@on24.com> wrote:
> 
> Hey Jun,
>  
> It worked!! Thank you very much for your help.
>  
> Simply used the flashls.swc and used the basic/Player.as example to build the 
> video component. Phew…what a relief!!
>  
> Thanks again!
>  
> - David
>  
> From: Jun Heider [mailto:j...@realeyes.com] 
> Sent: Tuesday, September 15, 2015 7:29 PM
> To: dev@flex.apache.org
> Subject: Re: HTTP Live Streaming
>  
> 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/feature 
> rich video player in favor of an updated OSMF video player. The library 
> https://github.com/mangui/flashls <https://github.com/mangui/flashls> support 
> OSMF 2.0.
>  
> There isn't a built-in Flex component for OSMF 2.0 but you can add your OSMF 
> player to a UIComponent's display list to make it work.
>  
> -Jun
>  
> On Sep 15, 2015, at 6:22 PM, David Frank <david.fr...@on24.com 
> <mailto:david.fr...@on24.com>> wrote:
>  
> 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 <mailto:j...@realeyes.com>] 
> Sent: Tuesday, September 15, 2015 4:05 PM
> To: dev@flex.apache.org <mailto:dev@flex.apache.org>
> Subject: Re: HTTP Live Streaming
>  
> Hi David,
>  
> We've had great success using this library: https://github.com/mangui/flashls 
> <https://github.com/mangui/flashls>
>  
> -Jun
> 
> 
> 
> On Sep 15, 2015, at 2:37 PM, David Frank <david.fr...@on24.com 
> <mailto:david.fr...@on24.com>> 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) video on a Spark Video Player in some 
> way or the other (through a library, or through external interface calls to a 
> JS function)? Any answer or even the slightest clue about this would help me 
> very much.
> 
> Thank you very much!
> 
> - David
> 
>  
> 
> 
> 
> [ Jun Heider | Sr. Architect and Development Manager ] 
> [ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
> [ RealEyes Media, LLC | www.realeyes.com <http://www.realeyes.com/> ]
> [ 940 Logan Street | Denver CO, 80203 ]
> [ o. 303.433.1140 ]
> [ b. www.iheartair.com <http://www.iheartair.com/> ]
> [ t. coderjun ]
> 
> Upcoming Unavailability:
> October 15-19:  Company Holiday
> November 26, 27 - Thanksgiving Break
> 
> 
> 
>  
>  
> 
> 
> 
> [ Jun Heider | Sr. Architect and Development Manager ] 
> [ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
> [ RealEyes Media, LLC | www.realeyes.com <http://www.realeyesmedia.com/> ]
> [ 940 Logan Street | Denver CO, 80203 ]
> [ o. 303.433.1140 ]
> [ b. www.iheartair.com <http://www.iheartair.com/> ]
> [ t. coderjun ]
>  
> Upcoming Unavailability:
> October 15-19:  Company Holiday
> November 26, 27 - Thanksgiving Break
>  
>  
>  




[ Jun Heider | Sr. Architect and Development Manager ] 
[ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
[ RealEyes Media, LLC | www.realeyes.com <http://www.realeyesmedia.com/> ]
[ 940 Logan Street | Denver CO, 80203 ]
[ o. 303.433.1140 ]
[ b. www.iheartair.com <http://www.iheartair.com/> ]
[ t. coderjun ]

Upcoming Unavailability:
October 15-19:  Company Holiday
November 26, 27 - Thanksgiving Break





RE: HTTP Live Streaming

2015-09-16 Thread David Frank
Hey Jun,

It worked!! Thank you very much for your help.

Simply used the flashls.swc and used the basic/Player.as example to build the 
video component. Phew…what a relief!!

Thanks again!

- David

From: Jun Heider [mailto:j...@realeyes.com]
Sent: Tuesday, September 15, 2015 7:29 PM
To: dev@flex.apache.org
Subject: Re: HTTP Live Streaming

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/feature rich video 
player in favor of an updated OSMF video player. The library 
https://github.com/mangui/flashls support OSMF 2.0.

There isn't a built-in Flex component for OSMF 2.0 but you can add your OSMF 
player to a UIComponent's display list to make it work.

-Jun

On Sep 15, 2015, at 6:22 PM, David Frank 
<david.fr...@on24.com<mailto:david.fr...@on24.com>> wrote:

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.apache.org<mailto:dev@flex.apache.org>
Subject: Re: HTTP Live Streaming

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 
<david.fr...@on24.com<mailto:david.fr...@on24.com>> 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) video on a Spark Video Player in some 
way or the other (through a library, or through external interface calls to a 
JS function)? Any answer or even the slightest clue about this would help me 
very much.

Thank you very much!

- David

[cid:image001.jpg@01D0EFDB.18CB7E50]


[ Jun Heider | Sr. Architect and Development Manager ]
[ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
[ RealEyes Media, LLC | www.realeyes.com<http://www.realeyes.com/> ]
[ 940 Logan Street | Denver CO, 80203 ]
[ o. 303.433.1140 ]
[ b. www.iheartair.com<http://www.iheartair.com/> ]
[ t. coderjun ]

Upcoming Unavailability:
October 15-19:  Company Holiday
November 26, 27 - Thanksgiving Break




[cid:image001.jpg@01D0F094.DC6B9B10]


[ Jun Heider | Sr. Architect and Development Manager ]
[ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
[ RealEyes Media, LLC | www.realeyes.com<http://www.realeyesmedia.com/> ]
[ 940 Logan Street | Denver CO, 80203 ]
[ o. 303.433.1140 ]
[ b. www.iheartair.com<http://www.iheartair.com/> ]
[ t. coderjun ]

Upcoming Unavailability:
October 15-19:  Company Holiday
November 26, 27 - Thanksgiving Break





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 Behalf Of OmPrakash 
Muppirala
Sent: Tuesday, September 15, 2015 1:55 PM
To: dev@flex.apache.org
Subject: Re: HTTP Live Streaming

Web app or mobile app?

On Tue, Sep 15, 2015 at 1:37 PM, David Frank <david.fr...@on24.com> 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) video on a Spark Video Player 
> in some way or the other (through a library, or through external 
> interface calls to a JS function)? Any answer or even the slightest 
> clue about this would help me very much.
>
> Thank you very much!
>
> - David
>
>


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/feature rich video 
player in favor of an updated OSMF video player. The library 
https://github.com/mangui/flashls <https://github.com/mangui/flashls> support 
OSMF 2.0.

There isn't a built-in Flex component for OSMF 2.0 but you can add your OSMF 
player to a UIComponent's display list to make it work.

-Jun

> On Sep 15, 2015, at 6:22 PM, David Frank <david.fr...@on24.com> wrote:
> 
> 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.apache.org
> Subject: Re: HTTP Live Streaming
>  
> Hi David,
>  
> We've had great success using this library: https://github.com/mangui/flashls 
> <https://github.com/mangui/flashls>
>  
> -Jun
> 
> 
> On Sep 15, 2015, at 2:37 PM, David Frank <david.fr...@on24.com 
> <mailto:david.fr...@on24.com>> 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) video on a Spark Video Player in some 
> way or the other (through a library, or through external interface calls to a 
> JS function)? Any answer or even the slightest clue about this would help me 
> very much.
> 
> Thank you very much!
> 
> - David
> 
>  
> 
> 
> 
> [ Jun Heider | Sr. Architect and Development Manager ] 
> [ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
> [ RealEyes Media, LLC | www.realeyes.com <http://www.realeyes.com/> ]
> [ 940 Logan Street | Denver CO, 80203 ]
> [ o. 303.433.1140 ]
> [ b. www.iheartair.com <http://www.iheartair.com/> ]
> [ t. coderjun ]
> 
> Upcoming Unavailability:
> October 15-19:  Company Holiday
> November 26, 27 - Thanksgiving Break
> 
> 
>  




[ Jun Heider | Sr. Architect and Development Manager ] 
[ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
[ RealEyes Media, LLC | www.realeyes.com <http://www.realeyesmedia.com/> ]
[ 940 Logan Street | Denver CO, 80203 ]
[ o. 303.433.1140 ]
[ b. www.iheartair.com <http://www.iheartair.com/> ]
[ t. coderjun ]

Upcoming Unavailability:
October 15-19:  Company Holiday
November 26, 27 - Thanksgiving Break





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.apache.org
Subject: Re: HTTP Live Streaming

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 
<david.fr...@on24.com<mailto:david.fr...@on24.com>> 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) video on a Spark Video Player in some 
way or the other (through a library, or through external interface calls to a 
JS function)? Any answer or even the slightest clue about this would help me 
very much.

Thank you very much!

- David

[cid:image001.jpg@01D0EFDB.18CB7E50]


[ Jun Heider | Sr. Architect and Development Manager ]
[ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
[ RealEyes Media, LLC | www.realeyes.com<http://www.realeyes.com> ]
[ 940 Logan Street | Denver CO, 80203 ]
[ o. 303.433.1140 ]
[ b. www.iheartair.com<http://www.iheartair.com> ]
[ t. coderjun ]

Upcoming Unavailability:
October 15-19:  Company Holiday
November 26, 27 - Thanksgiving Break




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 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 external interface calls to a 
> JS function)? Any answer or even the slightest clue about this would help me 
> very much.
> 
> Thank you very much!
> 
> - David
> 




[ Jun Heider | Sr. Architect and Development Manager ] 
[ Adobe Certified Professional, Adobe Certified Instructor, Flex 4 / AIR ACE ]
[ RealEyes Media, LLC | www.realeyes.com ]
[ 940 Logan Street | Denver CO, 80203 ]
[ o. 303.433.1140 ]
[ b. www.iheartair.com ]
[ t. coderjun ]

Upcoming Unavailability:
October 15-19:  Company Holiday
November 26, 27 - Thanksgiving Break





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) video on a Spark Video Player in
> some way or the other (through a library, or through external interface
> calls to a JS function)? Any answer or even the slightest clue about this
> would help me very much.
>
> Thank you very much!
>
> - David
>
>