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

Errors #1526

Open
HomeAssist87 opened this issue Dec 27, 2024 · 1 comment
Open

Errors #1526

HomeAssist87 opened this issue Dec 27, 2024 · 1 comment
Assignees
Labels
question Further information is requested

Comments

@HomeAssist87
Copy link

Go2rtc unexpectedly stopped, server log
(Warning) go2rtc

Possible Cause
Repeated stream errors or timeouts can cause the go2rtc process to crash or restart unexpectedly.

Error from stream worker: No dts in 7 consecutive packets
(Error) Stream

Possible Cause
“No dts” (decoding timestamp) means the demuxer can’t find timestamps in consecutive packets. This is often a camera firmware or network timing/latency issue.

Warnings from github.com/AlexxIT/go2rtc/pkg/core/track.go:144 +0x48 and track.go:112 +0x28
(Warning) go2rtc

Possible Cause
go2rtc logs these warnings when it encounters problems parsing or relaying a video/audio track.

@AlexxIT AlexxIT added the question Further information is requested label Jan 3, 2025
@AlexxIT AlexxIT self-assigned this Jan 3, 2025
@AlexxIT
Copy link
Owner

AlexxIT commented Jan 3, 2025

"stream worker" or "dts warnings" not related to this project. Only this line related

github.com/AlexxIT/go2rtc/pkg/core/track.go:144 +0x48 and track.go:112 +0x28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants