Devin Dixon
Devin Dixon
I am trying to resize the RTMP push to resize to a smaller video. I have the following config: ``` relay: { ffmpeg: '/usr/bin/ffmpeg', tasks: [ { app: 'live', mode:...
Is there a way using node media server to record bandwidth usage?
# Issue Report ## Description I get the standard "DBus cannot connect to the OMXPlayer process"). I am streaming the video from a url. My code is as follow: ```...
LL-HLS
Has anyone implemented LL-HLS using node media server? If so, what are the commands you used?
### Preflight Checklist - [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [X] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. -...
Can the open source project Glitch be added to the list: https://github.com/Glitch-Gaming-Platform
* **Electron-Builder Version**: v24.9.1 * **Node Version**: v21.6.1 * **Electron Version**: v28.2.2 * **Electron Type (current, beta, nightly)**: current On Mac M1 with Sonoma 14.3.1 (23D60), I am successfully my...
Here is my code for doing updates: ``` autoUpdater.on('update-downloaded', (info) => { try { dialog.showMessageBox({ type: 'question', buttons: ['Install and Restart', 'Later'], defaultId: 0, message: 'A new update for Glitch...
What about AV1 support?
Is there a way to detect when a user leaves a stream?