Recherche avancée

Médias (91)

Autres articles (101)

  • 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 (...)

  • 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

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6799)

  • Local file creation of ffmpeg hls http stream

    10 juillet 2018, par Emilian

    After researching all the options for ffmpeg hls streaming and setting it up for uploading to a http server i encountered a problem, ffmpeg also creates local files for the segment/playlist in the current working directory.

    What im trying to achieve is upload to a server and serve the segments and playlist from memory and not from disk. Tried setting a http url for segments like this :

    ffmpeg -re -i filter_test.ts -f hls -hls_segment_filename http://localhost:3000/segment/playlist_%03d.ts -method PUT http://localhost:3000/segment/playlist.m3u8

    but that also didnt work.

    Is there any way to stop ffmpeg from creating local files for the hls stream and only upload them to the server ?

    In the logs it says

    [hls @ 00000274041104e0] Opening 'http://localhost:3000/segment/playlist_000.ts' for writing
    [http @ 00000274046a2fa0] request: POST /segment/playlist_000.ts HTTP/1.1

    but nothing about writing it to a file.

  • http: Allow setting a Content-Type for POST requests

    6 mars 2014, par Clément Bœsch
    http: Allow setting a Content-Type for POST requests
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] doc/protocols.texi
    • [DBH] libavformat/http.c
  • doc/protocols : Fill in missing HTTP options

    22 avril 2024, par Derek Buitenhuis
    doc/protocols : Fill in missing HTTP options
    

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DH] doc/protocols.texi