Skip to content

RuslanPeresy/voicertp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

voicertp

Change these lines:

var Token = ""     // Set bot token
var ChannelID = "" // Set channel id
var GuildID = ""   // Set server id

How to use

Run bot:

go run client.go

or build and run:

go build
./voicertp

If credentials are correct, you will see the bot joined the channel in your Discord. As soon as any speakers will talk to the same channel, you will be able to listen to RTP packets on rtp://127.0.0.1:8080

ffmpeg -protocol_whitelist 'file,rtp,udp' -i example.sdp audio.ogg

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages