Skip to content

🛋 YouTubeの動画をブラウザ上で再生できるプレイヤー

Notifications You must be signed in to change notification settings

iamtakagi-lab/youtube-web-player

Repository files navigation

youtube-web-player

サーバサイドでYouTubeのストリームデータを取得したものをffmpegでエンコードし、その映像データをpipeで流してフロント側で再生出来るだけのプレイヤーです。

Install

docker-compose.yml

version: '3.9'
services:
  app:
    container_name: youtube-web-player
    image: ghcr.io/iamtakagi/youtube-web-player:latest
    environment:
      - TZ=Asia/Tokyo
      - PORT=3030
    restart: unless-stopped

LICENSE

undecided.