Hi,
I am streaming a 360 Video with JWplayer 7.12 with PseudoStreaming. But there is a problem: If the Player playlist has "stereomode" its not sending the Cookies in the request. Without its sending.
What is the problem? How can i solve this? I need the Cookies in the request for authentication.
videoSetup-Konfig:
primary : 'html',
base : utils.getBaseUrl() + "/js/core/modules/jwplayer/",
autostart : autostart,
width : "100%",
height : "100%",
playlist : [{
sources : [{ file : http://localhost:8082/marsDemo/files/9002/38672v1.mp4 }],
image : "Thumbnail?oid=38672&thumbnailVersion=3&version=1"
}],
skin : {
url: utils.getBaseUrl() + "/js/core/modules/jwplayer/skins/glow.css",
name: "glow"
},
androidhls : true,
hlshtml : true,
Regards,
Osman
↧