登录 注册
当前位置:主页 > 资源下载 > 42 > vlc-control-node:使用 Node.js 控制您的 VLC。 带有包装器的 JS下载

vlc-control-node:使用 Node.js 控制您的 VLC。 带有包装器的 JS下载

  • 更新:2024-07-31 20:56:38
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

vlc-控制节点 节点模块JS 用包装器控制你的 VLC 安装 npm install vlc - control - node -- save 用法 注意:使用前必须安装模块。 var vlccontrol = require ( "vlc-control-node" ) ; vlccontrol . init ( { ip : 'localhost' , port : 8080 , user : '' , password : 'asd123' } ) ; vlccontrol . addToPlaylist ( encodeURI ( "D:\\Outras\\2008 - Black Ice\\ACDC - Black Ice - 01 - Rock n Roll Train.mp3" ) ) ; //add this music in a playlist 测试 在文件夹