Priest of the Order of the Butterfly
Posts: 512 from 2009/9/8
@jacadcaps
Thank you so much for showing me how to fix the problem. Now that I’ve enabled a local proxy server, everything is working perfectly :)
As shown in the image below, the two files are now downloading at 16 Mb/s (vs. 1.8 Mb/s) and 24.5 Mb/s (vs. 4 Mb/s), respectively
https://gofile.io/d/lNrpa8To achieve this, I simply kept the SSH service running on my local host and enabled the proxy on port 8080, creating this simple script to run when needed
Code:
#!/bin/bash
ssh -N -D 192.168.178.45:8080 localhost
Regarding what was discussed in the thread, I can confirm that YouTube videos at 720p work perfectly for me (without any lag or synchronization issues between video and audio)
@Andreas_Wolf
thanks for the explanation; your reply actually answered the very question I was about to ask @jacadcaps about why this happens
Everything is clearer to me now
Will it finally be possible to fix this in future versions of MorphOS?