Recherche avancée

Médias (0)

Mot : - Tags -/latitude

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (80)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (10908)

  • Merge commit ’d7595de0b25e7064fd9e06dea5d0425536cef6dc’

    1er avril 2017, par Clément Bœsch
    Merge commit ’d7595de0b25e7064fd9e06dea5d0425536cef6dc’
    

    * commit ’d7595de0b25e7064fd9e06dea5d0425536cef6dc’ :
    aarch64 : vp9 : use alternative returns in the core loop filter function

    This commit is a noop, see 62ea07d797c503bc4b727e56d9c0f914a93c8ef6

    Merged-by : Clément Bœsch <u@pkh.me>

  • Additionals : Add notEqualTo method

    17 février 2015, par robotdan
    Additionals : Add notEqualTo method
    

    New method ‘notEqualTo’ that delegates to the equalTo method and
    returns the inverted value.

    Closes #1020

  • hey i need to download my coaching classes but they are using hls aes 128 bit encrypted streams. i downloaded m3u8 and all .ts files and found enc key

    19 mars 2023, par tinu one

    I downloaded all the .ts files using a python script but it is encrypted with aes 128.i found a encryption key (supposedly) under the network tab in developer options. I ran it through ffmpeg but got an error( invalid data found while processing ). I need these classes because they are going to remove it in may 2023. i am a noob to this and may have done step wrong. Please forgive me. I would deeply appreciate anyone who will help me find a solution to this problem. Thankyou.

    &#xA;

    I downloaded all the .ts files and m3u8 file and put it inside a folder. I hosted the key file in localhost that I found under the preview tab of the network tab in developer options( it was named key/ after all and had characters which was not human readable. it also had the request URL similar to that inside the m3u8 file)because ffmpeg did not want to read the key file from my local pc. I edited the m3u8 file to access the key stored in local host and it read successfully. but it shows error( invalid data found while processing).

    &#xA;

    encryption key from preview tab I found : Ø®¢Ù¦Aä [u&#xA;request url of the key : https://classes.brilliantpala.org/api/v2.5/video_contents/42475/key/

    &#xA;

    unedited m3u8 file :

    &#xA;

    #EXTM3U&#xA;#EXT-X-VERSION:3&#xA;#EXT-X-TARGETDURATION:19&#xA;#EXT-X-MEDIA-SEQUENCE:0&#xA;#EXT-X-KEY:METHOD=AES-128,URI="https://classes.brilliantpala.org/api/v2.4/encryption_key/40cd559c70c241699cfcda9072c4fb42/",IV=0x00000000000000000000000000000000&#xA;#EXTINF:11.680000,&#xA;video_0.ts&#xA;#EXTINF:10.000000,&#xA;video_1.ts&#xA;#EXTINF:10.000000,&#xA;etc etc..&#xA;

    &#xA;

    fetch("https://classes.brilliantpala.org/api/v2.5/video_contents/42475/key/", {&#xA;  "headers": {&#xA;    "accept": "*/*",&#xA;    "accept-language": "en-US,en;q=0.9",&#xA;    "sec-ch-ua": "\"Microsoft Edge\";v=\"111\", \"Not(A:Brand\";v=\"8\", \"Chromium\";v=\"111\"",&#xA;    "sec-ch-ua-mobile": "?0",&#xA;    "sec-ch-ua-platform": "\"Windows\"",&#xA;    "sec-fetch-dest": "empty",&#xA;    "sec-fetch-mode": "cors",&#xA;    "sec-fetch-site": "same-origin",&#xA;    "x-key": "5e5d8c5d0486a678ccd4935ecb9fa8a01b1db7327396184ab00b50573119e947"&#xA;  },&#xA;  "referrer": "https://classes.brilliantpala.org/courses/535/contents/42475/",&#xA;  "referrerPolicy": "strict-origin-when-cross-origin",&#xA;  "body": null,&#xA;  "method": "GET",&#xA;  "mode": "cors",&#xA;  "credentials": "include"&#xA;});```&#xA;&#xA;&#xA;

    &#xA;