Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

progre/pp

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

284 Commits
284 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

サーバー構成

flowchart TD

subgraph "リスナー"
  listener
  browser
  pecareco
end

subgraph "配信者"
  broadcaster
end

style pat fill:#0000
subgraph pat["p@YP"]
  cloudflare["Cloudflare Cache"]

  subgraph vercel["p-at.net (Vercel)"]
    isr["Vercel CDN<br>(https://p-at.net)"]
    www["index.txt 配信用 HTTP サーバー<br>(Next.js)"]
  end

  subgraph GCP
    direction TB
    subgraph GCE
      subgraph docker1["Docker1"]
        nginxinsecure["Nginx<br>(http://insecure.p-at.net)<br>301 Moved Permanently"]
        nginxroot["Nginx<br>(https://root.p-at.net)"]
      end
      subgraph docker2["Docker2"]
        root["root モード PeerCast<br>(pcp://root.p-at.net)"];
      end
      subgraph docker3["Docker3"]
        gen["index.txt 生成プロセス"]
      end
    end
    dns["Cloud DNS"]
    cloudstorage["Cloud Storage"]

    gen --PUT---> cloudstorage
  end
end

listener["リスナーの PeerCast"]==pcp==>broadcaster
broadcaster["配信者の PeerCast"]--pcp-->root
pecareco["PeCaRecorder 等の https 未対応の PCYP"]==http==>nginxinsecure
pecareco==https==>cloudflare
cloudflare--https-->isr
browser["PCYP"]==https==>cloudflare
isr--http-->www;
www--https-->cloudstorage;
nginxroot--http-->root;
Loading

デプロイ構成

flowchart TD

subgraph "GitHub"
  Repository
  gha -.-> Repository
end

style pat fill:#0000
subgraph pat["p@YP"]
  subgraph vercel["p-at.net (Vercel)"]
    www["index.txt 配信用 HTTP サーバー<br>(Next.js)"]
  end
  subgraph GCP
    ...
  end
end

gha["GitHub Action"] -."Terraform".-> GCP
www -.Subscribing.-> Repository
Loading

About

P2P 型ライブ配信ソフトウェア PeerCast のイエローページ p@ YP

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.