WWBN / AVideo-Encoder

Encoder Server for AVideo Platform Open-Source
https://platform.avideo.com
GNU Affero General Public License v3.0
152 stars 189 forks source link

I was bought the video hls plugin but can't encode to hls #404

Closed pedro0606 closed 3 years ago

pedro0606 commented 3 years ago

image What is problem ? where i can check logs ?

DanielnetoDotCom commented 3 years ago

I am pretty sure you are missing the php-zip

try this

apt install php-zip

If still failing check your encoder logs

pedro0606 commented 3 years ago

tks so much, now it work fine. How to protect .m3u8 ? i was saw a tocken on the m3u8 link but still can play it on other image what is mistake with hls encrypted ?

DanielnetoDotCom commented 3 years ago

the token has an expiration time, test it in another browser (NOT in a tab)

pedro0606 commented 3 years ago

on other browser still play normal and on the other pc on other network , too. maybe hls aes didnt work

DanielnetoDotCom commented 3 years ago

I am not sure what you mean

the tokens protect against unauthorized file download.

if you want to not show the video for some users you may need a subscription or a payperview

pedro0606 commented 3 years ago

I reboot seems to bring back your site,

for some reason your MySQL was dead

you can reboot my site via your source code ?

pedro0606 commented 3 years ago

I am not sure what you mean

the tokens protect against unauthorized file download.

if you want to not show the video for some users you may need a subscription or a payperview

that mean, i copy the .m3u8 url and can play on other website, browser with nativehls plugin

DanielnetoDotCom commented 3 years ago

When you do a test like that make sure you are using and incognito browser and you are not logged as admin

admin will always get approved and also once you approve with the token the script will memorize it and will not require the token anymore

pedro0606 commented 3 years ago

yes, i open index.m3u8 url on the new browser with nativehls plugin. play fine, hls encrypted not work so, someone else can steal my hls link and embed it on their website image

DanielnetoDotCom commented 3 years ago

can you share here an HLS link from your site?

pedro0606 commented 3 years ago

can you share here an HLS link from your site?

Plz try this url http://aimovies.one/videos/video_210727052703_fa40/index.m3u8

DanielnetoDotCom commented 3 years ago

Hi, I could confirm it was ignoring the Chrome browser, can you please update your VideoHLS plugin to version 5.4

I am pretty sure this problem is resolved

pedro0606 commented 3 years ago

Now ok, thank so much.