We love jwplayer. it is very powerful player.
We have one problem for now.
we are using iOS jwplayer sdk and amazon signed cookie way to protect video .
if we don't use signed cookie when play video , it works well on mobile jwplayer and apple TV via airplay.
But if we use singe cookie , it works on jwplayer but it does not working on Apple TV device via airplay.
This is jwplayer configuration code when using signed cookie:
config.file = videoURL;
config.assetOptions = @{@"AVURLAssetHTTPHeaderFieldsKey":@{@"cookie": cookie}};
Please help me .
Thanks .
↧