Matt Hensman
Matt Hensman
@outlandnish Since I can't reproduce, would you try this test script? https://gist.github.com/hensm/78ee532c3a04d68c28aed8b0cdaa5e87
Discovery isn't working for some reason. I assume they can be picked up in Chrome? My test script output ``` bridge stdout 0.0.7 bridge stdout { subject: 'main:/serviceUp', data: {...
Weird, perhaps an issue with the custom resolver sequence? Shouldn't take effect on Windows, though. https://github.com/hensm/fx_cast/blob/2bd9c4071f5342d5c9590f54ca11400c941eac36/app/src/bridge/index.ts#L486-L495
Well, I won't pretend to understand why it's working now. Both the dns-sd utility and the mdns package use the same dns_sd.h C API and underlying resolver, so they _should_...
I assume this is causing the disconnect errors from the extension-side. As you said, not a whole lot to do here until there's a node version with a fix available....
The button is greyed out because screen mirroring is disabled in extension options. Best guess as to why the Netflix UI doesn't show a button is that the receiver availability...
@lonewitness No, but you can build it yourself. See README for more info, but provided you don't want to build your own Node.js, the particular commands should be: ```sh npm...
I haven't really tested it, but supposedly YouTube Music doesn't work right now. Otherwise, the tab casting has no audio due to API limitations. YouTube Music compat issue: hensm/fx_cast-compat#2
I'm not too familiar with Zoom. Is this a Zoom feature or just screen mirroring? If it's a Zoom feature, I can look into fixing any incompatibilities, but mirroring is...
That would be helpful, thanks.