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
This is likely due to the lack of shared libraries that normally come with most desktop linux systems. Honestly, I'm just being hopeful that miraclecast works at all.
In theory it should. Chrome OS is just a stripped down version of Gentoo.
Firstly, it errors out on not finding python3 due to a bad python3 symlink in Chrome OS, which can be fixed by correcting the bad symlink:
command:
chronos@localhost ~ $ gstplayer --help
output:
bash: /usr/local/bin/gstplayer: /usr/bin/python3: bad interpreter: No such file or directory
That seems to fix the majority of problems, but then it errors out on a missing shared library
(gst-plugin-scanner:12873): GStreamer-WARNING **: 01:49:38.987: Failed to load plugin '/usr/local/lib64/gstreamer-1.0/libgstchromaprint.so': libavcodec.so.58: cannot open shared object file: No such file or directory
Possible solution would be to recompile the ffmpeg shared library for it and install it on Chrome OS.
I'm currently exploring this as a solution on the Chromebrew issue
FWIW, I don't really think this is necessarily an issue with miraclecast, just with Linux systems that are minimal/stripped down such as Chrome OS
The text was updated successfully, but these errors were encountered:
When running
gstplayer
, it errors out.This is likely due to the lack of shared libraries that normally come with most desktop linux systems. Honestly, I'm just being hopeful that miraclecast works at all.
In theory it should. Chrome OS is just a stripped down version of Gentoo.
Firstly, it errors out on not finding python3 due to a bad python3 symlink in Chrome OS, which can be fixed by correcting the bad symlink:
command:
chronos@localhost ~ $ gstplayer --help
output:
current fix:
Next Problem:
That seems to fix the majority of problems, but then it errors out on a missing shared library
Possible solution would be to recompile the ffmpeg shared library for it and install it on Chrome OS.
I'm currently exploring this as a solution on the Chromebrew issue
FWIW, I don't really think this is necessarily an issue with miraclecast, just with Linux systems that are minimal/stripped down such as Chrome OS
The text was updated successfully, but these errors were encountered: