Re: JavaFX Media HTTPS support

2013-10-03 Thread Scott Palmer
I'm curious about "only one instance" for MP4 playback. QuickTime Player on OS X simultaneously plays multiple MP4s. Of course it isn't using GStreamer, but if you are going direct to QuickTime for HTTPLS what's stopping you from doing the same for MP4? Scott On Thu, Oct 3, 2013 at 4:28 AM, Ki

Re: JavaFX Media HTTPS support

2013-10-03 Thread Felix Bembrick
I agree. If the inability to provide 100% WORA for a particular feature results in 0% availability then that is a fail. I would rather the feature was available where it worked. At least we can build apps with those features on those platforms. On 3 October 2013 18:51, Tom Schindl wrote: >

Re: JavaFX Media HTTPS support

2013-10-03 Thread Tom Schindl
On 03.10.13 10:28, Kirill Kirichenko wrote: > > For HTTP Live Streaming and some cases for MP4 on Mac we using QTMovie, > which only accepts URLs for FILE or HTTP protocol only and handles > downloading, progress buffering and HLS playlists parsing internally. We > do not have control over it. MP4

Re: JavaFX Media HTTPS support

2013-10-03 Thread Kirill Kirichenko
Forgot to add. It's this issue: https://javafx-jira.kenai.com/browse/RT-28420 On 03.10.2013 12:15, Kirill Kirichenko wrote: We've started working on HTTPS support in JavaFX Media component. Due to internal restrictions we won't be able to support HTTPS on MacOs (and possibly on iOS). Do you t

Re: JavaFX Media HTTPS support

2013-10-03 Thread Kirill Kirichenko
For HTTP Live Streaming and some cases for MP4 on Mac we using QTMovie, which only accepts URLs for FILE or HTTP protocol only and handles downloading, progress buffering and HLS playlists parsing internally. We do not have control over it. MP4 can also be played on Mac via GStreamer via Vide

JavaFX Media HTTPS support

2013-10-03 Thread Kirill Kirichenko
We've started working on HTTPS support in JavaFX Media component. Due to internal restrictions we won't be able to support HTTPS on MacOs (and possibly on iOS). Do you think it a good idea to add a feature with limited support - just for Linux and Windows ?