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

feat: add a nodejs binary for transmux via command line #366

Merged
merged 4 commits into from
Feb 24, 2021

Conversation

brandonocasey
Copy link
Contributor

No description provided.

Copy link
Member

@gkatsev gkatsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems to create mp4 files but the timing is all messed up. Is it because there's no associated init segment?

Comment on lines +35 to +38
} else if ((/^--help|-h$/).test(arg)) {
showHelp();
process.exit(0);
} else if ((/^--debugger|-d$/).test(arg)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we currently error out if muxjs-transmux is run without arguments, we probably should default to showHelp()

@brandonocasey
Copy link
Contributor Author

The timing issues could be because I set base media decode time to a default value of 100000

@brandonocasey
Copy link
Contributor Author

Actually I think you mean the duration of the file when playing back? That happens because we set duration to 0xffffffff by default in our generated fmp4 files.

@gkatsev
Copy link
Member

gkatsev commented Feb 17, 2021

Yeah, of the generated mp4 file.

Copy link
Member

@gkatsev gkatsev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think I'm still getting weird durations in the output but I think we can fix it later.

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.

None yet

2 participants