this post was submitted on 25 Jan 2024
174 points (99.4% liked)

Linux

47369 readers
1109 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
top 20 comments
sorted by: hot top controversial new old
[–] [email protected] 17 points 7 months ago
[–] [email protected] 9 points 7 months ago (2 children)

I thought chromecast was closed for some reason, what is stopping me from using it standalone for videos on rpi or in KDE?

[–] [email protected] 12 points 7 months ago (2 children)

AFAIK this only concerns casting TO a chromecast (or miracast) enabled device, which has been possible for a while now (the new part being the support for it in this desktop application), but you can't make a device a chromecast receiver because that part is proprietary. You can set up your rpi as a miracast receiver or use sunshine/moonlight to stream your whole phone screen / pc monitor to your rpi, but the ability to just press "cast" on your phone and then do whatever else on it while the content plays on your TV is sadly locked behind the proprietary walls of google / apple

[–] [email protected] 1 points 7 months ago

There seems to be a receiver available using some tricks https://github.com/rgerganov/shanocast

[–] [email protected] 1 points 7 months ago

Dang, yea that is what I was confused about. Will try the miracast receiver on my pi though.

[–] [email protected] 0 points 7 months ago* (last edited 7 months ago)

Might just be one of those closed dependencies they have you opt into at install time

[–] [email protected] 8 points 7 months ago (1 children)

Can it cast to a Roku device?

[–] [email protected] 9 points 7 months ago

Roku supports Miracast, so it should work.

[–] [email protected] 8 points 7 months ago

Finally. Was something I've missed when I was using other distros with kde.

[–] [email protected] 7 points 7 months ago

This is the best summary I could come up with:


GNOME Network Displays is the software that allows streaming your GNOME desktop to WiFi Display devices using PipeWire.

Last week GNOME Network Displays 0.91 was released with some big improvements to this software.

The v0.91 release also has various bug fixes and updated translations.

GNOME Network Displays 0.91.0 ============================= * Add support for Miracast over Infrastructure (MICE) protocol (@lorbus) * Add support for Chromecast protocol (@kyteinsky) * Add support for casting a virtual screen (@NaheemSays) * Fix various issues * Add/update various translations The MICE support had been under review for two years.

This has been successfully tested to stream to an LG WebOS smart TV over Ethernet and WiFi.

MICE allows for Miracast over LAN rather than using WiFi Direct.


The original article contains 205 words, the summary contains 121 words. Saved 41%. I'm a bot and I'm open source!

[–] [email protected] 6 points 7 months ago (2 children)

Great!

Is it something which is gonna be naturally added to Fedora or should I download something specific?

The article wasn’t clear to me or maybe I’m not technical enough.

[–] [email protected] 1 points 7 months ago (1 children)

chromecast is proprietary so it's likely not gonna be included by default

[–] [email protected] 5 points 7 months ago

As long as GND is open source I don't think that that's necessarily a problem. Though patents on the Chromecast protocol, if any, might be.

[–] [email protected] 1 points 7 months ago (1 children)

You can just download the app from Flathub right now and it should hopefully make its way directly into GNOME in the future. At least some work was being done to implement this directly into it.

[–] [email protected] 2 points 7 months ago (1 children)

Okay then I guess I’ll just wait until it’s directly implemented in GNOME as it might be more stable 👍

[–] [email protected] 1 points 7 months ago

It seems stable enough already TBH, at least from my small testing with the app. It's more about getting things ready to be exposed in the settings app and in the system.

[–] [email protected] 3 points 7 months ago

Now it just needs PIN support

[–] [email protected] 3 points 7 months ago (1 children)

Is this still Wayland only?

[–] [email protected] 6 points 7 months ago

The application will stream the selected monitor if the mutter screencast portal is available. If it is unavailable, a fallback to X11 based frame grabbing will happen. As such, it should work fine in almost all setups.

Source: https://gitlab.gnome.org/GNOME/gnome-network-displays

[–] [email protected] 2 points 7 months ago

So can I cast a live twitch stream to my raspberry pi using this?