Chromecast op linux: Difference between revisions

From www.ReeltoReel.nl Wiki
Jump to navigation Jump to search
(Created page with "The native "Cast..." does not work until you enable this flag below. Once its enabled, it works perfect, no need for any extension. chrome://flags/#load-media-router-compone...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
=firewall=
==Allow Multicast in Firewalld==
sudo firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -m udp -p udp -m pkttype --pkt-type multicast -j ACCEPT
==open ports==
* tcp 8008-8009
* udp 32768-61000
=Chromium=
The native "Cast..." does not work until you enable this flag below. Once its enabled, it works perfect, no need for any extension.
The native "Cast..." does not work until you enable this flag below. Once its enabled, it works perfect, no need for any extension.


Line 4: Line 13:


set to enabled.
set to enabled.
also Cast Media Route Provider


tested on Version 60.0.3112.113 (openSUSE Build) (64-bit)
tested on Version 60.0.3112.113 (openSUSE Build) (64-bit)
=Command line=
==catt==
$ ~/.local/bin/catt -d Kitchen cast -s ./Men.in.Black.2.2002.1080p.BluRay.H264.AAC-RARBG.srt ./Men.in.Black.2.2002.1080p.BluRay.H264.AAC-RARBG.mp4
$ ~/.local/bin/catt -d "Kitchen" cast "https://www.youtube.com/watch?v=dQw4w9WgXcQ"

Latest revision as of 13:39, 15 March 2021

firewall

Allow Multicast in Firewalld

sudo firewall-cmd --permanent --direct --add-rule ipv4 filter INPUT 0 -m udp -p udp -m pkttype --pkt-type multicast -j ACCEPT

open ports

  • tcp 8008-8009
  • udp 32768-61000

Chromium

The native "Cast..." does not work until you enable this flag below. Once its enabled, it works perfect, no need for any extension.

chrome://flags/#load-media-router-component-extension

set to enabled.

also Cast Media Route Provider

tested on Version 60.0.3112.113 (openSUSE Build) (64-bit)

Command line

catt

$ ~/.local/bin/catt -d Kitchen cast -s ./Men.in.Black.2.2002.1080p.BluRay.H264.AAC-RARBG.srt ./Men.in.Black.2.2002.1080p.BluRay.H264.AAC-RARBG.mp4 
$ ~/.local/bin/catt -d "Kitchen" cast "https://www.youtube.com/watch?v=dQw4w9WgXcQ"