Questions tagged [node-media-server]
22 questions
0
votes
2 answers
Retrieve HLS data from another stream and push it to rtmp server
I have been working on a project where I need to be able to push dynamically to 2 or 3 other channels. I tested a couple of scenarios, my last attempt is as following:
Stream Server
worker_processes auto;
rtmp_auto_push on;
events {}
rtmp {
…

Mehdi Amenein
- 937
- 9
- 23
0
votes
1 answer
node-media-server: session.reject() not working
I am trying to create an RTMP-server with the npm package: http://github.com/illuspas/Node-Media-Server. So the server works fine but I need to implement authentication in it. I am trying to check the authentication on "prePublish" event. I am…

DevR
- 29
- 5
0
votes
1 answer
How to implement Node-Media-Server in Nestjs?
I try to implement a RMTP server in Nestjs thanks to Node-Media-Server,
have any of you ever managed to do something like this?
I naively tried to run this little piece of code inside a function in a service, but it doesn't work, I have this error…

Matthieu GELLE
- 51
- 2
0
votes
1 answer
Setting Back camera by default in NodeCameraView React Native
I tried to get the Live Stream to work using package named react-native-nodemediaclient in react native and got it to work.
Here We have our Front camera to open by default and we can able to switch the camera view. But, I want Back camera to be…

user3211705
- 2,418
- 3
- 19
- 36
0
votes
1 answer
NodeMediaServer MP4 change default video resolution 540p
I have setup a nginx RTMP server and the purpose is to store videos streamed from mobile devices in MP4 format for later analysis. Although mobile devices are streaming videos in 720p resolution NodeMediaServer always store video in 540p resolution.…

Farooq Zaman
- 495
- 1
- 6
- 21
0
votes
1 answer
Infinite re-render due to function inside dependency array in React hooks
Hi I am trying to implement live streaming video in my website, For that i have used node media server, The problem i am facing here is my website get caught into infinite re-rendering because of function in which I have created a player. Is there…

Chirag Lalwani
- 41
- 7
0
votes
1 answer
Nginx setup for Node Media Server
I'm trying to run node-media-server on a EC2 instance, but i a'm not able to make OBS to connect to the server, here is my Nginx config:
server {
listen 8000;
listen 1935;
server_name example.com;
location / {
proxy_pass…

Luis Montoya
- 3,117
- 1
- 17
- 26