Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (102)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10937)

  • How can I play Encrypted HLS video on 2 domains hosted on 2 servers ?

    2 septembre 2021, par Aamir Bashir

    I have a LMS deployed on 2 different domains that are hosted on 2 servers. One is VPS bought for hosting videos and other is a shared hosting server. LMS is deployed on both. I used FFMPEG to create encrypted HLS videos on VPS using a key stored on VPS. Now these videos are working fine on VPS but when I use the video URL to play it on shared hosting LMS, it gives error "The media could not be loaded, either because the server or network failed or because the format is not supported".

    


    KEYINFO file contains the path to key on VPS server.
I am using Video-js and its plugins to play HLS videos.

    


    Is there anyway to play these encrypted HLS videos on both domains ?

    


  • ios ffmpeg play sound [on hold]

    12 février 2014, par Hadi M.NourAllah

    how to play local and streaming sound like wmv using ffmpeg

    is there source code or something ???

    i have ffmpeg and i compiled it now i don't how to use it into my ios project

  • (ffmpeg.autogen)How can i play Audio AVframe (rtsp)

    2 octobre 2018, par newbie

    help me....plz...

    i want play audio frame...

    else if (_pPacket->stream_index == _audio_streamIndex)
    {
       ffmpeg.avcodec_send_packet(_audioCodecContext, _pPacket).ThrowExceptionIfError();
       error = ffmpeg.avcodec_receive_frame(_audioCodecContext, _audioFrame);

       frame = *_audioFrame;

       //how can i play sound ??
       }