XVideoSharing - (https) SSL with , HLS Not Working !

Message
Author
rody
Posts: 1
Joined: May 31, 2017 7:36 am

(https) SSL with , HLS Not Working !

#1 Postby rody » May 31, 2017 7:48 am

Hello

i am using XvideoSharing

I did HTTPS file server but HLS not working.

Play video ;
1.) https://site.com/hls/master.m3u8 ( working )
2.) Other files are http ( http://site.com/hls/index-v1-a1.m3u ) / Not Working.

Screen ;
Image

Thanks.

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

Re: (https) SSL with , HLS Not Working !

#2 Postby PilgrimX182 » Jun 13, 2017 10:05 am

Try to update this in mod_hls.conf:
comment this line:
vod_base_url '';
add this line:
vod_segments_base_url '';

restart nginx:
killall nginx;sleep 1;/usr/local/nginx/sbin/nginx

nguyenanhthoai
Posts: 5
Joined: Nov 09, 2017 1:04 pm

Re: (https) SSL with , HLS Not Working !

#3 Postby nguyenanhthoai » Feb 23, 2019 3:09 pm

Hello.
I installed ssl for https://site.com and https://s1.site.com successfully.
But https://s1.site.com/hls/... is not working. Any help?

aykutyenigul
Posts: 1
Joined: Jan 03, 2020 12:20 pm

Re: (https) SSL with , HLS Not Working !

#4 Postby aykutyenigul » Jan 03, 2020 12:21 pm

same error any help?