question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error on VideoComposer.release()

See original GitHub issue

First of all, allow me to thank you for your hard work and making this awesome library.

What would be the reason for crashing with illegal state exception on VideoComposer.release() , on

Line 146 if (decoderStarted) decoder.stop();

or

Line 151 if (encoderStarted) encoder.stop();

The error comes from Mp4ComposerEngine, line 147 throw new Error("Could not shutdown mediaExtractor, codecs and mediaMuxer pipeline.", e);

How to gracefully handle this error in the app?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

0reactions
BilalAsif25commented, Mar 1, 2021

@MasayukiSuda @alinberce @Siddharthflo @kikusourabh

hi guys, any fix for this i am stuck at this, i am using vivo 1915

Read more comments on GitHub >

github_iconTop Results From Across the Web

Stop() called but track is not started - Stack Overflow
The error is Failed to add the track to the muxer ... try { if (videoComposer != null) { videoComposer.release(); videoComposer = null;...
Read more >
6 Troubleshooting Tips For Avid Media Composer Errors
From crashes to offline media to files that won't export. We look at a half-dozen ways to fix some of Avid's most common...
Read more >
Android Player SDK Changelog | Twilio
Fixed a bug where a loaded stream could play without the play method ... To update your applications from a preview release, please...
Read more >
Tizen Native API: Video Metadata
Gets the video composer. ... Returns: 0 on success, otherwise a negative error value ... Remarks: You must release album_artist using free(). Parameters: ......
Read more >
276338 – media-gfx/blender-2.5 SVN - Gentoo's Bugzilla
missing blender-desktop.patch produce the following error: * Cannot ... we'll be able to remove the actual src_install() ebuild function and ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found