Nodejs rtsp implementation

Hello, i am developing openvidu rtsp with nodejs but it’s failed when I tried to POST it returned null token. I don’t know am I implementing it right since I didn’t find any further documentation with nodejs.
I have tested it with vlc and its works well

above is my code, am I implementing it wrong ? thx anyway

Without the error there’s little we can tell you…

the application doesn’t run error, but it return NULL token. Something odd here is in the image above I created connectionProperties with role = ‘PUBLISHER’ but when i console it (img right line 135) the role is not setted

I’d say you take a look to openvidu-server logs, at the time the petition is processed. Maybe you’ll find something useful in them.