[Bug 701681] [regression] NASA HLS stream

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jul 13 15:08:20 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=701681
  GStreamer | gst-libav | git

--- Comment #10 from Andoni Morales <ylatuya at gmail.com> 2013-07-13 22:08:16 UTC ---
(In reply to comment #9)
> Why should the URI query not just return the redirected URI?
In a regular scenario you don't really care about the redirection, but in this
particular case it's used to resolve the relative uri in the variant playlist.
Having both allows the element decide which one it wants to use.
> 
> And do we differentiate between temporary + permanent redirect here?
I don't know whether we should take this in consideration or not...


Reading a bit more about this particula the case, it's not the type of
redirection I am fixing here.

In this case we have:
curl -i -L  http://www.nasa.gov/multimedia/nasatv/NTV-Public-IPS.m3u8
HTTP/1.0 200 OK
[...]
#EXTM3U
http://public.infozen.cshls.lldns.net/infozen/public/public.m3u8


Which is different from:
$ curl -i  -L http://localhost/testRedirection.m3u8
HTTP/1.1 302 Found
Location: http://devimages.apple.com/iphone/samples/bipbop/bipbopall.m3u8

Which is the case being fixed with my patches

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list