Skip to content

DTLS handshake failed when connected to janus #365

@moliqingwa

Description

@moliqingwa

image

Does any of you have encounted this issue, it seems the DTLS handshake is not success on janus side, but on client side the aiortc seems it's handshake is a success ?

Besides, do the aiortc fragment the huge handshake package of DTLS, which size is larger than the MTU configuration, e.g. 1500?

The variable lib.OpenSSL_version_num is 0x1010103f.

Sincerely thanks:)

Activity

xiaozhubenben

xiaozhubenben commented on May 27, 2020

@xiaozhubenben

I met this error too. How do you resolve this ? Please help ,thanks an advance.

moliqingwa

moliqingwa commented on May 29, 2020

@moliqingwa
Author

Actually, I knew the root cause is DTLS fragment issue, if the DTLS package is larger than MTU (default is 1500) bytes, and it will cause the issue.

Seems no good solution to solve this, so I use gstreamer instead.

xiaozhubenben

xiaozhubenben commented on May 30, 2020

@xiaozhubenben

这位兄弟,我发现你做的事情跟我差不多啊,搞下神经网络,还弄视频哈哈。 btw use gstreamer did fix this problem?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @moliqingwa@xiaozhubenben

        Issue actions

          DTLS handshake failed when connected to janus · Issue #365 · aiortc/aiortc