Shin Yoshiaki

Results 31 comments of Shin Yoshiaki

@latysheff My implementation is based on aiortc one. They do not support raw sockets. and I won't plan to support raw sockets because I'm only intended for use with the...

Show me the wip branch where you are implementing CBC support

alert 50 is decode_error https://www.ietf.org/rfc/rfc5246.html#section-7.2

>I'm unsure what to use instead of AEAD_AES_128_GCM Here is the suite that chrome supports 49195, 49199, 52393, 52392, 49161, 49171, 49162, 49172, 156, 47, 53 Of these, the following...

Changing a few parameters is not enough to support Supporting CBC ciphers is tough; We need to implement the following parts of DTLS. https://www.rfc-editor.org/rfc/rfc5246#section-6.2.3.2 Specifically, We need to implement CBCCihper...

Make sure the H264 encoding settings in ffmpeg are consistent with the following settings `level-asymmetry-allowed=1;packetization-mode=1;profile-level-id=42001f`. or use VP8.

>inactive transceivers are stopped and removed once the remoteDescription is set (is this correct?) If the answer agent deletes the transceiver with setRemoteDescription, the next time the agent makes an...

> Where is the mLineIndex actually used/visible? It's only during candidate exchange, correct? In werift, yes, but it's possible that other implementations use it for some mapping.(https://www.rfc-editor.org/rfc/rfc8829.html#section-3.4.1-2) Although not implemented...

>There is a failing test Calling removeTrack with currentDirection inactive should not change direction which I believe is invalid. Is that a valid offer? This test case is borrowed from...

@koush I have added two cases to the E2E test that this PR does not address. https://github.com/shinyoshiaki/werift-webrtc/tree/koush/250_failed-case The following error output in this second "addTrack -> remove first -> addTrack"...