文件名称:chromecast-api:Chromecast Node.js模块
文件大小:20KB
文件格式:ZIP
更新时间:2024-06-01 06:20:35
nodejs streaming stream chromecast subtitles
chromecast-api chromecast-api是一个NodeJS模块,可播放您的Chromecast设备中的所有内容。 安装 npm install chromecast-api 用法 const ChromecastAPI = require ( 'chromecast-api' ) const client = new ChromecastAPI ( ) client . on ( 'device' , function ( device ) { var mediaURL = 'http://commondatastorage.googleapis.com/gtv-videos-bucket/big_buck_bunny_1080p.mp4' ; device . play ( mediaURL , function ( err ) { if ( ! er