rtsp-relay
rtsp-relay copied to clipboard
📽 View an RTSP stream in your web browser using an express.js server
how to know that loadplayer has successfully streamed/reconnected after player `onDisconnect`
Hello, I always get disconnect when try to play rtsp video. this is my code: server.js ``` app.ws('/api/stream/', (ws, req) => proxy({ url: 'rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mp4', transport: 'tcp' })(ws), ); ``` rtsp.js...
Hi @k-yle I have used this package to convert RTSP to show it in browser but I get only video with no audio .Does this package support audio too. If...
I'm trying to lower the fps, for the front of my application to be lighter, because as I have more than 8 cameras, showing them all slows down my computer....
Multiple Users causing memory leaks in the streaming application. Is there a fix or a way to prevent the leaks?
How can I get same video quality as source? Apart from that ['q','1'] flag? What other factors affects the video streaming quality?
is different stream is produced everytime new users connects to the same camera? Explaining more, I have a camera and streaming rtsp on a website so multiple user can access...
I want to display 2 rtsp camera streams simantaniously on a page .I can successfully streams these camera on my local but unable to get these streams on aws ec2...
 When I use Windows or Android phone it worked. But not working in IOS and macOS Safari. Log bug on Safari: WebSocket connection to 'wss://domain' failed: there was a...
Hello. Thanks for the wonderful package in advance. I have problems with orphan ffmpeg processes (similar to https://github.com/k-yle/rtsp-relay/issues/196) which consume quite amount of hardware resouces. So... Are there plans to...