VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. https://www.catchplay.com/tw/watch/d81ac576-e2ad-465c-87f9-9239034b07c4
    I believe this EP is free to watch
    Need a Taiwan IP to register and watch, they offer 4k for this title, but web browser only get you 1080p,
    I've tried Android/android TV/Smart TV headers but only getting 1080p manifest.
    Mpd files are takened , so I don't think I can simply change manifest to get 4K.
    I know how to get keys,I'm just trying to find out how to get 4k manifest.
    HTML Code:
     https://vcmsapi.catchplay.com/video/v3/mediaInfo/{catchplay_video_id}
    HTML Code:
    headers = {
                    'accept': '*/*',
                    'accept-language': 'zh-CN,zh;q=0.9,en;q=0.8',
                    'asiaplay-app-version': '3.0',
                    'asiaplay-device-model': 'Google_TV',
                    'asiaplay-device-type': 'tv',
                    'asiaplay-os-type': 'android',
                    'asiaplay-os-version': '11',
                    'asiaplay-platform': 'tv',
                    'authorization': f'Bearer {vcms_access_token}',
                }
    Last edited by z1269925944; 15th Jul 2024 at 11:32.
    Quote Quote  
  2. not sure whether will work, try to modify some of the parameters in the header?

    Code:
    'asiaplay-app-version':'3.0',
    'asiaplay-device-model':'DT1901A',
    'asiaplay-device-type':'android',
    'asiaplay-os-type':'app',
    'asiaplay-os-version':'25',
    'asiaplay-platform':'bigscreen',
    Quote Quote  
  3. Banned
    Join Date
    Apr 2022
    Location
    Hong Kong
    Search Comp PM
    Originally Posted by Frieren View Post
    not sure whether will work, try to modify some of the parameters in the header?
    A great idea. Have tested headers that Frieren posted, however, still got the 1080p version.
    Code:
    *CENC 1920x1080 | 6835 Kbps | 10 | 29.97 | avc1.4d4029 | 338 Segments | ~11m14s
    Quote Quote  
  4. Originally Posted by Frieren View Post
    not sure whether will work, try to modify some of the parameters in the header?

    Code:
    'asiaplay-app-version':'3.0',
    'asiaplay-device-model':'DT1901A',
    'asiaplay-device-type':'android',
    'asiaplay-os-type':'app',
    'asiaplay-os-version':'25',
    'asiaplay-platform':'bigscreen',
    my guess is that they need token from a supported device
    because whatever I put in the headers above they always give me 1080p like this
    HTML Code:
        'asiaplay-app-version': '3.0',
                    'asiaplay-device-model': 'IndiHome_ZTE_4K',
                    'asiaplay-device-type': 'fvck',
                    'asiaplay-os-type': 'app',
                    'asiaplay-os-version': '28',
                    'asiaplay-platform': 'bigscreen',
                    'authorization': f'Bearer {vcms_access_token}',
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!