node-airplay
node-airplay copied to clipboard
Apple AirPlay client library for node.js
``` 393 warn notsup Unsupported engine for [email protected]: wanted: {"node":"0.8.x || 0.10.x"} (current: {"node":"10.4.1","npm":"6.12.0"}) 394 warn notsup Not compatible with your version of node/npm: [email protected] 395 verbose notsup Not compatible...
考虑取消 `file` 方式,换成 `stream` 方式 参考 `Beamer` 的调用参数: ``` /Users/zfkun/Applications/Beamer.app/Contents/Resources/ffmpeg --segment-length 5 --segment-offset 0 -ss 0 -i file:/Users/zfkun/Movies/That.Awkard.Moment.2014.HR-HDTV.AC3.1024X576.x264.mkv -f mpegts -c:v libx264 -preset ultrafast -crf 20 -force_key_frames expr:gte(t,n_forced*5) -pix_fmt yuv420p...
hi 你好,我想在nw上面实现支持hls,支持m3u8的播放。 node-airplay 可以吗 ? 求指导~
Hi, i'm trying to check out your library ( great work ) but it's throwing me this exception: format: { filename: '/Users/fefewachs/Movies/test-parlantes-5.1.avi', nb_streams: 2, nb_programs: 0, format_name: 'avi', format_long_name: 'AVI...
Hi, do you know if there is an issue with the latest firmware that has just been released by apple (7.0.2)? I can't see my ATV anymore...
Your docs only mention using video and audio. But you can also mirror the entire screen or display different content with AirPlay. As per this article: https://developer.apple.com/library/ios/documentation/WindowsViews/Conceptual/WindowAndScreenGuide/UsingExternalDisplay/UsingExternalDisplay.html Is this possible...
is there a way to stream a movie with a subtitle file?
Trying to use this library i've got this from file node_modules/airplay2/node_modules/mdns/lib/dns_sd.js
- 分片时间过短,AppleTV请求的频率很高 - 分片时间过长,ffmpeg转码耗时长 - ffmpeg 目前采用的一分片一线程(惰性初始化),资源占用很大 综上所述,这种惰性转码机制,会带来很大的问题 `不能快进`,否则会根据以上情况不同程度的卡死..... 找时间重构改成`独立唯一`线程