Jbautista13
Jbautista13
@ejurgensen Below is the debug level log when attempting to connect to a single nest hub. [nest_hub_filtered.log](https://github.com/owntone/owntone-server/files/10770461/nest_hub_filtered.log)
These logs, > [2023-02-17 04:12:53] [DEBUG] cast: TX 700 sender-0 0e1fbbda-c737-418d-be7e-795690360738 urn:x-cast:com.google.cast.webrtc {"type":"OFFER","seqNum":5,"offer":{"castMode":"mirroring","supportedStreams":[{"index":0,"type":"audio_source","codecName":"opus","rtpProfile":"cast","rtpPayloadType":127,"ssrc":164664,"storeTime":400,"targetDelay":400,"bitRate":128000,"sampleRate":48000,"timeBase":"1/48000","channels":2,"receiverRtcpEventLog":false},{"codecName":"vp8","index":1,"maxBitRate":5000000,"maxFrameRate":"30000/1000","receiverRtcpEventLog":false,"renderMode":"video","resolutions":[{"height":900,"width":1600}],"rtpPayloadType":96,"rtpProfile":"cast","ssrc":999999,"targetDelay":400,"timeBase":"1/90000","type":"video_source"}]}} > [2023-02-17 04:12:53] [DEBUG] cast: RX 205 0e1fbbda-c737-418d-be7e-795690360738 sender-0 urn:x-cast:com.google.cast.webrtc {"error":{"code":10092,"description":"Failed to parse malformed OFFER"},"result":"error","seqNum":5,"type":"ANSWER"} > [2023-02-17...
> [24432:4140:0217/140643.590:VERBOSE1:cast_message_handler.cc(455)] SendCastMessageToSocket: channel_id: 1, message: {source_id: sender-[sender], destination_id: [dest], namespace: urn:x-cast:com.google.cast.webrtc, payload_utf8: {"offer":{"castMode":"mirroring","supportedStreams":[{"aesIvMask":"[mask]","aesKey":"[key]","bitRate":32000,"channels":2,"codecName":"opus","codecParameter":"","index":0,"receiverRtcpDscp":"","receiverRtcpEventLog":false,"rtpPayloadType":127,"rtpProfile":"cast","ssrc":34343,"targetDelay":400,"timeBase":"1/48000","type":"audio_source"},{"aesIvMask":"[mask]","aesKey":"[key]","channels":1,"codecName":"vp8","codecParameter":"","errorRecoveryMode":"","index":1,"level":"","maxBitRate":5000000,"maxFrameRate":"30","profile":"","protection":"","receiverRtcpDscp":"","receiverRtcpEventLog":false,"resolutions":[{"height":1080,"width":1920}],"rtpPayloadType":96,"rtpProfile":"cast","ssrc":54666,"targetDelay":400,"timeBase":"1/90000","type":"video_source"}]},"seqNum":1,"type":"OFFER"}} [chromium_offer_to_nest_hub.txt](https://github.com/owntone/owntone-server/files/10771792/chromium_offer_to_nest_hub.txt)
The previous offer and log entry was from Chromium on Windows, below is one off the rpi4 which owntone is installed on. > [1808:1844:0217/143154.096626:VERBOSE1:cast_message_handler.cc(454)] SendCastMessageToSocket: channel_id: 6, message: {source_id: sender-[sender],...
I was able to build the app with a new offer template, I'll continue doing so later today and report back any new info
You could try using the popup service call with an iframe card, the iOS companion app may or may not have trouble with the card though, it's a bug that's...
> Of course, if there is some other way to implement my idea (for example, using "clean" css), please tell me... I will be very grateful to you! I suppose...
@il77781 `calc(100cqw - 100%)` should be the correct line, did you set the `container-type` to `inline-size` on the parent element? If you're applying the `@keyframes slider` animation to the #name...
@il77781 `justify-self: safe center;` as you found works perfectly in this case. `justify-self: start` isn't actually necessary for this to work, I accidentally sent it in my previous message as...