rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - nikster

Pages: 1
1
HFS ~ HTTP File Server / Embedding video from HFS to website
« on: July 31, 2023, 06:01:45 PM »
Hello dear community!
maybe this question was asked before here but I can not find exact answer...

My case (HFS 2.3m):

-I have a dedicated IP so videos from my HFS server available for anyone, so I want to publish them at my Wordpress website.
However, I don't have any success - only black screens with player controls or "video load failed" message (same time, videos playing in browser without any problems). I've tried both  ways - different Wordpress players and html codes below.

(I am not expert in coding, mostly I using web tutorials):

1st code ****it worked well for Google Drive embedding****
<div style="position:relative;padding-bottom:56.25%;height:0;overflow:hidden;"> <iframe style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden" frameborder="0" type="text/html" src="ADDRESSOFMYVIDEO.mp4" width="100%" height="100%" allowfullscreen > </iframe> </div>

and 2nd code
< video controls >
< source src=”ADDRESSOFMYVIDEO.mp4″ type=”video/mp4″ >
< /video >

Maybe I am missing something in website or HFS settings?

Thank you in advance!

2
Issues with HFS 2.4.0:

- when setting login and password, I can not access the files because of 'user not found' error (both login and password are correct)
- creating the user with access, no any login popup in Opera and Chrome (previous version worked fine)
Popup appearing in Mozilla only

3
Hello everyine, I use password protection for the folders only (not root), and recently I found this in HFS log:



It seems that someone tried to hacked me via 'search' bar. I did not find any viruses yet, also I use dedicated laptop for the server (without any personal data on it), however I am wondering about possible risks.  I don't want to over-complicate the things for my customers and (the same time) want to keep my home network safe.

What is your advice? Is it permitted to keep the Root unprotected? And what is the worst scenario for the unprotected HFS?

Also, question to the author(s): is it possible to disable 'search' bar in menu?

Pages: 1