Recherche avancée

Médias (1)

Mot : - Tags -/vidéo

Autres articles (67)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

Sur d’autres sites (11970)

  • Ffmpeg library compilation in linux ubuntu

    31 octobre 2023, par Mohideen Irfan

    I have been trying to use ffmpeg lib in my c code. Its not linking properly. I even set Package config path and ld library path. I don't what is going wrong. Please give me steps from installation, compilation and at last how to link our c file with these library files. And any steps i forgot to include

    


    FFMpeg library.compile it build it and use it in my c code and link it and run it

    


  • Building library for Xcode (And including linking)

    25 octobre 2012, par Jimmy

    I'm trying to use the FFMPEG library in an XCode 4.5.1 project. But I'm having difficulty adding the library to my project. While I thought I built the project properly and was able to include

    #include <libavcodec></libavcodec>avcodec.h>

    But I ran into linking issues.

    Is there anyone out there that can provide me the method they used to build the library properly ? I'd like to learn how to do this the right way so I can help others and understand my IDE a little better.

    Thanks.

  • Is there any Vlc Library(.dll) video streaming capacity ?

    19 octobre 2018, par Salih Karagoz

    I am using Vlc Media Player Library for making C# Windows Form application. Also, I have wrapper classes for using that library. I am getting streaming videos with RTSP protocol.

    My question, what I am wondering or what I am researching is there any network capacity for using Vlc media Library ? Namely for example, if I use this library for 30 different network streaming(cameras), Can I get errors or freezing videos ? I am trying to make a program which will use with lots of cameras. Shall I use different libraries(FFMPEG) ?

    Could you share your experience for video streaming capacity or Vlc Media Player library capacity ? Generally, what is the reason of freezing in the video streaming ?

    Thanks in advance...