Recherche avancée

Médias (91)

Autres articles (99)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

Sur d’autres sites (7995)

  • avcodec/vc2enc_dwt : Avoid NULL - 0

    8 février 2022, par Andreas Rheinhardt
    avcodec/vc2enc_dwt : Avoid NULL - 0
    

    It is sane, but UB. It could happen in case of allocation errors
    in vc2_encode_init().

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vc2enc_dwt.c
  • Using FFMPEG libs to UDP stream mpeg2 ts video delay / initial connection problems

    16 mars 2015, par ccoral

    Currently using the lib’s from FFPMEG to stream some MPEG2 TS (h264 encoded) video. The streaming is done via UDP multicast.

    The issue I am having currently is two main things. There is a long initial connection time / getting the video to show (the stream also contains metadata, and that stream is detected by my media tool immediately).

    Once the video gets going things are fine but it is always delayed by that initial connection time.

    I am trying to get as near to LIVE streaming as possible.

    Currently using the av_dict_set(&dict, "tune", "zerolatency", 0) and "profile" -> "baseline" options.

    GOP size = 12 ;

    At first I thought the issue was an i frame issue, but the initial delay is there if gopsize is 12 or default 250. Sometimes the video will connect quickly, but it is immediately dropped, the delay occurs, then it starts back up and is good from that point on.

    According to documentation the zero latency option should be sending many i frames, to limit initial syncing delays.

    I am starting to think its a buffering type issue, as when I close the application and leave the media player up, it then fast forwards through the delay till it hits basically where the file stops streaming.

  • avfilter/vf_separatefields : stop leaking last frame

    8 août 2017, par Paul B Mahol
    avfilter/vf_separatefields : stop leaking last frame
    

    This can happen when filtering is ended without receiving EOF.

    • [DH] libavfilter/vf_separatefields.c