Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - mafintosh/peercast: torrent-stream + chromecast
torrent-stream + chromecast. Contribute to mafintosh/peercast development by creating an account on GitHub.
Visit SiteGitHub - mafintosh/peercast: torrent-stream + chromecast
torrent-stream + chromecast. Contribute to mafintosh/peercast development by creating an account on GitHub.
Powered by 0x5a.live ๐
peercast
torrent-stream + chromecast
npm install -g peercast
Usage
Be on the same wifi as your chromecast and do
peercast magnet:?xt=urn:btih:99feae0a05c6a5dd9af939ffce5ca9b0d16f31b0
Currently this does not do any transcoding so the torrent should be mp4 (or whatever chromecast supports)
Programmatic usage
var peercast = require('peercast')
var engine = peercast(torrentOrMagnetLink)
engine.on('chromecast-status', function(status) {
console.log('chromecast status: %s', status.playerState)
})
engine.on('chromecast-playing', function(file) {
console.log('chromcast is playing %s', file.name)
})
License
MIT
NodeJS Resources
are all listed below.
GitHub - marionebl/svg-term-cli: Share terminal sessions via SVG and CSS
resource
~/github.com
resource
GitHub - sindresorhus/public-ip: Get your public IP address - very fast!
resource
~/github.com
resource
GitHub - docsifyjs/docsify: ๐ A magical documentation site generator.
resource
~/github.com
resource
Made with โค๏ธ
to provide different kinds of informations and resources.