Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (98)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (4436)

  • Rtp -http streaming method

    2 avril 2014, par user3410545

    I am working on a project that requires a live feed of the mic from the pi ,
    so we started of with this aoss ffmpeg -f oss -i /dev/dsp -acodec mp2 -ab 32k -ar 10000 -r 800 -ac 1 -re -f rtp rtp ://234.5.5.5:2345
    which worked with streaming locally over vlc
    but how can one forward this port to the www, ps, my router has forwarding, and we tried directly passing it , but it didnt work.
    or is there any other or better method/protocol that can be used for www access to this Pi's feed
    hopefully without ssh(cause it is on limited platforms) and without ffserver(delay, duh !)
    any help will be appreciated..
    thanks :D

  • lavf/http: Implement server side network code.

    3 juillet 2015, par Stephan Holljes
    lavf/http: Implement server side network code.
    

    add http_accept,
    add http_handshake and move handshake logic there,
    handle connection closing.

    Signed-off-by : Stephan Holljes <klaxa1337@googlemail.com>

    • [DH] libavformat/http.c
  • Converting an RTP stream to RTSP or HTTP on Android

    15 mars 2012, par MobilityLab

    I have been trying to write and Android App for a specific application. Basically, I will have a device on the LAN that will be transmitting RTP packets containing H.264 encoded video, where all parameters are predefined. I need to capture these packets and display the video on an Android phone/tablet. My original thought was to capture all the RTP packets and add any additional packets that are necessary to supply the MediaPlayer class with enough information to display the video via RTSP.

    While I started to investigate that possibility, I found this, but the question remains unanswered.

    So, my question is, what advice/suggestions does anyone have for converting a RTP stream into a RTSP or HTTP context that MediaPlayer will understand. Does anyone know how to configure FFMPEG to do this ? Perhaps another tool that I can compile to Android, or a Java library that has this functionality.

    If you think I will have to manually code this process, any advice or references would be greatly appreciated.

    Thanks,

    Andrew @ MobilityLab