Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (80)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • How to play transport stream ? [on hold]

    3 juin 2014, par berke

    I tried to play ts file in android vlc and couldn’t play a video which has unknown pids in vlc.

    What i try to do is to play a .ts video(via vlc android) that has unknown pids in it (at least vlc android logs says that).

    In windows vlc, when i start vlc via cmd window(like this : pathtovlc\vlc.exe —demux ffmpeg). I can play the .ts file that i have.

    1. What is the difference btw starting plainly and starting this cmd parameter.
    2. Can I accomplish to play this video with android vlc source.
  • Identify local vs live URL FFmpeg

    9 juin 2014, par Tarun Seera

    Hi I am using FFmpeg in my iOS app for stream local and live URL.
    Is there any way to identify the URL which I am opening is local or live.
    Actually I want to specify the rtsp_transport in avformat_open_input accordingly.
    If I do not specify the transport its by default taking UDP.
    In UPD I am losing packets in live stream.So i want to specify the transport TCP for live and default for local url.

  • Identify local (LAN) vs live URL FFmpeg

    11 juin 2014, par Tarun Seera

    Hi I am using FFmpeg in my iOS app for stream local and live URL.
    Is there any way to identify the URL which I am opening is local or live.
    Actually I want to specify the rtsp_transport in avformat_open_input accordingly.
    If I do not specify the transport its by default taking UDP.
    In UPD I am losing packets in live stream.So i want to specify the transport TCP for live and default for local url.