leeoxiang

Results 40 issues of leeoxiang

i see your skinblur glsl, it is better performance than other opensouce facebeauty filter. i want to change the beautylevel based on your glsl, can you give me some advise?...

``` sql CREATE TABLE test8 (aaa CHAR(10)); INSERT INTO test8 (aaa) VALUES ('aaaa'); ``` rs,err := db.Query("SELECT aaa FROM test8") error message: Error: unexpected field data type

最近在调研 icomet 和 nginx push stream 两个项目, 看到作者说 nginx push stream 的问题,但同时也看到国外的几个用 nginx push stream 的成功案例。 不知道 icomet 有没有经过验证的生产环境中的案例

any plan for turn surport

enhancement

in this line https://github.com/medooze/semantic-sdp-js/blob/master/lib/MediaInfo.js#L159 the codecs type is Map and in this line https://github.com/medooze/semantic-sdp-js/blob/master/lib/MediaInfo.js#L151 the codes type is Map we should make them the same.