Recherche avancée

Médias (91)

Autres articles (86)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

Sur d’autres sites (11527)

  • FFMPEG RTP Stream unable to play unless used on FFPlay

    15 juillet 2017, par Cole

    I’ve set up a stream on ubuntu 16.04 using FFMPEG using his command to stream the microphone. I want to be able to play this stream on my Android but It only seems to play with FFPlay not VLC or any other RTP playback softwares they all seem to give the MRL error. In VLC it looks like this, However it looks different in other programs but they all say its due to the MRL :

    Your input can't be opened:
    VLC is unable to open the MRL 'rtp://@192.168.1.17:1234'. Check the log for details.

    My FFMPEG command is :

    ffmpeg -f alsa -i plughw:CARD=Device,DEV=0 -acodec libmp3lame  -ab 96k -f rtp rtp://192.168.1.2:1234

    I can only play my rtp stream in FFplay using the command below I use nodisp since its audio only.

    ffplay.exe -nodisp rtp://192.168.1.17:1234

  • Android component to play video

    1er juillet 2016, par Kalivarapu

    I have tried to play different formats and codecs in android (4.4) webview and videoview and found the following for API level 19 :

    1. videoview plays mp4 of some codecs, 3gp, flv but fails to play few mp4 codecs and mkv.

    2. webview plays mp4 of all codecs, but fails to play video of any other format.

    Vexed with the inconsistency in android components, what can be done to universally support all formats in any one or combination of components in android ?

    Can I use external libraries to convert in runtime or abstract or bypass the complication of format/cedecs ?

    P.S The question strictly pertains to API level 19, which is Android 4.4

  • How to play and record Audio using ffmpeg in cmd ?

    7 juin 2018, par sarabjot singh

    I want to play and record audio from a device (composite source). I’m able to do that individually but how to do simultaneously.