Recherche avancée

Médias (0)

Mot : - Tags -/acrobat

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

Autres articles (95)

  • 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

  • Configuration spécifique d’Apache

    4 février 2011, par

    Modules spécifiques
    Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
    Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
    Création d’un (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (5107)

  • http: Add support reading ICY metadata

    10 mars 2014, par Luca Barbato
    http: Add support reading ICY metadata
    

    Export the metadata as a icy_metadata_packet avoption.
    Based on the work of wm4 and Alessandro Ghedini.

    Bug-Id : https://bugs.debian.org/739936

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

    • [DH] doc/protocols.texi
    • [DH] libavformat/http.c
  • avformat/http: Add short_seek_size option

    26 octobre 2021, par Derek Buitenhuis
    avformat/http: Add short_seek_size option
    

    In 45bfe8b838275235412777dd430206d9a24eb3ee, short_seek_threshold was removed
    from the public AVIO struct. Although this option was private and not intended
    to be used by public API users, it was nonetheless, because it provided functionality
    that could otherwise not be gained via public API.

    This was especially important for networked I/O like HTTP, where the internal
    size for lavf could be way to small depending on the specifics of a user's
    usecase, such as reading interlavd media files from cloud storage.

    Add an AVOption to make this functionality accessible to the HTTP client.

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

    • [DH] libavformat/http.c
    • [DH] libavformat/version.h
  • Convert RTP/UDP Stream to HTTP with ffmpeg

    14 février 2020, par inversus

    As you may know, Android uses a strange implementation of RTP - It can only play low bitrate RTP streams. On the other hand, it can play Full HD HTTP stream flawlessly.

    I’m trying a workaround for this problem : As stated in the title, using ffmpeg to convert the RTP/UDP stream to HTTP.

    I’ve already compile ffmpeg for android, but I’m having difficulties configuring the ffserver.conf.

    1. Is it possible to achieve what I want with ffmpeg ?
    2. I dont need any transcoding, will it use lots of the processor/memory ?
    3. Can you help me with these configurations ?

    I receive a udp/rtp multicast stream :

    • udp ://@239.192.1.31:1234 or rtp ://@239.192.1.31:1234 - TV channels

    I want to output to HTTP :

    Thank you in advance
    inversus