Shuhei Tanuma
Shuhei Tanuma
@gplanchat hi, I don't have any plan yet. adding OOP interface is big cost to maintain wrapper extension as open source library usually change function signature and structure. pure PHP...
Hi Jim. currently, `uv_tcp_init` and `uv_udp_init` does not support SSL as far as I known. I guess `uv_fs_poll_start` could be handle stream server resource. but I didn't try yet. https://github.com/chobie/php-uv#uv-uv_fs_poll_startresource-handle-callback-string-path-long-interval...
hmm. I have to take a look around php's "php://temp" implementation. epoll returns `EPERM` error at this time. so i guess it's not using file descriptor. ``` Program received signal...
o.O. probably i missed something. i'll check this in this weekend.
@csaoh thank you for asking on IRC. I also realized it's libuv issue. it's able to work with node-v0.8.21 tag. for now, let's switch libuv version.
hmm. my osx and ubuntu box passed the testcases. probably did you forget `git submodule update` after `git pull --rebase` ? i updated submodule reference so it requires update and...
Thanks, I'll check license issues. I'll plan to switch to hoedown library in this winter vacation.
Thanks. I was able to confirm the operation after checking the connection with `disableTlsVerification`. I'm unsure about the best course of action. However, regarding Unity users, they might opt for...
While testing, I found a another issue and reporting it here. https://github.com/paullouisageneau/libdatachannel/blob/master/src/av1rtppacketizer.cpp#L132 It seems that when the sequence header is cached, and there is only one obu unit, the sequence...
here is av1-sender patch (modified media-sender). it's not correct but it works roughly. https://gist.github.com/chobie/49d219a6c658de3667231016b8c1d5e8 https://github.com/paullouisageneau/libdatachannel/assets/195038/7e475c96-3e90-4f8d-b976-ef459b48cb47 (this movie set keyframe interval is 1)