-
```
Call chrome.cast.media.MediaInfo with a media parameter like
data:image/png;base64,iVB...
Output is: Error code "invalid_parameter", error description "Invalid contentId
in MediaInfo."
Should …
-
I'm using as a service, and I can change faces in images normally, but when I tried to change the face in a video I got an error in the console.
Swap face from imagens working Fine but vídeo give …
-
Edit:
I think I am able to consistently reproduce this issue. It may be related to dynamic advertisements.
https://github.com/AntennaPod/AntennaPod/issues/7276#issuecomment-2352852693
### Checkli…
-
```
Call chrome.cast.media.MediaInfo with a media parameter like
data:image/png;base64,iVB...
Output is: Error code "invalid_parameter", error description "Invalid contentId
in MediaInfo."
Should …
-
### What problem does this address?
Convenience
### What is your proposed solution?
Mirror queue from phone to watch like Spotify does.
### Did you search for existing feature suggestions?
- [X]…
-
```
I was trying to play
http://streaming.elpinguino.com:1935/live/pinguinotv_360p/chunklist_w194650448.m
3u8
got below error
but i am able to play
http://edge-61-cl.edge.mdstrm.com/tvn-live/_defi…
-
**Is your feature request related to a problem? Please describe.**
I have a Jellyfin media server on my local network and can watch media on my phone or computer. I see a cast icon in the top right c…
-
Here's a simplified version of my script...
```Python
import socket, pychromecast, time
address = socket.gethostbyname("chromecast-kitchen")
sundtek_url = "http://192.168.3.2:8088/sundtek.mp3"…
-
Hi!
Thanks for bringing chromecast to Cordova.
I'm having problems getting a Session though.
Upon the extecution of the function `chrome.cast.requestSession()`, an error with the code 51 is thrown.
I…
-
Hi,
I use pychromecast (freshly updated) to display locally stored images from my NAS on my TV, the code looks like this:
```
import pychromecast
import time
cast=pychromecast.Chromecast("MY.…