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

Works goregeously with the rtsp server I have on my phone for testing, but my IPCAM streams in HEVC which does not play nice. I'm in the process of tweaking...

Hi ... thanks for the amazing project! :-D It works well when broadcasting from FFmpeg to `rtsp-simple-server` running on `localhost`, however, the video is rather choppy, in both audio and...

question

So I love this module. Imo better than the other RTSP modules simply because you can route express to the proxy. However, maybe you could help me out? When I...

question

There may be cases where only the audio is required. We should provide a bandwidth optimisation for these use cases by only streaming audio.

enhancement

Is this is a minor optimization? ```js streamIn.stdout.on('data', ws.send); ```

enhancement

name: New WebSocket Connection (1 total) [rtsp @ 0666d580] UDP timeout, retrying with TCP [rtsp @ 0666d580] Could not find codec parameters for stream 0 (Video: h264, none, 320x180): unspecified...

question

Thank you for an amazing library! Over the last few weeks I've spent so many hours tinkering with ffmpeg/vlc options trying to pipe a Wyze cam feed into a browser...

bug

I'm trying to run a streamign on my dvr camera, but it doesn't read, the dvr returns the following url: ```rtsp://painel.**mysite**.com:554/user=admin&password=pass1&channel=4&stream=0.sdp ``` which is read perfectly in vlc. But in...

Simple edit to allow vercel/pkg to work with ffmpeg executable. If the program detects it's a pkg it will create temp folder with ffmpeg.exe. This executable will be copied from...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/node](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://redirect.github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node)) | [`^20.17.31` -> `^22.15.30`](https://renovatebot.com/diffs/npm/@types%2fnode/20.17.31/22.15.30) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@types%2fnode/22.15.30?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

dependencies