This repository has been archived on 2023-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Lurkars 27f2f47053 update LICENSE 2021-09-07 14:20:18 +02:00
background initial commit 2017-12-07 18:16:26 +01:00
css initial commit 2017-12-07 18:16:26 +01:00
fonts initial commit 2017-12-07 18:16:26 +01:00
icons initial commit 2017-12-07 18:16:26 +01:00
options initial commit 2017-12-07 18:16:26 +01:00
popup initial commit 2017-12-07 18:16:26 +01:00
LICENSE update LICENSE 2021-09-07 14:20:18 +02:00
README.md Update README.md 2017-12-07 18:32:49 +01:00
manifest.json initial commit 2017-12-07 18:16:26 +01:00
muffcast.js initial commit 2017-12-07 18:16:26 +01:00

README.md

Muffcast

An alternative to Chromecast working with every website with HTML5 Video/Audio elements by just playing HTML5 video/audio on other Firefox instance in full-screen.

Client

This is the client extension. Go to any website with HTML5 Video elements to play it on the Muffcast Server instance by clicking on a Muffcast-symbol next to it.

Requirements

Firefox/Browser Setup

In Add-ons Preferences, define URL of the Muffcast Server-extension running on any device in your network on port 8128.

Limitations

  • This only works for websites with HTML5 Video/Audio elements. This does not work in native applications.
  • To work properly for websites with authentication (like Netflix), the browser on server side also needs valid session. This extension does not handle any authentication, so valid sessions are required. In short: manually login and save session before use.
  • There are some websites that required further interactions before the HTML5 Video is loaded properly, e.g. to click a non-standard play button. Those sites do not work without special treatment in the server component. Please feel free to report issues with those sites for being included in server component code.
  • This extension is developed and tested in Firefox 57. A port for other browsers like Chrome should be easy due to WebExtensions API, but is not warranted to work properly.
  • Video quality is not part of the Media API and any websites handles this on it's own. So like authentication, to control playback quality, manually settings on server side are required. (Hopefully the automatic settings fit your needs, but e.g. on a Raspberry Pi too high quality can cause stuttering.)