Recherche avancée

Médias (91)

Autres articles (75)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

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

Sur d’autres sites (8774)

  • streaming while displaying locally [duplicate]

    17 mars 2021, par Olivier

    I'm trying to stream a V4L2 device over UDP while displaying it locally too

    


    streaming is ok :
    
ffmpeg -f v4l2 -i /dev/video0 -preset ultrafast -vcodec libx264 -tune zerolatency -b:v 900k -f mpegts udp://x.x.x.x:8554

    


    playing is ok too : ffplay -f v4l2 -i /dev/video0

    


    and after googling and searching around I found few infos here about using tee

    


    I tried and tried again until I found an error free command line ffmpeg -f v4l2 -i /dev/video0 -preset ultrafast -vcodec libx264 -tune zerolatency -b:v 900k -f mpegts udp://x.x.x.x:8554 -f mpegts -| tee >(ffplay -f mpegts -i -)

    


    except it doesn't open a window with video display but full filling terminal with garbage characters
any help / idea / advice will be much appreciated

    


  • Convert Video to HTML5 formate on live streaming

    30 juin 2016, par php-coder

    this may be answered before but i am not able to find the correct answer for my problem.

    I am developing a site in PHP where user can upload a video in any format (only video format), the format can be any wmv, avi, flv, mp4 etc.

    But I only need to play that video using html5 video tag, but HTML5 only support mp4, WebM and Ogg extension. And I don’t want to convert the video to any other format other than original due to some copyright rules.

    now I come up to conclude to convert original video to html5 supported on live streaming, so I have gone through everywhere and google it so many time and other ways but I only find the solution for FFMPEG which convert my video to html5 support and save on my server which i don’t want, as that make much burden on my server saving same video in three different formats....

    So, I need a help if anyone can suggest me how I can use video with any format to play it on HTML5 video tag.

    Thanks in advance.

  • Do we need to transcode mp4 or mp3 to HLS format for streaming video/ audio on mobile app ?

    2 février 2019, par ken_vk

    We are developing a mobile app which play music and video .

    The music (.mp3) and video(.mp4) is about 5 - 20 MB . I knew we must to transcode from .mp4 to HLS format ( .m3u8) for streaming. And I still consider about transcode audio file to HLS format whether or not ?

    I have two question.

    1. Do we need transcode video (.mp4) to HLS format if the files are about 5- 20 MB.
    2. Do we need transcode mp3 file to HLS format if the files are about 5 - 10 MB ?