mediaPlayer does not work on iphone via https

jasonPaddy

New Member
YetiShare User
Jan 21, 2016
15
0
0
Hi Adam,

I am not sure if you guys have seen this weird problem.
I recently upgraded to 4.3 and php7 and enabled https in _config.php.
everything works fine when i view website from desktop browsers(safari, chrome) over HTTPs.
If I visit website from iPhone safari or chrome, mediaPlayer can't play any file. File is mp4 with right encode.
however, mediaplayer works fine on iPhone if it's http.
I have tried jwplayer and jplayer, no different.

so the mediaPlayer issue appears as below combo:
iPhone + Safari/Chrome + yetishare https

Cheers,
Jason
 

sukhman21

Member
YetiShare User
Jan 26, 2015
508
3
18
i have a https 4.3 with mediaplayer and it works fine for me on iphone safari browser. maybe also try redirecting your website to https using htaccess and see if that works?
 

naurissteins5013

New Member
YetiShare User
Apr 17, 2015
20
0
1
I can confirm, does not work on Safari from Mac and does not work on iPhone/iPad Chrome/Safari.

Here is a screenshot from Yetishare demo website (Safari Mac) https://img.fotoaly.com/ScreenShot2016-10-14at04.04.53.png

Same with audio files ..

Any solutions?

EDIT:
If set _CONFIG_SITE_PROTOCOL to http video works on Safari and iPhone, but video loading is very, very slow even if stream from localhost.
Tor the test i changed <?php echo $downloadUrlForMedia; ?> to direct video video file link which located on the same server... video load fast as it should be.