vod2pod-rss

Transform video channels into listenable podcast feeds. Enjoy on-the-fly MP3 transcoding for any podcast app without needing local server storage.

Convert your favorite video content into an accessible audio format with ease. This self-hosted solution allows you to generate custom RSS feeds from YouTube, Twitch, or standard RSS sources, making them instantly playable in any standard podcast application. By processing media dynamically, it ensures you can listen to video content on the go while saving mobile data.

Key features include:

  • On-the-fly transcoding: Automatically converts video on demand (VOD) into 192kbps MP3 audio without downloading files to your server.
  • Zero storage requirements: Operates entirely in real-time, meaning you do not need massive hard drives to host your custom feeds.
  • Broad compatibility: Works flawlessly across various architectures, including lightweight devices like the Raspberry Pi.
  • Customizable configurations: Offers optional API integration to bypass feed limits, fetch channel avatars, and adjust bitrates to suit your specific data needs.

Directory Structure

vod2pod-rss
.env
docker-compose.yml

docker-compose.yml

services:
  vod2pod-rss:
    image: madiele/vod2pod-rss:latest
    container_name: vod2pod-rss
    ports:
      - "8080:8080"
    environment:
      - TZ=Etc/UTC
    restart: unless-stopped

.env

# No sensitive environment variables are required for the default configuration.
# You can add application-specific variables here if needed.
Categories:

Share:

Ad
Favicon

 

  
 

Similar to vod2pod-rss

Favicon

 

  
  
Favicon

 

  
  
Favicon