Recherche avancée

Médias (91)

Autres articles (75)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (7363)

  • Decrypting .m3u8 AES 128 .drm file and IV

    26 septembre 2016, par Kishan

    Am trying to get the following video for offline viewing since my connection recently has been flakey.

    I’ve tried ffmpeg with the .m3u8 file but it says "invalid data" as the files are encrypted, I’ve been trying to read up on how to do it but can’t seem to find my exact scenario with this .drm file, everywhere they have the .key file. I’ve tried downloading each .ts and joining them which is fine but it is still encrypted, any help would be greatly appreciated.

    Link to site :
    https://www.my5.tv/eamonn-ruth-how-the-other-half-lives/season-2/episode-1

    The .m3u8 file starts like this :

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:9
    #EXT-X-PLAYLIST-TYPE:VOD
    #EXT-X-FAXS-CM:URI="C5206830001A_1500.drm"

    #EXT-X-KEY:METHOD=AES-128,URI="https://access.adobeprimetime.com/faxsks/axs_prod/key",IV=0x82ecdecae409ca0fedae928a76725804
    #EXT-X-MEDIA-TIME:0.0
    #EXTINF:9,
  • AVURLAsset tracks is empty, but video/audio is playable

    10 octobre 2016, par Paltr

    I have video that lives here :

    http://195.16.112.71/adaptive/66aebabb-2632-44fc-abf1-df29bca6b941.video/66aebabb-2632-44fc-abf1-df29bca6b941.m3u8

    Ffmpeg says that this video has 5 tracks and it’s correctly.

    But if I use AVURLAsset with that link it says me that there isn’t any tracks :

    NSArray* const tracks = asset.tracks; // it's empty

    I modified Apple’s StichedStreamPlayer sample to reproduce this problem, it lies here :
    https://yadi.sk/d/hV3jfbx1Z9sfC

    Simply click ’Load Movie’, than the ’Play’ button - movie plays perfectly, but if you check tracks variable in prepareToPlayAsset function you find it’s empty.
    The question is : why it’s empty if in reality the video has 5 tracks and how this video could be playing if no tracks exist, as AVURLAsset says ?

    Thanks for your help in advance !

  • aacsbr : Turnoff in the event of over read.

    20 mars 2017, par Alex Converse
    aacsbr : Turnoff in the event of over read.
    

    Aliased compressed AAC bytes are almost certainly not meaningful SBR
    data. In the wild this causes harsh artifacts switching HE-AAC streams
    that don’t have SBR headers aligned with segment boundaries.

    Turning off SBR falls back to a default set of upsampling parameters
    that can function as a sort of error concealment. This is consistent
    with how the decoder handles other sorts of errors.

    • [DH] libavcodec/aacsbr_template.c