SEI
- https://github.com/WilliamRush/obs-studio-sei/commit/85b160f550c66fdd119bf4304727a94c1e7461f9
WEBSOCKET
- https://github.com/oshiteku/obs-usukawa/blob/ccf6239db3839f463096915f3ebc37503d8e2d23/src/usukawa-core.cpp
工程是UNICODE的
- obs 返回的UTF-8的char *
std::wstring 存UTF8的char* 才能正确读取
- obs 返回的utf8 char* 先转为 wstring ,L “***” 可以发现是ok的。