Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
fx_cast_bridge-0.2.0-x64.pkg | 2022-09-03 | 18.5 MB | |
fx_cast-0.2.0-fx.xpi | 2022-04-19 | 177.4 kB | |
fx_cast_bridge-0.2.0-x64.deb | 2022-04-19 | 12.9 MB | |
fx_cast_bridge-0.2.0-arm64.pkg | 2022-04-19 | 16.8 MB | |
fx_cast_bridge-0.2.0-x64.exe | 2022-04-19 | 12.3 MB | |
fx_cast_bridge-0.2.0-x64.rpm | 2022-04-19 | 12.8 MB | |
README.md | 2022-04-19 | 1.4 kB | |
v0.2.0 source code.tar.gz | 2022-04-19 | 3.1 MB | |
v0.2.0 source code.zip | 2022-04-19 | 3.2 MB | |
Totals: 9 Items | 79.9 MB | 0 |
Known issues
- Local media casting broken on some platforms.
- No macOS x86 build or Windows 32-bit x86 build due to cross compiling issues that I don't have time to figure out (contributions welcome, see [#209]). Build instructions for the app can be found in the project README.
Possibly more, haven't done any extensive testing.
Changelog
- Improved cast API compatibility:
- Added Queue support (commit: cff7466)
- Added newer cast API additions (e4e133c)
- Fixed
cast.media.Media#getEstimatedTime
(commit: c117241) - Fixed media update listener handling (commit: 119d6c8)
- Fixed device capability handling (commit: b672b8d)
- Fixed supported media commands handling (commit: 61f9ff0)
- Fixed issue with
window.cast
property causing errors on pages using CAF. [#205] - Added button in receiver selector UI to suggest whitelisting known sites (PR: [#204]).
- Added image support to media sender. [#183]
- Added Norwegian localization (@jorgenboganes). (commit: fcce716)
- Updated Spanish localization (@tomasspi, @RAVMN).
- Updated extension UI style to match updated Firefox style + misc style changes.
- Removed native macOS receiver selector.
- Removed experimental media overlay (commit: 59dc806)