Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (71)

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

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

Sur d’autres sites (6829)

  • How to live stream RTMP with video which is received by RTSP

    12 août 2020, par sh Jo

    I'm making an Android app which can stream video with RTMP. problem is the video which I'm trying to broadcast with RTMP, is Received by Webcam live by RTSP protocol. currently I can only receive live video with libVlc library but have no idea to stream it with RTMP at the same time.

    


    Is there any way to stream "RTSP received live video" with RTMP ? or should I change library like ffmpeg to make this app work ?
any suggestion or guide would be thankful

    


  • FFMPEG to remote server : Live streaming with segments [migrated]

    10 août 2013, par Brianjs

    I have looked around and have found many good articles on how to use ffmpeg to segment live video for HLS streaming. However, I need to be able to use use an encoder from a remote location (that is receiving live video), and then somehow send these segmented files and the m3u8/ts files to a web server in a different location, in real time.

    So :
    REMOTE COMPUTER(camera->ffmpeg->segmenter) -> WEBSERVER(receives files -> users connect for "live" stream)

    My question is : Has anyone seen something similar to this ? Or is there a setting on ffmpeg/ffserver that will let me do this ?

  • Can we detect whether a live udp stream packet contains a key frame or not ?

    12 janvier 2023, par Miuru Shalinda Rajapaksha

    Is there a way to detect whether there is a key frame within a video packet or not ?

    


    What I want do is I want to cut the live udp stream into seperate 30 second .ts files, and then concatenate the files including several other .ts file using ffmpeg and restream to rtmp (youtube). I can achieve this but the only problem I have is after concatenating the files there is drop frame after each 30 seconds, the reason for this is I have cut the live stream without considering the key frames. Therefore what I want is to cut the live stream based on its key frames. Im doing this using python and ffmpeg. Is there a way to detect whether a video packet contains a key frame or not ?