Closed fean closed 9 years ago
The first parameter of launch
is a sublcass of Application
. For a styled media receiver it would be a subclass of DefaultMediaReceiver with another APP_ID.
Or follow the example and do something like that before launch :
DefaultMediaReceiver.APP_ID = '[YOUR APP_ID]';
But i'd suggest subclassing DMR, it would be much cleaner :)
Thanks for responding this quickly. Well that actually makes sense ;)
I'm going to test it right now. If that lifts the problem I'l close the issue right away!
I'm trying to control our Styled Media Receiver with your CASTV2 module for NodeJS. It has been very easy to implement so far. But right after I launch the receiver application the following error occurs:
After that error message it goes on about some other errors about groupings. This is the code I used: