Hi everyone! Python Dev building a Telegram Music Bot 🎡

Hello LES community! πŸ‘‹

I'm a Python developer currently working on an open-source Telegram Music Bot. I'm using Pyrogram, PyTgCalls, and FFmpeg to let users play high-quality music in voice chats.

I joined LowEndSpirit because I want to learn more about Linux server administration, resource optimization, and how to efficiently host Python applications on VPS environments. I'm particularly curious about optimizing FFmpeg for low-resource servers to keep the bot running smoothly.

I'm excited to learn from the experienced members here and hopefully contribute back to the community as I grow. Thanks for having me!

Comments

  • @Rajmusicbot said:
    I'm particularly curious about optimizing FFmpeg for low-resource servers

    Ya, good luck with that... ffmpeg is not known to be "optimized"... If you are just looking to reencode music from format A to format B, i would recommend choosing an appropiate python library for that supports that format without ffmpeg.

    I speak fluent sarcasm and broken logic. | I would agree with you, but thΓ¦n we’d both be wrong.

  • Hmm, I think the title is inaccurate. Telegram call BGM bot.

    @Rajmusicbot said:
    I'm particularly curious about optimizing FFmpeg for low-resource servers to keep the bot running smoothly.

    Hmm, I'm not sure what you're aiming. But if you want to create low-resource performance. The whole stack CPU and memory usage has to be optimized from fetching the resource to playback to the pytgcalls. It's inevitable you'd end up forking the repo and modifying it.

Sign In or Register to comment.

This Site is currently in maintenance mode.
Please check back here later.

→ Site Settings