Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (7)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • Déploiements possibles

    31 janvier 2010, par

    Deux types de déploiements sont envisageable dépendant de deux aspects : La méthode d’installation envisagée (en standalone ou en ferme) ; Le nombre d’encodages journaliers et la fréquentation envisagés ;
    L’encodage de vidéos est un processus lourd consommant énormément de ressources système (CPU et RAM), il est nécessaire de prendre tout cela en considération. Ce système n’est donc possible que sur un ou plusieurs serveurs dédiés.
    Version mono serveur
    La version mono serveur consiste à n’utiliser qu’une (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5680)

  • dvr rtsp to website (iOS and android)

    25 février 2018, par SMITSEC

    I need help. I have a dvr and I need show my camera at website. Now I transform with ffmpeg rtsp to m3u8 and play with hjs. Show with chrome (pc) but don’t show at IPHONE Android. How can I do that ? P.S I don’t need wowza and another paid media server (too much expensive). I have Centos vps

  • [ffmpeg]How do I play udp streams on my phone

    30 décembre 2018, par 徐思龙

    I used FFMPEG to record the screen push stream [UDP]

    This is the command line I typed

    Ffmpeg-f gdigrab-framerate 25-offset_x 10-offset_y 20-video_size 640x480-i desktop vcodec libx264-preset :v ultrafast-tune :vzerolatency -f h264 udp ://localhost:8888

    ffplay can be played on the localhost :ffplay udp ://192.168.31.18:8888

    Use VLC APP on IPHONE, input udp ://192.168.31.18:8888, it can’t play.

    What do I need to do ?

    thank you

  • RTSP to RTMP in iOS as Transcoding

    15 mars 2019, par Naman Sheth

    I am getting live feed from some IP camera as an RTSP url and then i want to convert it to RTMP.

    Here is two aspects that we have to implement

    1. What we convert from RTSP to RTMP is transcoding.
    2. I have my iPad/iPhone Camera that user can switch and add live feed to RTMP url at this point I want to stop RTSP feed. i.e. Encoding

    This all scenario want to do with FFMPEG

    I have searched on this url but not able to figure out in iOS

    ffmpeg -i "[your rtsp link]" -f flv -r -s -an "[Your rtmp link]"

    RTSP to RTMP streaming

    Thanks in Advance !