You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thank you for making this available. It is great!
I am having problems casting a video made with my camera to a Chromecast I have (2 or 3 generation) when executing the command: catt cast output.webm
The error is the following:
Casting local file output.webm...
Playing "output" on "Living Room TV"...
Serving local file(s).
Exception thrown when calling load failed callback
Traceback (most recent call last):
File "/home/jvergara/.local/lib/python3.10/site-packages/pychromecast/controllers/media.py", line 745, in _fire_load_failed
listener.load_media_failed(item, error_code)
AttributeError: 'MediaStatusListener' object has no attribute 'load_media_failed'
it looks like a file is not in an native Chromecast format.
when I ran this command , mediainfo output.webm
Here is the output:
General
Complete name : output.webm
Format : WebM
Format version : Version 2
File size : 1.25 MiB
Duration : 7 s 736 ms
Overall bit rate mode : Variable
Overall bit rate : 1 358 kb/s
Writing application : Lavf58.76.100
Writing library : Lavf58.76.100
COM.ANDROID.VERSION : 7.0
Video
ID : 1
Format : VP8
Codec ID : V_VP8
Duration : 7 s 733 ms
Bit rate : 1 184 kb/s
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate mode : Constant
Can you help me with the steps to make sure that a local video file is playable in this Chromecast I have?
Thanks
The text was updated successfully, but these errors were encountered:
jvergara65
changed the title
Not able to cast local file
Not able to cast local video file
Dec 25, 2023
First, thank you for making this available. It is great!
I am having problems casting a video made with my camera to a Chromecast I have (2 or 3 generation) when executing the command:
catt cast output.webm
The error is the following:
it looks like a file is not in an native Chromecast format.
when I ran this command ,
mediainfo output.webm
Here is the output:
Can you help me with the steps to make sure that a local video file is playable in this Chromecast I have?
Thanks
The text was updated successfully, but these errors were encountered: