Alex Bakoushin
Alex Bakoushin
should the app inbox display newly published messages in the realtime?
Like the idea of extracting the line height from the style!
it's probably the Node version please try with Node 10 or 12
looks like it's an issue with installing medooze in Docker, not with this particular project I suggest raising it in https://github.com/medooze/media-server-node/issues
As far as I know, the WebRTC engine decides on outgoing stream properties based on the current CPU usage. In the example, you could actually see how the size of...
Great idea! Maybe it also worth mentioning the proper Node version and `nvm use` in the installation part of README? This may point users in the right direction even more.
You can instantiate a [StreamerSession](https://medooze.github.io/media-server-node/#streamersession) on a specific port and send RTP stream from FFmpeg to that port.
Probably this code sample is not supposed to be fully working, it just explains how things could be configured. I was able to run a H264 stream trough a Streamer...
Just replace FFplay with FFmpeg and you are done: ```bash ffmpeg -protocol_whitelist file,rtp,udp -i input.sdp -c copy -flags +global_header out.mp4 ```
In [this repo](https://github.com/Kurento/mediasoup-demos/tree/master/mediasoup-recording) they are solving the same problem with another SFU. The author had reported a bug in FFmpeg which prevents storing Opus within MP4. I neither wasn't able...