Recherche avancée

Médias (91)

Autres articles (29)

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (6367)

  • FFmpegMediaPlayer not playing some audio formats

    13 décembre 2015, par Alex Kombo

    The library seems to be working fine for most of the streams but mms streams, some mp3 streams and music from soundcloud of this format : https://api.soundcloud.com/tracks/203295468/stream?client_id=be1cce58c3bf38a344d5b436a2d6d7d1 ; don’t play. This is the error message I get :

    .490 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer-JNI: native_setup
    11-06 14:28:26.490 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: constructor
    11-06 14:28:26.490 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: setListener
    11-06 14:28:26.490 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer-JNI: setAudioStreamType: 3
    11-06 14:28:26.490 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: MediaPlayer::setAudioStreamType
    11-06 14:28:26.490 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer-JNI: setDataSource: path mmsh:/stream.kbc.co.ke:8083
    11-06 14:28:26.490 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer:
    setDataSource(mmsh:/stream.kbc.co.ke:8083)
    11-06 14:28:26.490 21385-21385/com.radioafrica.music E/Stream: mms://stream.kbc.co.ke:8083
    11-06 14:28:26.490 21385-21385/com.radioafrica.music E/AudioManager: Player entry present, no need to add
    11-06 14:28:26.494 21385-21385/com.radioafrica.music V/AudioManager: updating focussed RCC change to RCD: CallingPackageName:com.radioafrica.music
    11-06 14:28:26.516 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: prepareAsync
    11-06 14:28:26.516 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: MediaPlayer::setAudioStreamType
    11-06 14:28:43.535 21385-25001/com.radioafrica.music V/FFmpegMediaPlayer: message received msg=100, ext1=1, ext2=0
    11-06 14:28:43.535 21385-25001/com.radioafrica.music E/FFmpegMediaPlayer: error (1, 0)
    11-06 14:28:43.535 21385-25001/com.radioafrica.music V/FFmpegMediaPlayer: callback application
    11-06 14:28:43.535 21385-25001/com.radioafrica.music V/FFmpegMediaPlayer-JNI: notify: 100
    11-06 14:28:43.537 21385-21385/com.radioafrica.music E/FFmpegMediaPlayer: Error (1,0)
    11-06 14:28:43.537 21385-25001/com.radioafrica.music V/FFmpegMediaPlayer: back from callback
    11-06 14:28:43.581 21385-21385/com.radioafrica.music E/Music: Error: what=1, extra=0
    11-06 14:28:43.584 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer-JNI: reset
    11-06 14:28:43.584 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: reset
    11-06 14:28:43.584 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer-JNI: release
    11-06 14:28:43.584 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: setListener
    11-06 14:28:43.584 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: disconnect
    11-06 14:28:43.584 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: destructor
    11-06 14:28:43.584 21385-21385/com.radioafrica.music V/FFmpegMediaPlayer: disconnect

    Is there anything i missed when setting up the library that should make these streams play ? How can I handle this issue ?

  • the ffmpeg python library doesn't work on heroku

    24 mars 2020, par Androeed Hack

    There is a python application (3.6.10) on Heroku. The app has functions for playing music in voice chat when using the FfmegAudio module. When calling the command, it returns an error :

    ...
    raise CommandInvokeError(exc) from discord.ext.commands.errors ... AttributeError 'NoneType' object has no attribute 'stop'

    My app has a buildpack package https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
    Localy everthing works.

  • aacenc : remove the experimental flag

    5 décembre 2015, par Rostislav Pehlivanov
    aacenc : remove the experimental flag
    

    Thiss commit removes the experimental flag from the native AAC Encoder
    and thus makes it the default.

    After a lot of work, done by myself and Claudio Freire, the quality of
    this encoder rivals and surpasses libfdk_aac in some situations. The
    encoder had instability issues earlier which prevented it from having
    its experimental flag removed, however the last commits done by Claudio
    removed the last known source of instability and solved a lot of
    problems which were previously observed. The issues were caused by the
    various coding tools interfering with the scalefactor indices. Thus,
    with these problems solved, it should now be possible to declare this
    encoder as the default and recommend that the users should use it
    instead of others provided by external libraries, as it is both faster
    and has a subjectively higher quality with selected tracks.
    The encoder has still yet to be fine tuned for every possible audio file
    type like music or voice, so it is hoped that with the experimental flag
    removed the users should be able to provide feedback and make the
    encoder better than the alternatives for every type of audio and at
    every bitrate.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc.c