Steven Vancoillie
Steven Vancoillie
Something happened along the way such that there are much more changes showing than there should be (files changed should only include those you made). Can you fix that? I...
If you want to write MP4 to a file, you'll need to add the RTSP session and parser, H.264 and AAC depay, and MP4 muxer components. The same are used...
I managed to reproduce it now. Will look into it.
I originally also traced this back to a negative `sample_duration`, but I was unable to reproduce since, and the code has been refactored somewhat since the IDR fix. Is this...
I'm not sure I understand what you are trying to do? The `CliMp4Pipeline` will produce MP4 data, which you'll have to feed to a video element using MSE. However, there...
Current line of thinking: - [x] move docker file with RTSP server over to MSL repo - [ ] publish docker image to GitHub container repository
The docker image with gst-rtsp-launch was moved into the repo, but we get the following error when trying to push to the github container registry: Error: buildx call failed with:...
I don't have access to a Mac to reproduce this. Can you check if it works with NodeJS 14 ? (I think we had some problems before with NodeJS 15...
When you use RTSP in the browser with media-stream-library, the camera has to send that over WebSocket, which affects the performance, but I'm not sure how much. However, if the...
If it doesn't occur in VLC it could be related to the WebSocket part, since there the audio and video are multiplexed over TCP. I wonder if you can configure...