Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (93)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

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

Sur d’autres sites (5810)

  • Convert Video to Fragments and Stream Them on the Fly

    2 août 2020, par kisroby

    I'm making an app and I want a feature that while somebody uploading a video (it isn't matter what format), it is being converted into fragments on the server(maybe with ffmpeg) and these fragments then being streamed to other clients in real time.

    


    First, I've tried with converting to m3u8 to use with hls, but I needed to wait until it finishes the converting process. But again, this isn't too efficient for me, because I want to show the video while it's uploading.

    


    I've read something about converting to mp4 fragments, but I don't know if this can be accomplished at all. So I'm asking you, can it be done ?

    


  • FFmpeg large input frames

    2 juillet 2015, par user3310761

    I have a problem that I cannot solve and I would really appriciate your help.

    I have large rgb24 frame (1M each) which i would like to stream to ffmpeg and convert them to mpegts h264 stream.

    Now, I know which arguments I need to supply to ffmpeg so the conversion will success, but I don’t have a clue how can I stream/provide the frames to ffmpeg since they are too large for udp and I can’t using files. ( It’s a demonstrate of a real time streaming).

    Thank for all the helpers It’s really important for me !

  • Building an RTSP streaming server from processed frames

    27 avril 2016, par ProEns08

    I have to process frames from a distant camera using OpenCV.

    I need to stream the processed frames to be accessible over network as a live video.

    How to make the processed frames (cv::Mat objects) be passed to the RTSP streaming server in real time ?