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

Failed to stop the muxer #145

Closed
maunishWisdomlogix opened this issue Jul 7, 2021 · 4 comments
Closed

Failed to stop the muxer #145

maunishWisdomlogix opened this issue Jul 7, 2021 · 4 comments

Comments

@maunishWisdomlogix
Copy link

No description provided.

@jumperson
Copy link
Contributor

May be fix this issue by #159.

@mycohbasilan
Copy link

try adding TrackType to your DataSource

@junghoon-luckyhuni
Copy link

what's mean trackType to yout dataSource?
i got same issue from andorid os 9 device.
i used below code.

 val mTranscodeVideoStrategy = DefaultVideoStrategy.exact(1080, 720).build()
 val transcodingFile = createTempOutputFile(context, MP4_SUFFIX)
 val builder = Transcoder.into(transcodingFile.absolutePath)
 val source = UriDataSource(context, uploadVideo.url.toUri())
 builder.addDataSource(source)
  ... 
.setVideoTrackStrategy(mTranscodeVideoStrategy).transcode()

@natario1
Copy link
Member

(Pasted to all my answers today: it's been a long time since my last issues review. I am sorry about the delay and I know you likely have moved on by now. Still, I'm going to answer where I can)

This is a bit too generic to be actionable. If you want please open a new issue and provide details (sample video and code).

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

5 participants