nitanmarcel / tl_radio

Telegram UserBot to play and stream audio to telegram group chat using YoutubeDl and TgCalls.
GNU General Public License v3.0
16 stars 2 forks source link

Add direct audio streaming #9

Open nitanmarcel opened 3 years ago

nitanmarcel commented 3 years ago

We can send raw bytes to TgCalls avoiding to directly writing files on the local storage.

This should be used specially with radio streams that can get pretty big over time.

Reference