Recherche avancée

Médias (1)

Mot : - Tags -/remix

Autres articles (109)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

Sur d’autres sites (14456)

  • How to use Wowza media server with Jack Audio Connection Kit as input on MAC OS ?

    15 mai 2016, par Saneet

    I need to live broadcast multiple RTSP streams out of the audio mixing software StudioOne. For this I am using Jack Audio Connection Kit as the connector. I’ve already tried using IceCast with Darkice but the latency went up to 6+ seconds which won’t work for the project that I’m working on. That’s why I’m using the Wowza media server which does RTSP streaming instead of HTTP.

    That’s where I’m stuck as I need some way of getting the streams from Jack Audio to Wowza on a MAC OS machine. I’ve tried using FFMpeg but FFMpeg doesn’t have the feature to get input from Jack Audio on it’s OSX version. I can try to port my whole setup onto an Ubuntu but the mixing software StudioOne isn’t available on Ubuntu. I can try using Wine to port StudioOne to Linux but I’m not sure it’ll be a good idea for real time mixer to be used as a port, especially when latency is involved.

    Is there some other way I can get input from Jack Audio to Wowza Media Server on my MAC ?

  • Use C++ and FFmpeg to stream to Flash Media Server

    25 janvier 2014, par Farawin

    I'm building an application in C++ that should use FFmpeg to send a live stream to Flash Media Server. For starters I would like to be able to send a .mp4 file. Using the FFmpeg .exe I can do it like this :

    ffmpeg -re -i TEST.mp4 -vcodec libx264 -f flv rtmp://[host]/[application]/[stream]

    How would you go about implementing something like that in code ? I can only figure out how to read data, not write it. I have found functions to open input but nothing about how to connect to FMS. All write functions I can find seems to be how to write to file. Please advice.

  • DTS Discontinuity Error while Playing Media File with RTSP Url

    22 février 2016, par Bilal Ahmed Yaseen

    I am playing the media file on RTSP by fetching the streams directly from some server. I am getting DTS discontinuity in stream error. I have tried with both FFMPEG and FFPLAY.

    FFMPEG

    I am using the following ffmpeg command :

    ffmpeg -i rtsp://media:123456@10.10.167.20/41415308b3839f2 -f wav test.wav

    As an output of this command, I am getting the following error :

    enter image description here

    FFPLAY

    I am using the following ffplay command :

    ffplay rtsp://media:123456@10.10.167.20/41415308b3839f2

    As an output of this command, I am getting the following error :

    enter image description here

    Can anyone please tell me that when this error usually occurs ? Is there any reason behind this and any workaround for this ?