Read the statement by Michael Teeuw here.
Screencast with mobile
-
That’s a cool idea! As far as I can tell there’s nothing like it at the moment, but I did some some cursory googling and, while I’m far out of my range of expertise, it looks like you might be able to use something like this homebrew chromecast receiver and use somehow display it in an iFrame, which there are several modules for. I’m not sure how it’d work with various size constraints, but from what I’ve found, that’s the most promising option.
If you’re on iOS, there’s maybe something you could do with either Airserver or Reflector 2 (which is what I use). Either way, it may actually be easier to have a separate machine running whatever is receiving the content and then streaming it to one of the streaming video player modules. Heads-up though, that’ll likely require some horsepower on the server you’re doing it with, or you’re liable to end up with some real frustrating latency.
However you end up going, please post updates – this is a really cool idea and I’d like very much to see how it works out!
-
Trying… will update you.
Thanks -
I have installed this Module but now I can’t seem to figure what to cast from.
https://github.com/kevinatown/MMM-Screencast -
Open Youtube app in phone or laptop and click on the cast button.
Then select the raspberryPi and it will play there.+1 very nice module
-
@sokhals Hello,
I got mine to work, but how to i get it to go away after watching
-
@mlombardi
Hi did you find how to stop it after watching im having the same issue -
A module to cast to the MagicMirror. Currently, only YouTube casting is supported. You can try following module for screencast.
Navigate to the modules directory via the follow command: cd MagicMirror/modules
Clone the module from github: git clone https://github.com/kevinatown/MMM-Screencast.git
Navigate to the MMM-Screencast directory: cd MMM-Screencast
Install the dependencies: npm install
Add the following configuration to the modules array in the config/config.js file:
For More detail follow Below Link
https://github.com/kevinatown/MMM-Screencast