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

Handle streams longer than 2^24 ms. #55

Merged
merged 1 commit into from
Feb 26, 2018
Merged

Conversation

j0sh
Copy link
Collaborator

@j0sh j0sh commented Feb 14, 2018

The FLV timestamp field is only 24 bits. A stream will hit this in
less than 5 hours, starting from a timestamp of 0. In this case,
write out the timestamp as an extended field for type-0 chunks
(type0 is the only output chunk type that is supported right now).

The FLV timestamp field is only 24 bits. A stream will hit this in
less than 5 hours, starting from a timestamp of 0. In this case,
write out the timestamp as an extended field for type-0 chunks
(type0 is the only output chunk type that is supported right now).
@ericxtang
Copy link
Collaborator

🚢

@ericxtang ericxtang self-requested a review February 26, 2018 23:31
@ericxtang ericxtang merged commit f98bf9b into nareix:master Feb 26, 2018
@qiu770
Copy link

qiu770 commented Aug 14, 2018

Hi,
I want to use the project,but using the project then " transcode> go run main.go" was error.
The FFmpeg version is 3.4 . I could not build that. Error Message is unknown type name 'AVAudioResampleContext'; did you mean 'AVFormatContext'?

Finally, I know the problem of AVAudioResampleContext and C.avcodec_profile_name_to_int used by joy4. Version 3.4 has no libavresample file. How should I include the libavresample file?

                                                               Asher

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

Successfully merging this pull request may close these issues.

3 participants