hlsdemux: 403 forbidden for bbc hls stream due to missing cookie handling
Submitted by ion pantalon
Link to original bug (#766367)
Description
Hi all,
I created the following pipeline to play some HLS streams from BBC:
gst-launch-1.0 uridecodebin uri=http://open.live.bbc.co.uk/mediaselector/5/redir/version/2.0/vpid/b077jfrp/mediaset/audio-syndication/proto/http ! fakesink
I get a (Forbidden (403)) error and from the tests done I think this happens because the gstsouphttpsrc sends the cookie event to gsthlsdemux but this dosent seems to know what to do with the cookie.
Any advise on how to fix this error?