Open juhacz opened 7 hours ago
Hi!
Thanks for the report 😊
I was having a quick look and you're directly accessing the AceStream Engine behind the proxy, which is located at port 6878
In order for the proxy to do its thing, you should do the same steps as the ones you were already doing but pointing to the proxy's port, 8080
.
Please, give it a try and let me know if it works. I'll update the documentation to point out that 😊
PS: @juhacz it seems the error you were getting happened because of accessing /
I think.
I'll take a look at it to verify the correct behavior
Hello, as I wrote, trying to access via port 8080 also does not work, the browser returns the error ERR_EMPTY_RESPONSE http://192.168.100.130:8080/ace/getstream?id=8f92d328d2e5a8a83f04bd6f3da38bf48a37e375 I hope you can diagnose the problem.
Hi, I was interested in your project, I tried to test it, but unfortunately it doesn't work. Specifically, the Acestream server itself works, but the proxy server doesn't.
My Stack:
I checked the individual endpoints from a web browser and here are the results: http://192.168.100.130:8080/ "404 page not found"
http://192.168.100.130:6878/ace/getstream?infohash=8f92d328d2e5a8a83f04bd6f3da38bf48a37e375 Stream working.
http://192.168.100.130:6878/ace/getstream?id=8f92d328d2e5a8a83f04bd6f3da38bf48a37e375 "failed to load content"
http://192.168.100.130:8080/ace/getstream?id=8f92d328d2e5a8a83f04bd6f3da38bf48a37e375 Browser error: ERR_EMPTY_RESPONSE
Below is the container log, maybe you can diagnose what the problem is? The project looks promising because of the ability to play the same stream on many devices at the same time, aloe unfortunately does not work for me.