i8beef / node-red-contrib-castv2

MIT License
22 stars 14 forks source link

Videoland (Dutch streaming app) info not shown #53

Closed ThinkPadNL closed 3 years ago

ThinkPadNL commented 3 years ago

The Dutch 'Videoland' app doesn't show any output in Node-RED. Can you add support for this one? I see in the code that you need a certain ID to detect what is playing. Let me know how i can retrieve this information for you.

ThinkPadNL commented 3 years ago

It looks like the App ID is A134ADAD.

i8beef commented 3 years ago

I will one up you.

I just release 4.0.0, which SHOULD support generic media commands on ANY receiver that claims to support the generic media control namespace of the cast protocol... I've been looking for a way to do that for a while, and this seems like a good time to try something out since I'll be around to support for the holiday season.

I might change the underlying implementation around a few more times before its where I like it, but it seems functional in all my tests so far, so I think I have a baseline for supporting this now.

ThinkPadNL commented 3 years ago

You are my hero for today. It worked instantly after updating the node in Node-RED 👍 I now get the 'playing' and 'paused', but can also play/pause the current playing media from within Node-RED.

Thanks a lot!