media-server-demo-node
media-server-demo-node copied to clipboard
Demo application for the Medooze Media Server for Node.js
OS : macOS Catalina 10.15.7 Node : 10 , 12 , 16 node-gyp : 9.3.1 I tried alt of node & npm versions and got the same error ``` npm...
thanks for this nice demo
This should help users understand some of the node version issues without coming to github first
I've got VLC and its CLI set up but the instructions on the markup aren't that clear to follow for someone new to VLC like me. Reading through the VLC...
Windows 10, node v12.13.1. Here's my console from trying to run `npm install` on this after cloning: https://pastebin.com/LxxaGKik
Hi.. Wanted to try this MCU module. Getting the following error. root@ubuntu-s-1vcpu-2gb-nyc1-01:~/media-server-demo-node# node index.js 192.241.132.6 [0x7f32161ab740][1593716900.856][LOG]>RTPBundleTransport::Init() [0x7f32161ab740][1593716900.856][LOG]-RTPBundleTransport::Init() | Got port [50977] [0x7f32161ab740][1593716900.856][LOG]
Compilation errors: ``` npm ERR! gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build', '--jobs', 8 ] npm ERR! ../external/mp4v2/lib/src/mp4.cpp: In function ‘mp4v2::impl::MP4File* ConstructMP4File()’: npm ERR! ../external/mp4v2/lib/src/mp4.cpp:49:17: warning: catching polymorphic type...
``` //Record it recorder.record(incomingStream); ``` Could you suggest Is it possible / how to catch stream using ffmpeg instead of this recorder ? Thanks!
I am trying to use the media server to broadcast a video stream it receives from a client. I have a successful connection between the client the and the media...