PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Chrome-Casting With Linux

Go down

Chrome-Casting With Linux Empty Chrome-Casting With Linux

Post by jamied_uk 8th August 2016, 19:23

Chrome-Casting With Linux



Code:


sudo add-apt-repository ppa:chris-lea/node.js

sudo apt-get update
sudo apt-get install nodejs git libav-tools
sudo ln -s /usr/bin/avconv /usr/local/bin/ffmpeg

### Installing or updating Castnow

sudo npm install castnow -g


Code:
sudo /sbin/iptables -A INPUT -p udp --dport 5353 -j ACCEPT
sudo /sbin/iptables -A INPUT -p tcp --match multiport --dports 4100:41050 -j ACCEPT


To Run
castnow ./myvideo.mp4

castnow http://media.xiph.org/mango/tears_of_steel_1080p.webm




TO UNINSTALL!
sudo npm uninstall castnow -g



linux-magazine.com/Issues/2015/175/Castnow


More



### Connecting with the current playback session

castnow

### Streaming a movie off the internet

castnow http://media.xiph.org/mango/tears_of_steel_1080p.webm

### Loading Youtube clips off the web

castnow http://www.youtube.com/watch?v=Tcx6YyXvvRI

### Streaming movies via Bittorrent

castnow http://</<
castnow magnet:<

### mp4 encoding the movie while playing back
castnow  --tomp4

### Playing back a movie with subtitles
castnow < --subtitles <///

### Playing several tracks or movies as a playlist
castnow < <
castnow < <
castnow <///
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum