FCast SDK¶
The FCast SDK can be used to easily add casting capabilities to applications. The SDK implements our own FCast protocol but also parts of Google Cast (i.e., the Default Media Receiver). Package libraries are available to download for the following languages below, or the SDK can be built from source from https://github.com/futo-org/fcast/tree/master/sdk/sender.
Packages¶
- Rust:
- Protocol: https://docs.rs/fcast-protocol/latest/fcast_protocol
- SDK: https://docs.rs/fcast-sender-sdk/latest/fcast_sender_sdk
- Serves as the base for the other languages listed below
- Kotlin: https://jitpack.io/#org.futo.gitlab.videostreaming/fcast-sdk-jitpack
- Used in: Grayjay Android
- Swift: https://swiftpackageindex.com/futo-org/fcast-sender-sdk-swift
- Flutter: https://pub.dev/packages/fcast_sender_sdk
- C#: https://www.nuget.org/packages/FCastSenderSDKDotnet
- Used in: Grayjay Desktop