About libdatachannel media-sender example #1122
Unanswered
JulisCheng2020
asked this question in
Q&A
Replies: 1 comment
-
As the error indicates, datagrams are too large. This is because encryption adds a few bytes so you need to allow for a sufficient margin. You should reduce the size of RTP packets produced by ffmpeg by appending for instance |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm studying data channel. I get the lib of datachannel by vcpkg and build the media-sender example.
After ICE state changed to connected, I generate RTP stream by ffmpeg.
Then the example reports below errors when send data:
Thanks
Beta Was this translation helpful? Give feedback.
All reactions