Yutaka Takeda
Yutaka Takeda
### Your environment. - Version: pion/[email protected] - Browser: n/a ### What did you do? Try to send data channel message with length 64KB ### What did you expect? Successfully sent....
### Your environment. - Version: v0.4.3 - Browser: n/a ### What did you do? During the work of #46, I noticed that a UDP socket was created for each 3...
Tested with v0.5.2 One of the tests below revealed that the selected pair (one of the two endpoints) sets does not seem to be correct: Run. ``` PION_LOG_TRACE=all go test...
We've seen a few bugs in pion/turn which could have been easily detected earlier if there were sufficient test coverage. With this ticket, let's aim for 80%+ coverage at least...
## Summary I deployed coturn server on AWS EC2, using -X option to assign a public (elastic) IP address so that allocated relayed transport address is routable. If I use...
I noticed that when a request contained Requested-Transport attribute in CreatePermission, RefreshRequest or ChannelBind request, the TURN server never complains it and handles it as if it was no there....
URL for "LSP Extended Training Dataset" seems to be no longer valid. https://github.com/mitmul/deeppose/blob/fcf53afd9c8d66d57c19c9d5af85206d5363c48b/datasets/download.sh#L18
## Summary I found it is difficult to use pion/sctp alone because sctp.Association.Client and sctp.Association.Server take a "connected" UDP. These are equivalent to a child (server) socket and a client...
### Your environment. - Version: v1.7.0 (or earlier) ### Background WebRTC's datachannel.Write() does not block as we follow JavaScript WebRTC API. When sending a large amount of data, it is...
I noticed that current AWS Lambda did not support libstdc++.so with GLIBCXX_3.4.20 or greater, which means all dependencies must be compiled with gcc < v5.0. (C++14 is not supported) It...