Unable to playback with apple HLS test stream

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Unable to playback with apple HLS test stream

Jim Ohn
This post was updated on .
Hellow all. I'm jimmy from korea

I have a problem with GStreamer 1.11.0.1 and HLS test stream to be played. I'm using playbin and playbin3 that doesn't work with below uri. this is a advanced HLS test stream which is provided from Apple(https://developer.apple.com/streaming/examples/).
I think that apple hls test streams need HLS version 6 to be played.
please let me know that do we need to implement HLS version 6 to support below uri or not.

<TS>
gst-launch-1.0 playbin uri=http://tungsten.aaplimg.com/VOD/bipbop_adv_example_v2/master.m3u8

<fMP4>
gst-launch-1.0 playbin uri=http://tungsten.aaplimg.com/VOD/bipbop_adv_fmp4_example/master.m3u8
Reply | Threaded
Open this post in threaded view
|

Re: Unable to playback with apple HLS test stream

Sebastian Dröge-3
On Tue, 2016-12-06 at 23:32 -0800, Jim Ohn wrote:

> Hellow all.
>
> I have a problem with GStreamer 1.11.0.1 and HLS test stream to be
> played.
> I'm using playbin and playbin3 that doesn't work with below uri. this
> is a
> advanced HLS test stream which is provided from
> Apple(https://developer.apple.com/streaming/examples/).
> I think that apple hls test streams need HLS version 6 to be played. 
> please let me know that do we need to implement HLS version 6 to
> support
> below uri or not.
>
> <TS>
> gst-launch-1.0 playbin
> uri=http://tungsten.aaplimg.com/VOD/bipbop_adv_example_v2/master.m3u8
This one seems to work here when enabling debug output, otherwise it
errors out in weird ways. Seems to be a race condition somewhere (plus
maybe other bugs), but otherwise seems to be generally supported.

Please create a bug report about this.

> <fMP4>
> gst-launch-1.0 playbin
> uri=http://tungsten.aaplimg.com/VOD/bipbop_adv_fmp4_example/master.m3
> u8

MP4 via HLS probably needs generally support added, in whatever form. I
don't think this is supported at all currently.

Please create an enhancement bug report about that.

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Unable to playback with apple HLS test stream

Sebastian Dröge-3
In reply to this post by Jim Ohn
On Tue, 2016-12-06 at 23:32 -0800, Jim Ohn wrote:
>
> I think that apple hls test streams need HLS version 6 to be played. 

Why do you think that btw?

> please let me know that do we need to implement HLS version 6 to
> support below uri or not.

The spec lists the incompatible changes in the different versions:
https://tools.ietf.org/html/draft-pantos-http-live-streaming-20#section-7

--
Sebastian Dröge, Centricular Ltd · http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

signature.asc (981 bytes) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Unable to playback with apple HLS test stream

Jim Ohn
As I heard from HLS engineer in our company, gstreamer upstream support HLS version 4 so far. but not sure it is correct or not. Anyway thanks for your information slomo:)