mangui / flashls

HLS Flash Plugin/Player (Chromeless,OSMF,FlowPlayer,mediaelement.js,video.js,Clappr)
http://www.flashls.org
Mozilla Public License 2.0
751 stars 264 forks source link

What is relation between releases? #596

Closed ghost closed 6 years ago

ghost commented 6 years ago

Hi,

I used latest release v0.4.4.24. But for audio track change I encountered video buffering and other issues. I opened an issue and Neil responded to check out his fork.(https://github.com/neilrackett/flashls/tree/prod) and that was useful and with small modification I could expose my method setAudioTrack() that can set the audio track, do Seek and then Load the stream. It works fine now. I wonder what is relation between an official FlashHls release and fork releases as Neil's fork. Are you planning to merge his modification to the main branch?

As I see there are different releases: https://github.com/neilrackett/flashls/releases https://github.com/mangui/flashls/releases

Are these releases parallel threads or somewhere we have a main and official release.

Any direction here will be very helpful. @mangui @jlacivita @kfeinUI @neilrackett

kfeinUI commented 6 years ago

You were pointed to a personal fork to demonstrate some customizations made. It's not part of the main repo. The usual GitHub process of submitting a PR with changes appropriate for all is certainly welcome.

On Thu, Mar 29, 2018, 5:58 PM porasl notifications@github.com wrote:

Hi,

I used latest release v0.4.4.24. But for audio track change I encountered video buffering and other issues. I opened an issue and Neil responded to check out his fork.(https://github.com/neilrackett/flashls/tree/prod) and that was useful and with small modification I could expose my method setAudioTrack() that can set the audio track, do Seek and then Load the stream. It works fine now. I wonder what is relation between an official FlashHls release and fork releases as Neil's fork. Are you planning to merge his modification to the main branch?

As I see there are different releases: https://github.com/neilrackett/flashls/releases https://github.com/mangui/flashls/releases

Are these releases parallel threads or somewhere we have a main and official release.

Any direction here will be very helpful. @mangui https://github.com/mangui @jlacivita https://github.com/jlacivita @kfeinUI https://github.com/kfeinUI @neilrackett https://github.com/neilrackett

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mangui/flashls/issues/596, or mute the thread https://github.com/notifications/unsubscribe-auth/AE0hHpNzwzNzhv5pGsNuP2AX4el4ntC3ks5tjVjugaJpZM4TBCqD .

ghost commented 6 years ago

Thanks