1. No user installed addons are supported, python or otherwise.
2. No, they really are not supported.
3. They are not coming back
4. Read from 1. again

Any mention of illegal streaming sites, addons or any pirated material will not be tolerated. This is not democracy and any offenders will be banned and posts deleted immediately without warning.

Other than that, we hope you enjoy MrMC so far and we welcome any input and feedback you might have.

Team MrMC.

A tvOS Dev Looking to Understand how MrMrc did frame rate matching

Development talk only
Post Reply
just-a-dev
Posts: 1
Joined: 16 May 2019, 02:24

A tvOS Dev Looking to Understand how MrMrc did frame rate matching

Post by just-a-dev »

Hey Everyone --

I'm a fellow tvOS dev with zilch for Objective-C experience and I'd like to understand how you implemented frame rate / content matching in MrMc but do it with Swift instead. Looking at the code here:

https://github.com/MrMC/mrmc/blob/e69e4 ... r.mm#L2151

It seems like a custom class with the same name as the AVDisplayCriteria interface/class from Apple was created. I tried various combinations of things in Swift a custom class that extends AVDisplayCriteria but it always ends up crashing with a bad memory access.

Any insights would be helpful.

Thanks!
User avatar
davilla
Team MrMC
Posts: 4377
Joined: 26 Oct 2015, 17:01

Re: A tvOS Dev Looking to Understand how MrMrc did frame rate matching

Post by davilla »

I don't think you can do this directly in swift. you need an obj-c helper to do it,
Post Reply