
Space in JW URL
I'm using jwplayer 7, I have couple of video urls which has space in it (s3 urls), I tried replacing space by + or underscore. By doing this it worked perfectly on browsers. But this fix prompts following error on apple devices ,
"Error loading media: File could not be played"
I tried encodeURIComponent and other javascript string functions but still it doesn't work.
Any suggestions/thoughts ?