You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make my nodejs application to record videos from clients through webrtc.
Even if I addTrack on client side and verified that negotiation was successful, 'frame' event on RTCVideoSink on server side is not called.
'track' event on RTCPeerConnection is called as expected.
I also tried record-audio-video-stream form this repository, but it didn't work.
What could be the problem?
Here are information about my environment:
Server :
OS: Ubuntu 18.04 x86_64,
NodeJS Version : v14.12.0
Client:
Chrome Version : 86.0.4240.75
Edit: I just figured out that the problem disappears when I test server on Windows 10 machine. (It now triggers exception after frame event is called. The exception is about not being able to listen on sock files which is not really related to this issue)
Perhaps wrtc has some dependency that my Ubuntu machine doesn't have?
This time, NodeJS of version v14.13.0 was used.
The text was updated successfully, but these errors were encountered:
I was trying to make my nodejs application to record videos from clients through webrtc.
Even if I addTrack on client side and verified that negotiation was successful, 'frame' event on RTCVideoSink on server side is not called.
'track' event on RTCPeerConnection is called as expected.
I also tried record-audio-video-stream form this repository, but it didn't work.
What could be the problem?
Here are information about my environment:
Server :
OS: Ubuntu 18.04 x86_64,
NodeJS Version : v14.12.0
Client:
Chrome Version : 86.0.4240.75
Edit: I just figured out that the problem disappears when I test server on Windows 10 machine. (It now triggers exception after frame event is called. The exception is about not being able to listen on sock files which is not really related to this issue)
Perhaps wrtc has some dependency that my Ubuntu machine doesn't have?
This time, NodeJS of version v14.13.0 was used.
The text was updated successfully, but these errors were encountered: