-
Notifications
You must be signed in to change notification settings - Fork 1
Direct connect #6
Comments
I have filed several feature requests at implementers and specification issues for what you propose. Unfortunately those issues and feature requests have largey been closed. (TL;DR https://groups.google.com/a/chromium.org/g/web-transport-dev/c/njMLrjHdyLs; https://github.com/guest271314/captureSystemAudio; https://bugs.chromium.org/p/chromium/issues/detail?id=1214621). This is what I am currently doing using API's already shipped with the latest browser, in this case, Chromium, and only using Native Messaging to turn the local server (services; devices; applications; shell scripts) on and off https://github.com/guest271314/NativeTransferableStreams. |
Any progress on this? |
I've not been able to get enough eyes on this to get anything moving. |
Native Messaging provides solutions to the requirements. |
One way to connect to localhost from any origin on Chromium 100 is to
|
Minimal verifiable complete example of directly connecting to localhost on any origin, using a browser extension https://developer.chrome.com/docs/extensions/reference/declarativeNetRequest/ manifest.json
rules_1.json
index.php
|
After testing both You can test the two approaches for yourself. |
The goal of this project is to introduce new building blocks for the web in a LAN context. The current spec ties together service discovery and connecting quite heavily. We way want to rewrite this so the service discovery becomes optional. E.g.: if you know the address of what you connect to, you can try to connect directly.
The text was updated successfully, but these errors were encountered: