ugjka / blast

blast your linux audio to DLNA receivers
Other
34 stars 1 forks source link

HTTP request crash #2

Closed janmasrovira closed 10 months ago

janmasrovira commented 10 months ago

After I select the LAN ip address I'm getting this error:

2024/01/06 08:54:47 starting the stream on port 9000 (configure your firewall if necessary)
2024/01/06 08:54:47 stream URI: http://192.168.1.18:9000/stream
2024/01/06 08:54:47 setting av1transport URI and playing
goupnp: error performing SOAP HTTP request: Post "http://192.168.1.7:49152/upnp/control/rendertransport1": EOF
ugjka commented 10 months ago

What device is it

ugjka commented 10 months ago

Also can you cast to this app on your phone? https://play.google.com/store/apps/details?id=com.waxrain.airplayer2

ugjka commented 10 months ago

can you try this build

https://github.com/ugjka/blast/tree/2-http-request-crash

exe: blast.zip

janmasrovira commented 10 months ago

I tried again on that branch. I'm still getting the same error.

The dlna device is a Wiim Pro.

ugjka commented 10 months ago

can you pull the latest commit 7d562bbe9850145ebf01f696ee5991cadfe3172e and try again

janmasrovira commented 10 months ago

It no longer crashes, but it does not seem to reach the wiim pro. Since the crash has been solved feel free to close the issue

ugjka commented 10 months ago

when i find time I'll code some debug functionality to inspect your device

ugjka commented 10 months ago

OK, I updated the branch. Fetch changes and run blast with -debug flag and post the output here.

janmasrovira commented 10 months ago

I tried it again and this time it worked, problem solved

ugjka commented 10 months ago

I released a new version that also has github.com/huin/goupnp dependency updated to v1.3.0.