Taras

Results 10 comments of Taras

Hi @gabrielmagno! Thanks for quick response. Your patch resolved this issue. Unfortunately, `local-ip-address` does not support macOS at this point. But, on Linux it passes through original failure point. Yesterday,...

@gabrielmagno Yes, I'm getting this message: ``` DEBUG hyper::client::connect::http > connecting to 192.168.1.105:1135 DEBUG hyper::client::connect::http > connected to 192.168.1.105:1135 DEBUG hyper::proto::h1::io > flushed 798 bytes DEBUG hyper::proto::h1::io > parsed 3...

> What does it happen when you run it in macOS? Does it simply not play the video like before, or does it give some different error? Doesn't look like...

@gabrielmagno Sure. Here you go: ``` DEBUG rupnp::service > Action server response: s:ClientUPnPError716Resource not found ERROR crab_dlna > Failed to set AVTransportURI: UPnPError 716: Action-specific error defined by UPnP Forum...

@gabrielmagno > your render device is stating that it does not support SetAVTransportURI Log says `UPnPError 716` which means > The specified resource cannot be found in the network. per...

@gabrielmagno here you go: ``` Note: Unnecessary use of -X or --request, POST is already inferred. * Trying 192.168.1.105:1135... * Connected to 192.168.1.105 (192.168.1.105) port 1135 (#0) > POST /AVTransport/dbf55052-6277-864f-1d0e-4ae37e5efe1d/control.xml...

just for fun I hosted video at separate server and ran similar request: ``` < HTTP/1.1 200 OK < DLNADeviceName.lge.com: %5bLG%5d%20webOS%20TV%20OLED48A16LA < Ext: < Date: Wed, 10 Aug 2022 17:34:52...

@gabrielmagno I can confirm that streaming server is running properly before and after `SetAVTransportURI` call. However, my TV still responds with Error 716. Also, I tested whether I can download...

@gabrielmagno My TV doesn't cooperate. `SetAVTransportURI` was successful: ``` > POST /AVTransport/dbf55052-6277-864f-1d0e-4ae37e5efe1d/control.xml HTTP/1.1 > Host: 192.168.1.105:1503 > User-Agent: curl/7.79.1 > Accept: */* > CONTENT-TYPE: text/xml; charset="utf-8" > SOAPAction: "urn:schemas-upnp-org:service:AVTransport:1#SetAVTransportURI" >...

@gabrielmagno Thank you. BubbleUPnP works flawlessly.