zfkun
zfkun
It is no longer supported. can still use the power plugin by power.conf, but can't customize the information yet.
> 证书过期了app得重新签名 > > **临时解决办法** > > 1. 先打开一次,报错不用管,终端跑以下命令,输入登录密码按回车,密码不会显示 > > ``` > sudo /usr/bin/codesign --force -deep --sign - /Applications/V2rayU.app > sudo /usr/bin/codesign --force --deep --sign - ~/.V2rayU/V2rayUTool > sudo...
good idea, i will try it, if time permits. Thanks ~
ffmpeg is installed correctly? > brew install ffmpeg
sorry, does not support now. I plan to support subtitle future. bug recently less time.
记录下查出调用参数的方法: ``` ps auxwww | grep ffmpeg ``` > 考虑取消 file 方式,换成 stream 方式 > > 参考 Beamer 的调用参数: > > /Users/zfkun/Applications/Beamer.app/Contents/Resources/ffmpeg > --segment-length 5 > --segment-offset 0 > -ss...
顺便记录下 `Beamer` 自带 `ffmpeg` 的编译配置参数 ``` ffmpeg version 2.2-64f0b1a Copyright (c) 2000-2014 the FFmpeg developers built on Mar 25 2014 17:08:41 with Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM...
Can you provide more description ?
may be, your `node` or `node-gyp` version is old ? on my `mac`: - [email protected] - [email protected]
oh, i know ~ if you want use `airplay2` in `node-webkit`, you must rebuild `mdns` module with [nw-gyp](https://github.com/rogerwang/nw-gyp). ``` cd node_modules/airplay2/node_modules/mdns && nw-gyp rebuild --target=0.8.6 ``` example in package.json: https://github.com/zfkun/iplay/blob/master/package.json#L28