Re: [webrtc-pc] Creation of MediaStreamTrack from raw PCM stream; Example 18 with a JSON file instead of messaging (#2570)

> Signaling is out of scope but there are other resources and tutorial in the web that could help you.

The reason that specifically asked for signaling example completion as the goal is not to use Chromium extension messaging through `postMessage()` at all to complete the procedure. 

Instead, to avoid attempting to pass messages generated asynchronously in a synchronous messaging API, once gather the exact required flow-chart, will experiment with writing and reading SDP as JSON to a single file, in an array of objects, using Native File System at the browser and `inotity-tools` at the OS, to perform tasks when the single file is closed, after offer, answer; that is, the perfect negotiation using a single file with file event notification accessible at the browser.

-- 
GitHub Notification of comment by guest271314
Please view or discuss this issue at https://github.com/w3c/webrtc-pc/issues/2570#issuecomment-686830609 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Friday, 4 September 2020 00:25:44 UTC