Closed Thread
Results 181 to 210 of 227
-
-
Frida Server doesn't require root or magisk. You can install from play store: https://play.google.com/store/apps/details?id=me.shingle.fridaserver
-
Well, seeing as the OP didn't even follow their own topic subject, I'll just leave this here
I like turtles
-
People like to throw their theories as if they 'read' or 'heard' somewhere to see if they can get the answer they're looking for, why not just ask, does frida-server works without root?
The answer is, no. There are hundreds of apps on the Google Play store that require root and can be downloaded fine. it requires root to function.
-
Frida Server can be used without root.
Here is a guide to install:
https://koz.io/using-frida-on-android-without-root/
But... Look at the first-given answer above by DannGamerz... Without root, you cannot access the path where L3 CDMs are stored, because you don't have administrative privileges on your Android system. On "unrooted" devices, you are using a "guest" account, admin account belongs to Google
-
It's beyond me why someone would go this far to post this much of nonsense into a single single post.
The article linked is to include one of the Frida tools to your target .apk so you have access to it on the same process as the .apk. you cannot do this for anything beyond the target application. The processes which this dumper will hook to is outside of any aplicacions. frida-server, which is what you need, can be used on any running processes, including drm.widevine or mediaserver, which ultimately requires root privilegies.
Who cares what someone say, you will not be able to run this dumper without root and the rida-server daemon running. Period.
-
Not sure what helping means to you but to me it doesn't mean spoonfeeding people instead of trying to let them figure out some things on their own. If someone were to ask what those function(s) mean or are related to, I'm not sure you would be so confident in explaining that.
-
-
Hi
I'm trying to extract another Key L3 on a Samsung Galaxy S5 and it seems a lot more complicated than Samsung Galaxy S5 Neo had succeeded.
Magisk doesn't seem fully rooted it just installs on the Ram.
And this model the latest Android is version 6.1. So impossible to use Frida and Module to switch to L3 in magisk.
Do you have an idea for a workaround to have magisk as a super user?.
Thanks
-
Hi! Long time lurker here, but decided to make an account, as this My5 _1080p "trick" has been bothering me for a while nowand sorry if I bump this up while it probably should have it's own thread.
Does someone have an example link maybe as I can't get this to work?
I made some code that makes a request to get the playback info json from
https://cassie-auth.channel5.com/api/v2/media/XXXXXX/E1234.json (example request)
The resulting JSON (sample below) has the mpd url in it and the WV url etc.., but I can add whatever I want to it, it will not become HD.
So I am guessing that this _1080p trick happens somewhere else? I tried with the Android and AndroidTV and the website but the stream results are always similar, so I am guessing either I need to hit a different endpoint or this _1080p trick is not working anymore?
example response I get from cassie-auth:
Code:<?xml version="1.0" encoding="UTF-8"?> <content> <id>C53336305473</id> <asset> <renditions> <rendition> <renditionid>0</renditionid> <format>SD</format> <bitrates> <bitrate>160</bitrate> <bitrate>360</bitrate> <bitrate>480</bitrate> <bitrate>800</bitrate> <bitrate>1200</bitrate> <bitrate>1500</bitrate> </bitrates> <url>https://akadash0.akamaized.net/cenc/C53336301233/C53336301233A/20220117193655/C5333630123A-tt.mpd</url> </rendition> </renditions> <profile>dash1</profile> <drm>widevine</drm> <keyserver>https://cassie.channel5.com/api/v2/licences/widevine/171/C5333630123?expiry=1644594863&tag=3063323730396536383464333334343163653837785566664663331626539395555677</keyserver> <version>A</version> <subtitled>true</subtitled> <subtitleurl>https://akasubs.akamaized.net/webvtt/C5333632503/C5333630403A.vtt</subtitleurl> <thumbnailsurl>https://akathumbnails.channel5.com/C5333630403A/thumbnails.vtt</thumbnailsurl> <audiodescribed>false</audiodescribed> <duration>2708</duration> </asset> </content>
-
1080p it only available via the MY5 Smart TV app on Samsung TVs. Not on Android or any other device. I suspect (Haven't been able to verify myself) that you need to sniff the data from the TV and I think this maybe gives a different mpd that can then have the _1080p trick done?
-
Thanks! I will give that a go in that case.. just need to find a Samsung TV next
, or if someone is willing to share some samples of the endpoints (complete mpd link for example) of the 1080p that would help as well. In the end they all talk to that cassie server I am sure of that, it is just a matter of finding out what the right path in that API is.
-
Did some experimenting last night and I think I sort of have the general idea now of how this works. What I would need is the platformId for Samsung TV's if someone would be willing to share that, that would be great
From my experiments, my LG Tv requests https://cassie.channel5.com/platform/my5lg/config.json for example, but Samsung is not as easy as my5samsung unfortunatly. Even then I am pretty sure I need the private key to make the requests to the auth server to get the JSON but having the right PlatformID would be a good start.
I got it all working for SD content at the moment but I want the HD stuff
-
please check your PM thanks as im the one that discovered the _1080p trick
(these expire quickly if it does ill post it again)
Normal MPD:
http://akasss.channel5.com/playready/C5318400001/C5318400001A/20200629142103/C53184000...A.ism/Manifest
1080p MPD:
http://akasss.channel5.com/playready/C5318400001/C5318400001A/20200629142103/C53184000...Manifest_1080pLast edited by Dannyboi; 12th Feb 2022 at 10:18.
Similar Threads
-
How to use working CDM to decrypt L1 content
By mathieuthibault in forum Video Streaming DownloadingReplies: 15Last Post: 21st Oct 2023, 07:41 -
Widevine CDM
By KyoGo in forum Video Streaming DownloadingReplies: 8Last Post: 19th Jul 2023, 03:43 -
new cdm
By ThunderRanger in forum Video Streaming DownloadingReplies: 0Last Post: 6th May 2020, 03:16 -
Android Players vs LavFilters-MadVR? Looking to go to Android BOX
By therock003 in forum Software PlayingReplies: 3Last Post: 20th Jul 2018, 11:11 -
Android:i want to play this channel in vlc android application (vlc.apk)
By sam jack in forum Newbie / General discussionsReplies: 5Last Post: 16th Oct 2017, 16:10