Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (59)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (11851)

  • lavf/tcp : increase range for listen and call the underlying socket operations accordingly

    21 juillet 2015, par Stephan Holljes
    lavf/tcp : increase range for listen and call the underlying socket operations accordingly
    

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

    • [DH] libavformat/tcp.c
  • FFMPEG not able to listen for rtmp and turn it into HLS

    19 octobre 2018, par Frogglet

    Based on my understanding, this command should work...

    ffmpeg -listen 1 -i
    rtmp ://my-host-name.com:8000/thing/input.ts
    -c:v libx264 -c:a aac -ac 1 -strict -2 -crf 30 -profile:v baseline -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1 stream.m3u8

    It is listening for an rtmp connection on port 8000. After an rtmp stream connects it should start generating an HLS stream on the fly in the current directory.

    Somewhere else I am sending the stream like so :

    ffmpeg -i input.ts -f mpegts
    rtmp ://my-host-name.com:8000/thing/input.ts

    On the sending side things seem to be normal, but on the listening side nothing seems to be happening, except it is throwing lots or errors like this :

    [rtmp @ 0x9a1280] Unknown packet type received 0x78

    [rtmp @ 0x9a1280] Unknown packet type received 0x00

    [rtmp @ 0x9a1280] Unknown packet type received 0x71

    [rtmp @ 0x9a1280] Unknown packet type received 0x00

    I don’t know if those are just superfluous or not. Am I doing something wrong here ?

  • avformat/tls_openssl : set dtls remote addr in listen mode

    12 juillet, par Timo Rothenpieler
    avformat/tls_openssl : set dtls remote addr in listen mode
    

    Taken from the first received packet, which will signify the now
    permanent peer of this DTLS "connection".

    • [DH] libavformat/tls_openssl.c