RTMP doesn’t work in Mobiles. This shouldn’t have worked even before the SSL is added in your website. Kindly make sure that you have a Mobile Fallback added. We recommend using “HLS” as a Mobile Fallback for your RTMP Streams.
I’m already add HLS .m3u8 in fallback
Your HLS feed must be using “HTTP”. Kindly get me your site link to check this.
https://goo.gl/moyYPn
i put this in mobile fallback
http://112.121.152.34:80/stream/5195e80fe1ed0/playlist.m3u8
Thankyou
-
This reply was modified 9 years, 1 month ago by
totnarak.
When your site is hosted using HTTPS, browsers will not let you make HTTP requests because they are not secure. So, your streaming server which delivers your HLS stream should also support HTTPS. if it does, then just replace “http:” with “https:” in the mobile fallback field and this must solve your problem.
That right. Thank you very much really simple ssl plugin change every http to https include HLS link.
i check in really simple ssl board and the author said : When there are problems with embedded widgets/services in an SSL site, the problem is in most cases that the embed code is not SSL proof: if the mixed content fixer changes all urls to https, the service is forced to load over SSL, and often this doesn’t work.