Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add option to add timestamp to feed #127

Closed
algoz098 opened this issue Dec 6, 2022 · 3 comments
Closed

[Feature] Add option to add timestamp to feed #127

algoz098 opened this issue Dec 6, 2022 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@algoz098
Copy link

algoz098 commented Dec 6, 2022

Would be good for a some type of cameras which do not have it, to be able to add timestamp to the feed.

Some research indicate it would be easy to do it with ffmpeg, most of the cases i imagine would be in using ffmpeg too.

Is this possible and reasonable?

Would love to see it.

@NickM-27
Copy link
Contributor

NickM-27 commented Dec 6, 2022

In case you're not aware this would involve decoding the stream, adding the timestamp, and reencoding the stream (via ffmpeg) which is a lot of work for your cpu and will add latency.

Also worth noting is that go2rtc already supports ffmpeg commands so you can do this yourself today.

@AlexxIT AlexxIT added the enhancement New feature or request label Dec 6, 2022
@AlexxIT
Copy link
Owner

AlexxIT commented Jun 27, 2023

#402 (comment)

@AlexxIT
Copy link
Owner

AlexxIT commented Jul 11, 2023

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants