dank074 / Discord-video-stream

Experiment for making video streaming work for discord selfbots.
183 stars 35 forks source link

Anyway to record video calls? #63

Closed 59n closed 9 months ago

59n commented 9 months ago

Working on a project and was wondering if there is anyway to auto record all video calls that occur in my server, including stages

dank074 commented 9 months ago

Yes you can certainly automate a user account to join a stream. I believe you can even do it on a regular bot, so long as you are trying to record regular CAM video from a voice connection and not a Go Live video (bots cannot join those streams, I've tried it).

Decoding the incoming video packets will be a bit similar to audio ones ( https://github.com/dank074/Discord-video-stream/discussions/45) except there's a lot more video codecs that could possibly be sent, while the audio is always Opus

59n commented 9 months ago

Much thanks