VideoHelp Forum
+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 31 of 31
Thread
  1. Abyss now supports these resolutions

    Code:
    this.resolutions = ["sd", "mHd", "hd", "fullHd", "origin", "QHD", "UHD"],
    this.labels = ["360p", "480p", "720p", "1080p", "Origin", "1440p", "2160p"],
    Also they seemed to abandon the "whw" "www" scheme. But downloading with it still works for new uploads. But limited up to only 1080p.

    Code:
    window.SoTrymConfigDefault = {
        "pieceLength": 65536,
        "sd": [79151171],
        "hd": [273548983, 332194984],
        "fullHd": [306708838, 334893211]
    };
    Following the execution. it seems to be checking if it's AV1. And also it gets sorted lowest to highest
    When generating a URL. It seems to check each one by one to see if it works.

    Line 15230 bundle.min.js:
    Code:
    if (this.isSpAv1) {
        var b = m.filter((e=>"object" == typeof e)).map((e=>e.size)).sort();
        b.length && (y = Number(b[0]))
    }
    if (!y) {
        var g = m.filter((e=>!!Number(e))).map((e=>e)).sort();
        g.length && (y = Number(g[0]))
    }
    Here's the code that generate a URL
    Line 15676 bundle.min.js:
    Click image for larger version

Name:	I3UKx4N.png
Views:	12
Size:	61.5 KB
ID:	80095
    Click image for larger version

Name:	11q4aD3.png
Views:	10
Size:	35.4 KB
ID:	80097

    The chunks range for the URL is from this

    Code:
    this.lastChunkIndex = Math.ceil(this.length / this.chunkLength) - 1)
    Code:
    window.SoTrymConfigDefault = {
        "pieceLength": 65536,
        "sd": [79151171],
        "hd": [273548983, 332194984],
        "fullHd": [306708838, 334893211]
    };
    ciel(306708838/65536)-1 = 4680

    URL range https://cdn.globalcdn56.one/qa5Be9UM7/...Jye/0-4680

    Video seems to download from Websocket after that. Only after skipping, then it would download from chunks URL briefly.

    The https://cdn.globalcdn56.one/qa5Be9UM7/...Jye/0-4680 doesn't seem to generate without first being loaded from the video. I get 404 before loading it.

    Tried to brute force link with different "www" prefix scheme but they don't seem to be using it for higher res.
    Last edited by cibkosglowendnl; 25th Jun 2024 at 18:29.
    Quote Quote  



Similar Threads

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