hlsdemux: Double http request of first fragment in m3u8
Submitted by Stefano
Link to original bug (#752858)
Description
I opened this new ticket from https://bugzilla.gnome.org/show_bug.cgi?id=752732
In the camcorder server streaming implementation I can try to consuming cannot require a fragment in the m3u8 twice because after the first consumption it will be invalidate and it is unavailable to a second one.
Analyzing network traffic and gstreamer log seems that the first fragment it is required twice (the first for negotiation in prerolling and one for consumption in Playing phase).
m3u8 live playlist and gstreamer log are attached in the cited ticket.