tinamore
tinamore
Hi, Sorry, i search google and i fixed: https://stackoverflow.com/questions/37884130/electron-remote-is-undefined ``` const w = new BrowserWindow({ webPreferences: { enableRemoteModule: true } }); ``` The remote module is deprecated. Instead of remote,...
I'm doing a little experiment. It is the audio stream direct from the Microphone of the chrome of Android Phone (use SFMediaStream) to raspberrypi speaker (not browser, only nodejs). I...
I have learned a lot on the Internet. But there's really no way to stream the microphone from the browser to node js. Webrtc can be used (a very good...
I have access link: https://kbumsik.io/opus-media-recorder/ Seem chrome support: ``` audio/wave is supported audio/wav is supported audio/ogg is supported audio/ogg;codecs=opus is supported audio/webm is supported audio/webm;codecs=opus is supported ```
Oh, i have just change the Presenter mimeType ``` ... presenterMedia = new ScarletsMediaPresenter({ audio:{ channelCount:1, echoCancellation: false } }, 100); presenterMedia.options.mimeType = 'audio/ogg;codecs="opus"'; ... ``` Then Chrome show console...
@soldemuth not working, you can show full example ?
@soldemuth working. I have set ``` ws["!rows"] = [....] ``` Thanks for fix.