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

ts muxer TimeToPCR error, vlc cannot play #75

Open
Kittoa opened this issue Feb 20, 2023 · 0 comments
Open

ts muxer TimeToPCR error, vlc cannot play #75

Kittoa opened this issue Feb 20, 2023 · 0 comments

Comments

@Kittoa
Copy link

Kittoa commented Feb 20, 2023

ts := uint64(tm * PCR_HZ / time.Second)
ts := uint64(tm / time.Second * PCR_HZ)

tsio.go. func TimeToPCR

These two values are not the same, resulting in pcr error and vlc cannot play

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

No branches or pull requests

1 participant