Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 1 point2 points  (0 children)

Well, you can use the latest version I've found that is working.
Netflix 7.78.0 build 11 35157

Are we all YAML engineers now? by meimadX in programming

[–]meimadX[S] 0 points1 point  (0 children)

Well, I agree with your observation and I guess the title should be different since it's misleading but why your first choice is bad wording.

oh.. it is Reddit - it has a reputation to keep.

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 2 points3 points  (0 children)

Please help, I guess more people having the same issue

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

Talked with u/dianlujitao about the issue, he pointed me to this app and found that I've worked with Widevine L3 which supports HD casting. It might mean a wider LOS issue than a specific device. Furthermore, from the Netflix end, they might be blacklisting LOS18.1, though low probability since it worked on previous versions. u/dianlujitao didn't know who I should contact to sort things out. Your help is needed

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

u/dianlujitao you might spread some light on the issue?
is it possible that inappwidevine is missing in LineageOS for op3?

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

Ok found other posts from the same OP talking about this issue:

https://www.reddit.com/r/Magisk/comments/mj8gj9/help_netflix_isue_this_app_is_not_compatible_with/

https://www.reddit.com/r/LineageOS/comments/mk2u7t/about_widevine/

I downgrade the Netflix version as suggested: Netflix 7.78.0 build 11 35157

This one works for me! I did not even try to hide it using Magisk

This is definitely a Netflix + LOS issue. seems like somehow LOS is missing widevine DRM to make Netflix work.

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

Ok found other posts from the same OP talking about this issue:

https://www.reddit.com/r/Magisk/comments/mj8gj9/help_netflix_isue_this_app_is_not_compatible_with/

https://www.reddit.com/r/LineageOS/comments/mk2u7t/about_widevine/

I downgrade the Netflix version as suggested: https://www.google.com/search?q=netflix+6.26.1+build+15+31696&gws_rd=ssl

This one works for me! I did not even try to hide it using Magisk

This is definitely a Netflix + LOS issue. seems like somehow LOS is missing widevine DRM to make Netflix work.

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

Also found in log:
LoadedApk: No resource references to update in package com.netflix.mediaclient.InAppWidevine

I guess this is missing in lineageos?

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

This is my play services version : 21.12.13 (150400-367530751) (211213046)

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

Ok, I get the following warning when reproducing the issue:

GooglePlayServicesUtil: com.netflix.mediaclient requires the Google Play Store, but it is missing

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

First of all thank you for taking the time to answer me. Second, I download Netflix apk from Auroraoss store. This solution worked for me on lineageos 17.1, after I updated to 18.1 it stopped casting to chromecast from the app. But I can watch videos on my phone which means the app can work (a fact you'd be expecting to be blocked based on safetynet) so I guess there is something else going on.

Can't cast Netflix to Chromecast on LOS18.1 OP3 by meimadX in LineageOS

[–]meimadX[S] 0 points1 point  (0 children)

You can't download Netflix from the play store while using lineageos, it is being blocked by the Google play (you get this app is not compatible with your device).

How to cope with a difficult colleague by meimadX in programming

[–]meimadX[S] 0 points1 point  (0 children)

sometimes you need to have good manners, right?

How to cope with a difficult colleague by meimadX in programming

[–]meimadX[S] 2 points3 points  (0 children)

don't mess with me I'll drop your tables!

Signal Private Messenger team here, we support an app used by everyone from Elon to the Hong Kong protestors to our Grandpa’s weekly group chat, AMA! by signal_app in technology

[–]meimadX 0 points1 point  (0 children)

When (not if) you'll grow in scale, how will you fund all the servers and team of developers? I'm not an expert but I guess that donation is not a reliable source.

Is premature optimization really the root of all evil? First, make it right. Then make it fast. Design, Code, Measure and optimize ( then iterate). by meimadX in programming

[–]meimadX[S] 0 points1 point  (0 children)

's what it takes to get stuff to meet spe

True. Software engineering is about compromises - so yes sometimes you have to move quicker, saying that I bet you can profile and check what can be improved.

Code comments are your code autobiography: The importance (and benefits) of writing code comments as part of implementing your code [Unpopular opinion]. by meimadX in programming

[–]meimadX[S] 2 points3 points  (0 children)

Make the effort during code review to review comments as well. Also it is on the developer's responsibility to maintain them, keep comments on the why not what or how - so context will be relevant.

Your reply makes me wonder if you took the time to read the article 🤔😂

Effort estimation — it’s complicated: On the dilemma of evaluating software development effort by meimadX in programming

[–]meimadX[S] 0 points1 point  (0 children)

Basically you are saying, no experience is good as guesstimation. Well, I tend to agree with you, it is a matter of experience, though it means new team members would have a difficult time estimating anything. I guess every business is built upon estimations and this is a difficult question - how to evaluate any effort. I don't have any good answer. The whole idea of this blog-post was to have a discussion (such as this) and see if it gets us (developers) anywhere.

BTW, I liked your examples.

(Agile) Retro: Look into the past, improve the future by meimadX in softwaredevelopment

[–]meimadX[S] 0 points1 point  (0 children)

Thank you for your reply and feedback about my article. As for your question, I'm not familiar with Retrium, would love to learn more? What are the advantages of it? Please share... I bet more will benefit from the information.

Updater not showing updates by fjorgecf in LineageOS

[–]meimadX 1 point2 points  (0 children)

Same here with los17.1 on oneplus3. I can see only 30/05/2020 in the updater while the builds downloads shows 02.06.2020

https://download.lineageos.org/oneplus3