DEV Community

Mohammad Zakery
Mohammad Zakery

Posted on

Telegram bot for streaming movies/music in channels/groups

Telegram-Streamer

πŸ“Ί Simple Video/Music Streamer with FFmpeg & Flask

This image provides a lightweight Flask web UI to start RTMP streaming using the latest FFmpeg.
It allows you to stream any video or audio file (mp4, mp3, etc.) directly to your RTMP server (e.g., Telegram, YouTube, Twitch).

✨ Features:

  • FFmpeg (built from source / latest)
  • Python (slim-bookworm base)
  • Flask-based minimal web interface
  • Supports both video and audio URLs
  • Easy to run on Render, Docker, or any container platform

πŸš€ Usage:

  • Run the container:

    docker run -p 8080:8080 zakops/telegram-streamer:<version>
    

Telegram Streamer

For more information, refer to Github Link

Top comments (0)