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.


Messages - surikat

Pages: 1 2 3 ... 5
1
Bug reports / Re: The video won't play on the iPhone iOs 15.0!
« on: January 27, 2022, 05:27:16 PM »
I completely switched to the HFS3 version. No different features at the moment, but the program works great for all devices. It is very fast and does not use any CPU or memory. I advise anyone who has the same troubles as me to switch to the new version and help develop it!

2
Bug reports / Re: The video won't play on the iPhone iOs 15.0!
« on: January 21, 2022, 06:56:15 AM »
I would like to help you, so let's try from another point of view:

1) What error your iPhone 15 is giving you? (you say video 'it won't start', but more details are appreciated). If video displays only a black screen, you could try disabling 'GPU Process: Media', following this instructions HERE. But before doing any changes on your iPhone configuration, it would be great if you could upload here (on the forum) the logs of your video player. Check HERE to get instructions on how to get the logs, or see here: How do I view Safari log on iPhone?

2) What app are you using to play the videos? (native Safari player?)

3) Could you (temporary) try running HFS on standard port 80? instead of using port 32365 (perhaps your iOS player doesn't like playing videos on non-standard ports)

4) How about adding this (in your events file):
Code: [Select]
[download]
{.add header|Connection: keep-alive.}
{.add header|Keep-Alive: timeout=60.}

Your iPhone should give you some clue of why don't like to play the video... :-\

1.) Hi!   :)
I mainly use the appetite.io developer structure, and also collect information from site users who have iOs 15.0
Trust me, this doesn't really work for many files. But without the share of hfs, it works ok.
No, not a black screen. The native screen of the device. Uploading, but no image. You can check it yourself on a real device with iOS 15.0 or 13.7.  For 14.5 it works ok. This is not a clear error!

2.) Native and safari browser.
3.) I have a http server on port 80. Unlikely.
4.) Done.

3
Bug reports / Re: The video won't play on the iPhone iOs 15.0!
« on: January 20, 2022, 07:04:30 PM »
i curl'ed it and i see the "disposition" is gone, temporarily as you say.
it plays nicely on my android, but i guess this won't cheer you up a bit.
do you want to give hfs 3 a try? i may assist you in configuration since it's still harder to use than hfs2, but i need beta testers

Doesn't play on  iPhone with iOs 15.0

http://i.2sub.tv:32365/TS01/The_Walking_Dead_2018_S09/SD/The_Walking_Dead_S09E01.mp4

With version iOs 14.5 play ok.  It's very strange!

What is hfs 3? I don't care what to use.  The main thing is to play on the latest version of iOs. 

4
Bug reports / Re: The video won't play on the iPhone iOs 15.0!
« on: January 20, 2022, 05:17:53 PM »
Menu  > debug > no content-disposition

Done!
The walking dead does not start.
And this is a temporary setting. Resets after restart.
Anyway, only without share of hfs the file is played.  :-\

5
Bug reports / Re: The video won't play on the iPhone iOs 15.0!
« on: January 20, 2022, 12:37:13 PM »
ok, now you got Content-Disposition: filename="The_Walking_Dead_S09E01.mp4";
before you had Content-Disposition: attachment; filename="The_Walking_Dead_S09E01.mp4";
you can see the difference.
if this is not yet enough, it's the whole line that must be wiped, and HFS allows you to do it, is just a bit trickier.
From some investigation I suspect that hfs SHOULD do that by protocol automatically, and if so it should be considered a bug.
Anyway, you can workaround this opening Events (in the menu or ALT+F6), and add something like this

[download]
{.if not|{.pos|attach|{.header|Content-Disposition.}.}|{:
  {.remove header|Content-Disposition.}
:}.}

Done!
But the first one doesn't work.  :o
And directly from the server OK.

6
Bug reports / Re: The video won't play on the iPhone iOs 15.0!
« on: January 20, 2022, 11:50:55 AM »
if you use curl -I <url> you'll see the differences between one request and the other.
The only difference I see is in "Content-Disposition"
that you can change by using the "Open directly in browser" option. I think it's under "other options"

Should I change or add? I have added .mp4 to the list, but the first video is not playing.

7
Bug reports / Re: The video won't play on the iPhone iOs 15.0!
« on: January 20, 2022, 10:30:13 AM »
Hi! :) If only one video doesn't play, it could be the encoding of that video that is not supported by your iPhone (in that case, you could try using another video player for your iOS). Another thing to check: be sure to use the correct MIME types for serving video files, going to HFS > Menu > Other options > MIME types... add in file mask: "*.mp4" and in MIME Description: "video/mp4" (all without quotes).

