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 ;
Thanks.
XVideoSharing - (https) SSL with , HLS Not Working !
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Re: (https) SSL with , HLS Not Working !
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
comment this line:
vod_base_url '';
add this line:
vod_segments_base_url '';
restart nginx:
killall nginx;sleep 1;/usr/local/nginx/sbin/nginx
-
- Posts: 5
- Joined: Nov 09, 2017 1:04 pm
Re: (https) SSL with , HLS Not Working !
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?
I installed ssl for https://site.com and https://s1.site.com successfully.
But https://s1.site.com/hls/... is not working. Any help?
-
- Posts: 1
- Joined: Jan 03, 2020 12:20 pm
Re: (https) SSL with , HLS Not Working !
same error any help?