-
The HLS video style seems to be hard coded for 600x600. Is there any way to override that, or tell it to use the same height and width as the source rtsp stream, or use 100% of the space available? I am trying to open a video stream like
The web page shrinks the video down so that it fits within the 600px width, and shows black bars at the top and bottom to fill out the 600px height. Anyway, I am really loving this rtsp-simple server. I am using it to solve reliability problems with accessing Wyze Cam V2 through rtsp. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
I found the code on lines 37 and 38 of internal/core/hls_remuxer.go. Changing |
Beta Was this translation helpful? Give feedback.
-
As @aler9 said, there are a lot of options available, so it doesn't make sense to try to perfect the web page that is in rtsp-simple-server. For what it is worth, the web page that I am working on is camera_video.html. |
Beta Was this translation helpful? Give feedback.
As @aler9 said, there are a lot of options available, so it doesn't make sense to try to perfect the web page that is in rtsp-simple-server. For what it is worth, the web page that I am working on is camera_video.html.