Recherche avancée

Médias (0)

Mot : - Tags -/navigation

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

Autres articles (45)

  • Qualité du média après traitement

    21 juin 2013, par

    Le bon réglage du logiciel qui traite les média est important pour un équilibre entre les partis ( bande passante de l’hébergeur, qualité du média pour le rédacteur et le visiteur, accessibilité pour le visiteur ). Comment régler la qualité de son média ?
    Plus la qualité du média est importante, plus la bande passante sera utilisée. Le visiteur avec une connexion internet à petit débit devra attendre plus longtemps. Inversement plus, la qualité du média est pauvre et donc le média devient dégradé voire (...)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (7146)

  • FFmpeg play audio stream on a browser

    15 juillet 2017, par tiras muturi

    Hey guys i have a live stream that is served by the ffserver but i want the stream to be playable on a browser since i have a website and i also want to play the stream in an android app. Most importantly the android device.

    i want if i type this on a browser then i can be able to listen to the stream there and then.

    http://localhost:8090/test1.mp3

    if i put the link in vlc am able to receive the stream.

    Anyone with this workaround please assist me.

  • FFmpeg play audio stream on a browser

    9 mars 2017, par tiras muturi

    Hey guys i have a live stream that is served by the ffserver but i want the stream to be playable on a browser since i have a website and i also want to play the stream in an android app. Most importantly the android device.

    i want if i type this on a browser then i can be able to listen to the stream there and then.

    http://localhost:8090/test1.mp3

    if i put the link in vlc am able to receive the stream.

    Anyone with this workaround please assist me.

  • play a .sdp file describing a UDP/RTP H264 stream iOS 8+

    26 avril 2017, par Alex

    I´m looking into how to implement a simple app that can play a .sdp file (like VLC can do) in order to open a RTP stream made by GStreamer :

    gst-launch-1.0 rpicamsrc bitrate=10000000 ! video/x-h264,width=1280,height=720,framerate=30/1  ! h264parse config-interval=1 ! rtph264pay ! udpsink host=192.168.100.123 port=1234

    What would be the easiest way to do this in Swift/Objecvtive-C ? Are there any built in functions or libraries I should know of ?