Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am ys3669 on github.
  • I am ys3669jp (https://keybase.io/ys3669jp) on keybase.
  • I have a public key ASDDs1wI8FEUkxiKMhIUpESgKZ8B5pxj6lG58TyCFl57tgo

To claim this, I am signing this object:

@ys3669
ys3669 / Discord読み上げ.md
Created February 2, 2018 02:03
Discord読み上げ メモ

Approve(承認)方針について

  • この承認基準は日本語(ja)ローカルの物です
  • 変更した場合は旧バージョンをGistに上げて置きます
  • 柔軟に対応しますのでよろしくお願いします

Approve(承認) について

基本的に3-5票で承認します。(他の訳との競合具合による)

2017-10-20T17:59:47.316+09:00 info: TSFilter has created (serviceId=171, eventId=14973)
2017-10-20T17:59:47.321+09:00 info: TunerDevice#0 process has spawned by command `C:\hoge\BonRecTest.exe --decoder C:\hoge\B25Decoder.dll --driver C:\hoge\BonDriver_PX_x3U4_S0.dll --space <satelite> --channel 003 --output -` (pid=2464)
2017-10-20T17:59:47.322+09:00 info: TunerDevice#0 streaming to user `192.168.0.99:57700` (priority=2)
2017-10-20T17:59:47.330+09:00 info: TunerDevice#0 > * BonRecTest *
2017-10-20T17:59:58.820+09:00 info: TSFilter is now ready for eventId=14973
~~録画中~~
2017-10-20T18:45:27.809+09:00 info: TSFilter has closed (serviceId=171, eventId=14973)
2017-10-20T18:45:27.810+09:00 info: TunerDevice#0 end streaming to user `192.168.0.99:57700` (priority=2)
@ys3669
ys3669 / BonDriverProxyEx.ini
Last active September 27, 2017 08:00
Mirakurun+Chinachu on Windows10
;Server
[OPTION]
ADDRESS=0.0.0.0
PORT=11920
OPENTUNER_RETURN_DELAY=100
SANDBOXED_RELEASE=0
DISABLE_UNLOAD_BONDRIVER=1
[BONDRIVER]
00=PX_T0;BonDriver_PX_x3U4_T0.dll
01=PX_T1;BonDriver_PX_x3U4_T1.dll
@ys3669
ys3669 / nginx.conf
Created August 3, 2017 16:02
nginx.conf-Sakura
user nginx;
worker_processes auto;
pid /run/nginx.pid;
events {
worker_connections 768;
# multi_accept on;
}
http {