Fork: Discord-video-experiment
- Playing vp8 video in a voice channel (not
go live
, but webcam video) - Transcoding video and audio to vp8 (using ffmpeg)
- Can send via streams (possible hook with youtube)
What I implemented and what I did not.
- VP8
- VP9
- H.264
- RTP (sending of realtime data)
- RTX (retransmission)
- Go live (?) (Has not been researched yet if even possible)
- Figure out rtp header extensions (discord specific)
./example/config.js
:
module.exports = "SELFBOT TOKEN HERE"
in ./example
:
- have
config.js
like above - run with
node .
+ join voice - Start bot:
$play <youtube video>