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
I am currently looking into a way to extend on this image to add casting support, for example automatic casting to a Miracast adapter (compatible device) (or Chromecast).
Is this something you've looked into? Maybe up front know if even would be possible with your base image?
I just went with it, and I can get it working till the point the gnome-netwerk-displays is booted - sadly I need a real Linux machine (not Windows with WSL) to actually test it:
# Pull base image.FROM jlesage/baseimage-gui:ubuntu-22.04-v4
RUN add-pkg --virtual program-dependencies \
desktop-file-utils \
appstream-util
RUN add-pkg --virtual build-dependencies \
build-essential \
gettext \
libgstreamer-plugins-base1.0-dev \
libgtk-3-dev \
libgstrtspserver-1.0-dev \
libnm-dev \
libprotobuf-c-dev \
libjson-glib-dev \
libsoup-3.0-dev \
libavahi-client-dev \
libavahi-gobject-dev \
libpulse-mainloop-glib0 \
libpulse-dev \
cmake \
meson
COPY /gnome-network-displays /build
WORKDIR /build
RUN meson build
RUN meson install -C build
# Copy the start script.COPY startapp.sh /startapp.sh
# Set the name of the application.RUN set-cont-env APP_NAME "GNOME Network Display"
I am currently looking into a way to extend on this image to add casting support, for example automatic casting to a Miracast adapter (compatible device) (or Chromecast).
Is this something you've looked into? Maybe up front know if even would be possible with your base image?
I see there are already some projects for it out there for linux:
https://gitlab.gnome.org/GNOME/gnome-network-displays
albfan/miraclecast#4
So, maybe we can look into this together perhaps even
The text was updated successfully, but these errors were encountered: