Chrome-Casting With Linux
Page 1 of 1
Chrome-Casting With Linux
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 <///
Similar topics
» Install google chrome on Linux Mint
» AI Chrome Extension
» Email Tracking For Gmail Using Chrome
» use inkscape for linux for a good graphic editor for linux
» If while updating you get a duplicate error for example google chrome or something...
» AI Chrome Extension
» Email Tracking For Gmail Using Chrome
» use inkscape for linux for a good graphic editor for linux
» If while updating you get a duplicate error for example google chrome or something...
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum