Git Product home page Git Product logo

Comments (6)

tanvir586 avatar tanvir586 commented on September 24, 2024

Same to me

from mmm-rtspstream.

BKeyport avatar BKeyport commented on September 24, 2024

FYI, I got OMX working on develop branch, does not work on master - capitalization issue on URL fixed that.

from mmm-rtspstream.

BKeyport avatar BKeyport commented on September 24, 2024

More info:

VLC won’t work.

Syntax error on command line, so it’s trying to load local file “dummy” rather than stream. I can fix this by removing the word “dummy” in node_helper.js, along with it’s quotes and comma.

There’s a problem with the way that VLC is called by node (the system behind magic mirror) that is blocking the video stream from flowing. If I remove the “-I” from the arguments, I can get a VLC box that runs, and when I check the stream stats, the audio is flowing freely, but the video is stuck.

Would it be possible to try and launch a Pm2 object like OMX?

from mmm-rtspstream.

Biostim avatar Biostim commented on September 24, 2024

Guys, I've managed to get VLC working.
It seems that the getVlcPlayer function was not being called:
if (notification === "PLAY_VLCSTREAM") {
this.getVlcPlayer(payload);
}

Just replace "this" with "self".

Unfortunately, the window just shows up in the top left corner, not where it's supposed to appear.
I won't be spending more time with this module because I'm building my mirror with an old machine and the mirror with this module uses 70% of the CPU. Not something I want.
Anyway, shouldn't be too hard to have it properly displayed. Just play around with wmctrl, vlc and devilspie2 options.

from mmm-rtspstream.

BKeyport avatar BKeyport commented on September 24, 2024

I've given up as well, I'm actively searching for ways to get rid of the module totally.

from mmm-rtspstream.

github-actions avatar github-actions commented on September 24, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

from mmm-rtspstream.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.