Mime type doesn't help.
Here is the file directly from the server, without the participation of hfs.
The same file, in the same format. 
It plays great on iPhone:
http://i.2sub.tv/The_Walking_Dead_S09E01.mp4

8
Bug reports / The video won't play on the iPhone iOs 15.0!
« on: January 19, 2022, 10:55:08 PM »
The video is sharing with hfs, but it won't start on my iPhone iOs 15.0! 
http://i.2sub.tv:32365/TS01/The_Walking_Dead_2018_S09/SD/The_Walking_Dead_S09E01.mp4
if you click on VIEW
The format is standard, just like everyone else. Other videos start without any problems:
http://i.2sub.tv:32365/TS01/Friends_S01_1994/SD/Friends.S01E01.mp4

Quote
P.S. I completely switched to the HFS3 version. No different features at the moment, but the program works great for all devices. It is very fast and does not use any CPU or memory. I advise anyone who has the same troubles as me to switch to the new version and help develop it!

9
so, can you tell me what are the conditions that cause the problem?
is gigabit a necessary condition?

I know only one thing, when I disabled the speed limit for single address
and the problem of freezing disappeared.
Set only the max simultaneous downloads from single address in the value: 2

10
Upload at gigabit speed, simultaneous with downloads, can stop it. 
That problem is different because UI is responsive at the console but clients can't connect until server is restarted. 

We don't have a watchdog feature yet, so. . .

Attached is hfs.events file with caching and 4 am reboot. 
Then each morning it can restart hfs and be ready again. 

New problem:  Not all versions of HFS work with [at 4:05] timer in events file.
You can check the log to see if it starts at 4:06 am.

My Version of HFS 2.4rc2
Here it is necessary not only to stop and start the server, but to completely close it and open it again. This is only using the Windows Task Scheduler.
I just don’t want to bother with this. The speed limit is simply disabled. And OK!

11
Beta / Re: version 2.4
« on: January 05, 2020, 04:07:02 PM »
Without wanting to appear defeatist, hfs has not evolved directly to https without having to use SSL, another evolution of the web is moving towards ipV6, this will probably be the limit of use for hfs.

I have never displayed in the ip address bar  ipV6 ?  Are these ip addresses somehow replaced by simple ipV4 ?   :o


12
Beta / Re: version 2.4
« on: January 05, 2020, 03:58:50 PM »
So, this is going like filling the bathtub, whereby 100 megabits = 1 faucet or gigabit = 10 faucets simultaneously and a flooding problem.  For connection speeds like that, HFS needs changed to schedule dealing with the data, pro-rata higher than accumulating it.

Instead of waiting for an update, I suggest that you buy the cheapest USB to 100 megabit Ethernet adapter from ebay, for $2.  So, just fix the ip address, aim HFS at it; and if you continue to have trouble, try (ethernet adapter settings of windows) set it to a lower speed.  Given the added adapter, you won't have to slow down your whole server; however, it will take another Ethernet cable.

Alternatively, you could try OpenMediaVault, which is a Linux-based operating system for x86 and many of the little ARM systems.  Or, for Windows, some FTP servers can do heavy duty workloads.

I Disabled the speed limit for single ip. And generally turn off the speed limit.

Set only Maximum simultaneous downloads for single address: 2

The program has stopped freezing!  Hallelujah!!!  This all happens to cause a speed limit.  Now everything is clear!

I will not have to limit the speed otherwise it will freeze.

13
I think that the problem isn't in scope for a template. 

But, just in case...

Here's a development version that didn't make it.  It would be interesting if this stopped your freezes.

I Disabled the speed limit for single ip. And generally turn off the speed limit.

Set only Maximum simultaneous downloads for single address: 2

The program has stopped freezing!  Hallelujah!!!  This all happens to cause a speed limit.  Now everything is clear!

I will not have to limit the speed otherwise it will freeze.

14
HFS ~ HTTP File Server / Re: i've been hacked
« on: December 18, 2019, 01:01:26 AM »
 
Thanks!
Sent to the ban ip from which was requested head /
Is it possible to automatically configure such IPs with such a request to be blocked?


15
HFS ~ HTTP File Server / Re: i've been hacked
« on: December 17, 2019, 02:40:54 AM »
What is it Requested HEAD / ?

Pages: 1 2 3 ... 5