rejetto forum

Recent Posts

21
HFS ~ HTTP File Server / Re: Embedding video from HFS to website
« Last post by nikster on August 22, 2023, 07:37:26 PM »
yes, let's-encrypt is a good way to make your certificates, it can be tricky, tho. Try following their instructions.
Hopefully a future version of hfs 3 will make it easier.

Anyway, you should first confirm the problem the way I said. Press F12 and look at errors in the console.

From what I found, this is an error: GET https://ip_address/video.mp4 net::ERR_CONNECTION_CLOSED

For some reason website trying to connect to https instead http in embedded video. My knowlenge is not good for further investigation so I will find someone who will help, and post solution here (in case of success).

By the way, a little offtopic with Mozilla experience: in 2.3m and HFS 3 all unprotected .mp4 videos are opened as blank page with audio only and player controls (Opera and Chrome are fine). Do you have idea what to do?
22
Pусский / Ищу адекватный шаблон
« Last post by ponsfgend on August 22, 2023, 07:30:28 PM »
Народ приветствую, я недавний пользователь в HFS, и не умею писать код, так бы уже давно все сам запелил бы как надо, а так ищу помощи у вас, могу материально поддержать того кто поможет(в адекватных пределах конечно же), ситуация следующая, мне нужен простой интерфейс, с возможностью адекватно работающей регистрации, так же админ панель, возможность ограничивать юзерам смену пароля, смену логина и запрет доступа к папкам, так же необходим медиаплеер, который может воспроизвести формат avi, я устал искать такой медиаплеер, наткнулся чисто случайно на идеальный топик, но он 2012 года, и ссылка уже давно неактивити, если есть люди у кого еще есть данный шаблон(http://rejetto.com/forum/index.php?pretty;board=pk;topic=ao-hfs.0) прошу, умоляю, закиньте его на гугл диск, для меня данный шаблон выглядит идеально, если же кто-то готов помочь сделать шаблон не с 0 конечно же, то готов обсудить это все лично, очень нужен простой минималистичный но функциональный сайт, заранее благодарю всех людей кто отзовётся, я уверен я не единственный такой. Прилагаю фотографии с того топика как примерно должен выглядеть шаблон
23
Pусский / Re: Шаблон HFS
« Last post by ponsfgend on August 22, 2023, 07:17:27 PM »
Приветствую уважаемый разработчик данного шаблона, я бы хотел его опробовать, но увы ссылка перестала быть действительной, исправь это пожалуйста, загрузив файл на яндекс диск или же на гугл диск, спасибо за понимание)
24
Everything else / MOVED: IPTV from HFS
« Last post by rejetto on August 22, 2023, 07:21:10 AM »
25
HFS ~ HTTP File Server / Re: Embedding video from HFS to website
« Last post by rejetto on August 22, 2023, 07:20:05 AM »
yes, let's-encrypt is a good way to make your certificates, it can be tricky, tho. Try following their instructions.
Hopefully a future version of hfs 3 will make it easier.

Anyway, you should first confirm the problem the way I said. Press F12 and look at errors in the console.
26
HFS ~ HTTP File Server / Re: Embedding video from HFS to website
« Last post by nikster on August 21, 2023, 07:48:26 PM »

The possible reason of this, could be a 'Mixed Content Error', because WordPress is hosted (using) an HTTPS (Secure, port 443) connection, and your videos (hosted using HFS) are using an HTTP (Insecure, port 80) connection. Most browsers automatically block access to non-secure resources when they are loaded from a secure website (that's why you need to configure your WordPress). You will find a tutorial (Step by Step), on 'How to Fix the Mixed Content Error in WordPress' visiting this link HERE.

Cheers,
Leo.-

Great suggestion, basically I had same in mind but did not understand what to do:)

I've tried few plugins but infortunately they did not work as supposed,

Same time I found HFS 3 release with SSL option, and it's looks like a possible solution. The only thing left is to understand how to create a SSL certificate (via Let's Encrypt?) for my IP. Also I have NoIP account and linking it to secured HFS would be a killer option
Maybe it worth to create another topic as it may be helpful for others
27
HFS ~ HTTP File Server / Re: IPTV from HFS
« Last post by anon on August 10, 2023, 09:42:00 PM »
Just saying it is doable instead of paying for a panel, lightweight and allows fast load times.
28
HFS ~ HTTP File Server / IPTV from HFS
« Last post by anon on August 10, 2023, 09:13:26 PM »
Anyone use this for an iptv server ?
29
HFS ~ HTTP File Server / Re: login user change password
« Last post by mis on August 09, 2023, 01:18:38 AM »
I see. Thank you.
30
HFS ~ HTTP File Server / Re: Embedding video from HFS to website
« Last post by rejetto on August 08, 2023, 07:54:31 AM »
Leo had a good idea, but it's important that you look at possible errors in console as he said, otherwise it's hard to know what the problem is.