mirror of
https://gitlab.com/futo-org/fcast.git
synced 2025-06-24 21:25:23 +00:00
Fixed URLs.
This commit is contained in:
parent
9102804172
commit
137a6f3178
3 changed files with 9 additions and 9 deletions
|
@ -27,7 +27,7 @@ A "receiver", in this context, is a software implementation running on various p
|
|||
- Apple TV (future)
|
||||
|
||||
- Clients
|
||||
- [**Grayjay**](https://gitlab.futo.org/videostreaming/platformplayer) is a player that exposes multiple video websites as sources in the app.
|
||||
- [**Grayjay**](https://github.com/futo-org/grayjay-android) is a player that exposes multiple video websites as sources in the app.
|
||||
- Browser plugin (future)
|
||||
|
||||
## Contributing
|
||||
|
@ -40,4 +40,4 @@ This project is licensed under the MIT License - see the LICENSE.md file for det
|
|||
|
||||
## Documentation
|
||||
|
||||
Click [here](https://gitlab.futo.org/videostreaming/fcast/-/wikis/Protocol-version-1) to see the protocol documentation.
|
||||
Click [here](https://gitlab.com/futo-org/fcast/-/wikis/Protocol-version-1) to see the protocol documentation.
|
||||
|
|
|
@ -10,7 +10,7 @@ The FCast receiver is a working receiver implementation compatible with Linux, W
|
|||
|
||||
# Protocol specification
|
||||
|
||||
The protocol specification can be found here https://gitlab.futo.org/videostreaming/fcast/-/wikis/home
|
||||
The protocol specification can be found here https://gitlab.com/futo-org/fcast/-/wikis/home
|
||||
|
||||
# Clients
|
||||
|
||||
|
@ -20,7 +20,7 @@ There are currently receivers for
|
|||
|
||||
|
||||
|
||||
1. Download the latest build for your platform from https://gitlab.futo.org/videostreaming/fcast/-/releases or build it yourself by following the build instructions.
|
||||
1. Download the latest build for your platform from https://gitlab.com/futo-org/fcast/-/releases or build it yourself by following the build instructions.
|
||||
2. Unzip the archive at your desired location.
|
||||
3. Run the FCast receiver.
|
||||
- **MacOS:** Run the FCastReceiver application
|
||||
|
|
|
@ -170,7 +170,7 @@
|
|||
|
||||
<p class="text-3-5 mb-0">FCast is an open-source protocol designed to open wireless audio and video streaming to everybody. With support for various stream types like DASH, HLS, and mp4, it empowers developers to create their own unique streaming experiences.
|
||||
|
||||
In contrast to traditional closed protocols, FCast champions open innovation. Developers can create custom receivers, integrate the client protocol into their own apps, or even enhance the protocol, contributing to an evolving open ecosystem. For more information click <a href="https://gitlab.futo.org/videostreaming/fcast/">here</a>.</p></p>
|
||||
In contrast to traditional closed protocols, FCast champions open innovation. Developers can create custom receivers, integrate the client protocol into their own apps, or even enhance the protocol, contributing to an evolving open ecosystem. For more information click <a href="https://gitlab.com/futo-org/fcast">here</a>.</p></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -194,9 +194,9 @@
|
|||
|
||||
<p class="font-weight-medium text-4-5 line-height-6 negative-ls-05">Setting Up Your Environment</p>
|
||||
|
||||
<p class="text-3-5 mb-0">For users: Begin by setting up your receiver. Receivers compatible with Linux, Windows, MacOS (via Electron), or Android (native) are readily available. The receiver serves as the target for your media streams, and should be installed on the device you aim to cast to. Discover more about setting up your receiver <a href="https://gitlab.futo.org/videostreaming/fcast/">here</a>.</p>
|
||||
<p class="text-3-5 mb-0">For users: Begin by setting up your receiver. Receivers compatible with Linux, Windows, MacOS (via Electron), or Android (native) are readily available. The receiver serves as the target for your media streams, and should be installed on the device you aim to cast to. Discover more about setting up your receiver <a href="https://gitlab.com/futo-org/fcast/">here</a>.</p>
|
||||
|
||||
<p class="text-3-5 mb-0">For developers: If you're looking to build a custom receiver or to integrate FCast into your existing application, you'll find a wealth of resources at your disposal. Start by reviewing our <a href="https://gitlab.futo.org/videostreaming/fcast/-/tree/master/receivers">existing receiver implementations</a> for inspiration and guidance. For an in-depth understanding of how FCast works, our <a href="https://gitlab.futo.org/videostreaming/fcast/-/wikis/home">protocol documentation</a> is an indispensable resource.</p>
|
||||
<p class="text-3-5 mb-0">For developers: If you're looking to build a custom receiver or to integrate FCast into your existing application, you'll find a wealth of resources at your disposal. Start by reviewing our <a href="https://gitlab.com/futo-org/fcast/-/tree/master/receivers">existing receiver implementations</a> for inspiration and guidance. For an in-depth understanding of how FCast works, our <a href="https://gitlab.com/futo-org/fcast/-/wikis/home">protocol documentation</a> is an indispensable resource.</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -390,7 +390,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<a href="https://gitlab.futo.org/videostreaming/fcast" class="btn btn-secondary positive-ls-2 btn-outline font-weight-bold text-2 btn-py-3 px-5 mt-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}">GO TO REPOSITORY</a>
|
||||
<a href="https://gitlab.com/futo-org/fcast" class="btn btn-secondary positive-ls-2 btn-outline font-weight-bold text-2 btn-py-3 px-5 mt-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}">GO TO REPOSITORY</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
@ -412,7 +412,7 @@
|
|||
<p class="font-weight-semibold text-color-light text-6 line-height-6 negative-ls-05 mt-4 mb-0">Download to harness the power of open-source media streaming</p>
|
||||
<p class="font-weight-medium text-color-light opacity-6 text-4-5 line-height-6 negative-ls-05 mb-5">Available on multiple platforms, our suite of resources is ready to help you integrate FCast into your own applications.</p>
|
||||
|
||||
<a href="https://gitlab.futo.org/videostreaming/fcast/-/releases" class="d-inline-flex align-items-center btn btn-light btn-py-2 px-4 text-start me-2 mb-3 mb-sm-0">
|
||||
<a href="https://gitlab.com/futo-org/fcast/-/releases" class="d-inline-flex align-items-center btn btn-light btn-py-2 px-4 text-start me-2 mb-3 mb-sm-0">
|
||||
<img height="34" src="images/icon-gitlab.svg" alt="" data-icon data-plugin-options="{'onlySVG': true, 'extraClass': 'svg-stroke-color-dark me-2'}" />
|
||||
<span class="font-weight-semibold text-4"><em class="text-1 text-uppercase font-weight-medium opacity-6 d-block fst-normal p-relative top-2">DOWNLOAD ON</em><span class="text-color-dark text-4 negative-ls-05 p-relative bottom-2">Gitlab</span></span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue