AlexxIT / go2rtc

Ultimate camera streaming application with support RTSP, RTMP, HTTP-FLV, WebRTC, MSE, HLS, MP4, MJPEG, HomeKit, FFmpeg, etc.
https://github.com/AlexxIT/Blog
MIT License
6.65k stars 479 forks source link

OSD/time mark on stream #234

Closed felipecrs closed 1 year ago

felipecrs commented 1 year ago

I have a Dahua VTO2202F-P-S2, and its default OSD is placed in a bad position:

image

As you can see, it sits right where the WebRTC card puts its "toggle fullscreen" button.

In its configuration, I can't put it in a different position. I can, at most, disable it:

image

It would be nice if go2rtc had a feature to add this, so I could disable from VTO and enable it in go2rtc.

Anyway, I will totally understand if you think that this is not a good feature for go2trc.

AlexxIT commented 1 year ago

You can move fullscreen button via styles. Adding timestamp is another existing issue. It will be transcoding via ffmpeg.

AlexxIT commented 1 year ago

Timestamp issue #127

AlexxIT commented 1 year ago

https://github.com/AlexxIT/go2rtc/releases/tag/v1.6.0

wsantos commented 1 year ago

You can move fullscreen button via styles. Adding timestamp is another existing issue. It will be transcoding via ffmpeg.

@AlexxIT How can we use styles? I'm trying to object-fit: fill to my grid but I can only do with some JS magic.