Sean DuBois
Sean DuBois
Fixed by https://github.com/pion/ice/commit/67cc918a518d3b3dd1887b07434331dabc846702
@aalekseevx nice catch! I will make both changes
@at-wat @edaniels (and anyone who is active in this thread) What do you think of dropping pion/logging for the stdlib's slog? I don't want to put too much annoyance on...
Hi @lisay-yan I am really sorry, but I think we need to make some changes before this is merged. WebRTC doesn't have a `NoICE` option. If we merge this it...
Very cool! Thanks for sharing @lisay-yan @hankliu9 You don't want ICE at all because your communicating with a a non-webrtc endpoint. We totally can make this work. I will work...
Closing as duplicate of #2621 I am going to add support for Remote Agents that support both bundled and unbundled (as described in #2621). Pion will not support non-bundled. It...
The limits stdin length limits cause this for me also. If you have a SDP that is larger then what your OS supports it is best to pipe it in...
There is a small writeup about this here https://blog.mozilla.org/webrtc/large-data-channel-messages/ We need to parse the SDP, and then determine if the remote supports this. We also need to update our code/SDP...
I don't think this will be that hard either @enobufs! You interested in taking it?
Hi @warvstar can you provide the file/commands to encode a file that is broken? I am not able to reproduce unfortunately! Thanks