Scott Baar

Results 29 comments of Scott Baar

Can you explain what is causing the memory leak or churn? Are you saying multiple C presenters are being created? Is the B destroyed at the right time but not...

This is actually critical for us as one of the fields is a huge long link, and when putting it in the right side of a lightning record page (below...

Looks like it works fine on windows 10 at least. It happens on my 2 M1 macbooks latest OS 12.6 monterey

The latest. The only way to fix the issue is to change the refresh rate setting in system settings>displays from ProMotion to 60hz

I was able to stop the rotation by calling the following code after app launch in a native module. It tells the device to stop generating orientation notifications whenever one...

[http://developer.android.com/reference/android/media/MediaMuxer.html](Media Muxer) [http://bigflake.com/mediacodec/EncodeAndMuxTest.java.txt](example code) It should be possible with this class and code, taking the mediacodec's output and giving it to the muxer before it's sent along the network in...

@ririsrismawati The link is working if you copy and paste it into the url bar, I don't know why clicking it gives 404 :/

@ririsrismawati mmUxer in the AAC and VideoStream classes is the Muxer class in the gist, which encapsulates a regular MediaMuxer. It relies on video and audio being added with addTrack...

I doubt it's possible using this library. You can try setting up a second media codec pair, but that would probably be a lot of work and it may not...

@ZaitPaulo Hola, create the muxer and give it to the video and audio tracks just before mClient.startStream(), to use the name given in example 3.