rtsp-relay icon indicating copy to clipboard operation
rtsp-relay copied to clipboard

📽 View an RTSP stream in your web browser using an express.js server

Results 71 rtsp-relay issues
Sort by recently updated
recently updated
newest added

how to know that loadplayer has successfully streamed/reconnected after player `onDisconnect`

enhancement

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...

question

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...

question

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....

enhancement

Multiple Users causing memory leaks in the streaming application. Is there a fix or a way to prevent the leaks?

question

How can I get same video quality as source? Apart from that ['q','1'] flag? What other factors affects the video streaming quality?

question

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...

question

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...

question

![2023-07-14_104528](https://github.com/k-yle/rtsp-relay/assets/12110044/f65bd167-3106-4aac-a101-b751d13c9639) 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...

enhancement