I want to learn how this program works, #137
Replies: 2 comments
-
This library is focused on implementing the Discord UDP protocol for sending media. The rest is really up to the user, so if you want to support media from a certain website you don't really need to be familiar with the internal library and how it works. Instead just focus on figuring out how to get the media from the website and feed it into the library's API (which has become a lot more customizable thanks to some recent changes) |
Beta Was this translation helpful? Give feedback.
-
Hi, this library basically takes in a media stream in a specific format, and then transmit the audio and video to Discord. There's a function to prepare this specific media stream format ( You might see references to an older API, |
Beta Was this translation helpful? Give feedback.
-
I want to learn the ins and outs of this program, i want to implement many kinds of website support, what do i need to learn so i can manipulate this program effectivly ?
Beta Was this translation helpful? Give feedback.
All reactions