-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to stream anything due to an apparent error obtaining the IP #15
Comments
Umh that could be a bug, could you please try with localhost instead 127.0.0.1 |
I tried doing that and I still got the same error. I rebuilt by commenting the affected line and I'm able to load a stream on VLC now, but I have no idea what other effects may have by commenting the line. |
weird that crash here, this is IP client, could be possible you use ipv6? i never tried maybe thats why it fails. Nevertheless comment this line doesnt have any problem, this is used only in case you want to export usage metrics to prometheus |
Could be, but the IP in the error message is IPv4, could it be because I'm using proxylive behind nginx+Cloudflare? |
yes, could be I will try it and fix it if this is the case. Thanks for the report 👍 |
I have tried to get proxylive running by all means necessary, but when streaming anything, it errors out with this in the middle of
DirectTranscoeTask
logs:Where
XXX.XXX.XXX.XXX
is my IPHere's my application.yaml:
I built it using latest git and openjdk-9, then tried again with openjdk-14 and same error as well.
The text was updated successfully, but these errors were encountered: