While playing 6-7 videos in flowplayer I get the warning Caution provisional headers are shown
On Chrome.
On Checking net-internals
the connection is waiting for sockets
t= 18186 [st= 0] +REQUEST_ALIVE [dt=444781]
--> has_upload = false
--> is_pending = true
--> load_flags = 142737664 (ENABLE_LOAD_TIMING | MAYBE_USER_GESTURE | REPORT_RAW_HEADERS | VERIFY_EV_CERT)
--> load_state = 2 (WAITING_FOR_AVAILABLE_SOCKET)
--> method = "GET"
--> status = "IO_PENDING"
--> url = "<url>"
t=462966 [st=444780] CANCELLED
t=462966 [st=444780] -HTTP_STREAM_REQUEST
t=462967 [st=444781] -URL_REQUEST_START_JOB
--> net_error = -3 (ERR_ABORTED)
t=462967 [st=444781] URL_REQUEST_DELEGATE [dt=0]
t=462967 [st=444781] -REQUEST_ALIVE
Is there any way to close existing connections in flowplayer HTML version?
On flowplayer close
var api = flowplayer();
api = $(".flowplayer:first").data("flowplayer");
api.unbind();
api.unload();
Any way to force close the connections?