geeksville / Micro-RTSP

A RTSP video server intended for very small CPUs (ESP32 etc)
MIT License
755 stars 199 forks source link

Timestamp overlay #14

Closed kielnino closed 2 years ago

kielnino commented 5 years ago

Hi, is there a possibility to add the current timestamp to the streamed video?

Net-time commented 4 years ago

Anything is possible but without RTC and even less FPS probably not feasible. I suggest you restream it with Vlc or ffmpeg and add timestamp.

Hcreak commented 1 year ago

Anything is possible but without RTC and even less FPS probably not feasible. I suggest you restream it with Vlc or ffmpeg and add timestamp.

I want to overlay text on the screen to make the OSD. The text does not require timeliness. Is this feasible?