From d183b99a44cbfce68d56cc57ac501009fb80c5ec Mon Sep 17 00:00:00 2001 From: Alex X Date: Sat, 27 Dec 2025 15:39:57 +0300 Subject: [PATCH] Update GitHub Pages site link --- README.md | 4 +- api/README.md | 2 +- website/index.html | 193 +++------------------------------- website/webtorrent/index.html | 189 +++++++++++++++++++++++++++++++++ www/README.md | 6 +- www/links.html | 2 +- 6 files changed, 212 insertions(+), 184 deletions(-) create mode 100644 website/webtorrent/index.html diff --git a/README.md b/README.md index 11325954..5c402925 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Ultimate camera streaming application with support for RTSP, WebRTC, HomeKit, FF - creator of the project's logo [@v_novoseltsev](https://www.instagram.com/v_novoseltsev) > [!CAUTION] -> There is NO existing website for go2rtc project other than this GitHub repository. The website go2rtc[.]com is in no way associated with the authors of this project. +> The official website of the project is this GitHub repository and go2rtc.org (hosted on GitHub Pages). The website go2rtc[.]com is in no way associated with the authors of this project. --- @@ -1120,7 +1120,7 @@ webtorrent: src: rtsp-dahua1 # stream name from streams section ``` -Link example: https://alexxit.github.io/go2rtc/#share=02SNtgjKXY&pwd=wznEQqznxW&media=video+audio +Link example: https://go2rtc.org/webtorrent/#share=02SNtgjKXY&pwd=wznEQqznxW&media=video+audio ### Module: ngrok diff --git a/api/README.md b/api/README.md index 76dc875b..03b99bc4 100644 --- a/api/README.md +++ b/api/README.md @@ -4,7 +4,7 @@ Fill free to make any API design proposals. ## HTTP API -Interactive [OpenAPI](https://alexxit.github.io/go2rtc/api/). +Interactive [OpenAPI](https://go2rtc.org/api/). `www/stream.html` - universal viewer with support params in URL: diff --git a/website/index.html b/website/index.html index 443c925c..e339eb44 100644 --- a/website/index.html +++ b/website/index.html @@ -1,189 +1,28 @@ - - go2rtc - WebTorrent + + go2rtc + - -
- - - -
- - - +go2rtc +github.com/AlexxIT/go2rtc - \ No newline at end of file + diff --git a/website/webtorrent/index.html b/website/webtorrent/index.html new file mode 100644 index 00000000..6a4b9057 --- /dev/null +++ b/website/webtorrent/index.html @@ -0,0 +1,189 @@ + + + + + webtorrent - go2rtc + + + + +
+ + + +
+ + + + + \ No newline at end of file diff --git a/www/README.md b/www/README.md index 4da49485..e4d36cd2 100644 --- a/www/README.md +++ b/www/README.md @@ -81,11 +81,11 @@ https://webrtc.org/getting-started/unified-plan-transition-guide?hl=en ```html - + - + - + ``` ## Useful links diff --git a/www/links.html b/www/links.html index f2b35c22..466d30a5 100644 --- a/www/links.html +++ b/www/links.html @@ -186,7 +186,7 @@ Telegram: rtmps://xxx-x.rtmp.t.me/s/xxxxxxxxxx:xxxxxxxxxxxxxxxxxxxxxx document.getElementById('local').href = `webrtc.html?${direction}=${src}&media=${media}`; const share = document.getElementById('shareget'); - share.href = `https://alexxit.github.io/go2rtc/#${share.dataset.auth}&media=${media}`; + share.href = `https://go2rtc.org/webtorrent/#${share.dataset.auth}&media=${media}`; } function share(method) {