media-server-node icon indicating copy to clipboard operation
media-server-node copied to clipboard

WebRTC Media Server for Node.js

Results 28 media-server-node issues
Sort by recently updated
recently updated
newest added

high-level counterpart to medooze/media-server#121. NetworkUtils.js handles pulling the necessary data about the network configuration from the OS. It also does some checks to prevent users from enabling the feature on...

While i run command `npm run dist` i get this error: ```bash kol @ ~/Projects/media-server-node $ npm run dist > [email protected] dist /home/kol/Projects/media-server-node > node-gyp configure && node-gyp build --jobs=max...

We have come up with a problem regarding the media server running out of sockets (file descriptors) and hangs. `(ERR]-EventLoop::Start() | could not start pipe [errno:24]` `[ERR]-RTPBundleTransport::Init() | too many...

Sometimes Refresher.js cause an error during renegotiation: ``` TypeError: Cannot read property 'delete' of null at EventEmitter.Refresher.ontrackstopped (/usr/src/node_modules/medooze-media-server/lib/Refresher.js:43:16) at Object.onceWrapper (events.js:277:13) at EventEmitter.emit (events.js:194:15) at IncomingStreamTrack.stop (/usr/src/node_modules/medooze-media-server/lib/IncomingStreamTrack.js:486:16) at IncomingStream.stop (/usr/src/node_modules/medooze-media-server/lib/IncomingStream.js:417:10)...

Hi all I'm using the media server for the group video calls and due to the nature of the app one participant can be in the call for a long...

```sh /app/node_modules/medooze-media-server/lib/SDPManagerUnified.js:166 mediaInfo = this.localInfo.getMedia(transceiver.media).clone(); ^ TypeError: Cannot read property 'clone' of null at SDPManagerUnified.createLocalDescription (/app/node_modules/medooze-media-server/lib/SDPManagerUnified.js:166:60) at EventEmitter.Participant.sdpManager.on (/app/dist/lib/participant.js:117:62) at EventEmitter.emit (events.js:198:13) at EventEmitter.emit (domain.js:448:20) at Timeout.setTimeout [as _onTimeout] (/app/node_modules/medooze-media-server/lib/SDPManagerUnified.js:240:18)...

missing feedback
troubleshooting

The installation/compilation on RPI 3B fails: [......] CXX(target) Release/obj.target/medooze-media-server/src/media-server_wrap.o CXX(target) Release/obj.target/medooze-media-server/media-server/ext/crc32c/src/crc32c.o CXX(target) Release/obj.target/medooze-media-server/media-server/ext/crc32c/src/crc32c_portable.o CXX(target) Release/obj.target/medooze-media-server/media-server/ext/crc32c/src/crc32c_sse42.o In file included from ../media-server/ext/crc32c/src/crc32c_portable.cc:10: ../media-server/ext/crc32c/src/./crc32c_prefetch.h:11:10: fatal error: crc32c/crc32c_config.h: No such file or directory #include...

If I generate an offer with no tracks, for example: ``` const pc = new RTCPeerConnection({}); const offer = await pc.createOffer(); ``` In chrome m87 I get an offer that...

I recently updated to the latest version ( 0.64.5 ) in the hopes of implementing "unified-plan" ( since safari turned on the feature for everyone as an experimental). I can...

bug