Replies: 1 comment
-
|
Closing this discussions because after i switched my MESH-system from Xiaomi AX3000 to Keenetic Hopper setup - i am no longer seeing this issue! (i didnt do anythiong just switched my routers) So i can say that this is some kind of a TV\router hardware issue and we can call it a day :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm surprised that no one come up with a solution. This idea is not about this great app particular but maybe this problem can be solved within this app! Either this doesn't happen to everyone, or just a very small number of people actually use a direct Ethernet connection to the TV and use the app installed on the TV (when using Apple TV, Android boxes, or Nvidia Shield, everything is fine in this sense for sure).
I once created a topic in the GitHub discussions, but no one ever commented, even though I mentioned there that the problem is old, it exists, people in different topics mentioning this problem, it's just that maybe people either end up using WiFi and don't think about it, or they use other solutions. Well, or maybe their internet is simply not above 100 mb/s and this problem doesn't exist at all for them!
Here's the link - mariotaku/moonlight-tv#568
It contains a solution that really helps (i didn't come up with this idea just tried a solution from another issue that i mention in my thread), but it's very hacky: you need to run a batch script via commands in Vibepollo that force limits (sets the PC's network adapter port speed to 100 mb/s) and then rolls the change back to auto-negotiation or 1 gigabit after the stream ends because i have 1 gigabit from my ISP.
Scripts:
On (100 mbs)
netsh interface set interface "Ethernet" admin=disable netsh interface set interface "Ethernet" admin=enable timeout /t 3 /nobreak >nul reg add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0000" /v *SpeedDuplex /t REG_SZ /d "4" /f netsh interface set interface "Ethernet" admin=disable timeout /t 2 /nobreak >nul netsh interface set interface "Ethernet" admin=enable echo 100 Mbps pauseOff (1 Gbps)
netsh interface set interface "Ethernet" admin=disable reg add "HKLM\SYSTEM\CurrentControlSet\Control\Class\{4d36e972-e325-11ce-bfc1-08002be10318}\0000" /v *SpeedDuplex /t REG_SZ /d "0" /f timeout /t 2 /nobreak >nul netsh interface set interface "Ethernet" admin=enable echo 1 Gbps pauseSo here's the thing:
@Nonary , couldn't you consider the possibility of somehow, on the Vibepollo side, in the menu, adding an option to enable this limitation or to launch this script when starting a stream at the program level? Because firstly, it would be much more convenient, but secondly, it might solve the problem of starting the stream itself - on the Android client (on my tablet) everything works perfectly, BUT if I use the same setup on the client for TV (Moonlight TV app) stream cant understand that is going on and just didnt start at all, permanent black screen.
If this idea is stupid or there is no right way to fix this issue.... well, at least I'll know that I tried all the options and there's nothing that can be done.
Beta Was this translation helpful? Give feedback.
All reactions