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

Linux

50411 readers
688 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
[–] just_another_person@lemmy.world 17 points 1 year ago
[–] cevn@lemmy.world 9 points 1 year 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?

[–] BioAnalyzer@feddit.de 12 points 1 year 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

[–] progandy@feddit.de 1 points 1 year ago

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

[–] cevn@lemmy.world 1 points 1 year ago

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

[–] spaduf@slrpnk.net 0 points 1 year ago* (last edited 1 year ago)

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

[–] ViciousTurducken@lemmy.one 8 points 1 year ago (1 children)

Can it cast to a Roku device?

[–] Matt@lemdro.id 9 points 1 year ago

Roku supports Miracast, so it should work.

[–] terminhell@lemmy.dbzer0.com 8 points 1 year ago

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

[–] autotldr@lemmings.world 7 points 1 year 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!

[–] Dariusmiles2123@sh.itjust.works 6 points 1 year 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.

[–] kib48@lemm.ee 1 points 1 year ago (1 children)

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

[–] Vincent@feddit.nl 5 points 1 year 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.

[–] joojmachine@lemmy.ml 1 points 1 year 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.

[–] Dariusmiles2123@sh.itjust.works 2 points 1 year ago (1 children)

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

[–] joojmachine@lemmy.ml 1 points 1 year 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.

[–] gnuplusmatt@reddthat.com 3 points 1 year ago

Now it just needs PIN support

[–] InFerNo@lemmy.ml 3 points 1 year ago (1 children)

Is this still Wayland only?

[–] KarnaSubarna@lemmy.ml 6 points 1 year 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

[–] youngGoku@lemmy.world 2 points 1 year ago

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