Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (51)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • Live Streaming RTMP to RTSP

    19 septembre 2013, par user2794054

    i need to test a restream work like this.
    now i m using crtmpserver. i want to restream rtmp live source to iis smooth streaming format & rtsp format. Please guide me
    rtmp live to rtsp live
    &
    rtmp to live http streaming (target IIS server)

    Thanks

  • Passing FFmpeg encoder output to live 555 media server

    23 septembre 2013, par Ashutosh

    I need help on transmitting encoded output from encoder video output to live 555 media server.

       ret=avcodec_encode_video2(c,&pkt,(AVFrame*)&sc_dst_data,&gotim);
       source=ByteStreamMemoryBufferSource::createNew(*env,pkt.data,ret);
       if (source == NULL){}
       videoES = source;
       video_source=H264VideoStreamFramer::createNew(*env,videoES);
       video_sink->startPlaying(*video_source,afterPlaying, video_sink);

    The above codes doesn't transmit the streams properly.it breaks.any insights on how to do for a proper streaming in ffmpeg ?
    Please help.

  • FFMPEG multi bitrate wowza live streaming keyframe alignment

    27 septembre 2013, par Michael Dietriech

    I tried live streaming with ffmpeg to wowza but even though i use -r 25 -g 50 -keyint_min 50 -sc_threshold 0, the keyframes don't seem to be aligned at the same place of the stream for all the outputs so when Wowza makes chunks for HLS out of it, the keyframes don't get alligned at the beginning of each chunk.

    Any suggestions ?