Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (70)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

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

  • FFmpeg Live Stream - Loop Video ?

    15 décembre 2015, par Dread-Eye

    I am trying to stream a video loop to justin.tv using FFmpeg ? I have managed to loop an image sequence and combine it with line in audio :

    ffmpeg -loop 1 -i imageSequence%04d.jpg -f alsa -ac 2 -ar 22050 -ab 64k \
      -i pulse -acodec adpcm_swf -r 10 -vcodec flv \
      -f flv rtmp ://live.justin.tv/app/
    

    Is it possible to do this with a video file ?

  • FFMpeg create thumbnail from HLS Live stream

    4 septembre 2019, par Dasio

    I would like to create a thumbnail for HLS stream.
    I am doing it already with mp4 files
    like this

    ffmpeg -y -ss 00:00:10.000 -i file.mp4 -vframes 1 -vf scale=256:144 out.jpg

    And it works great.

    But when I try it with HLS live stream, it just spams

    Opening 'liveX.ts' for reading.

    Even though 10th second is in ’live1.ts’

    Any solution to this ? And I would like if duration is not in stream, just report error.

  • Live Streams DirectShow Source Filter [on hold]

    9 avril 2015, par SDR RTS

    I need get inpput from live streams formats ( such as RTMP,RTSP,... ).
    Unfortunately i coudn’t found any things about that in internet.

    I tried reading RTMP/RTSP streams with ffmpeg or Libav*. but nothings in my hand !

    • We can’t use FFMpeg as a directshow source filter
    • And Libav* is very complicated and does not exist any direct & clear path to reading live streams, parsing & decoding and then playing that.

    Some people suggest using ffdshow trayouts. I searched about that. but nothing found.

    Anyone can help me to implement a clear Directshow push source filter that support RTMP, RTSP formats ?

    Many thanks for any help.