Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (67)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (10739)

  • How to convert silk audio file from WeChat to amr format ?

    20 février 2017, par hzwzw

    When I developing WeChat mini program, I want to achieve the voice control. but the audio provided by WeChat client is silk.

    I need to convert the silk file to some format can be recognized by 3rd voice detection service.

    Some 3rd services support amr format. It’s really great, because the size could be very small.

  • How to convert silk audio file from WeChat to amr format ?

    28 juin 2024, par hzwzw

    When I developing WeChat mini program, I want to achieve the voice control. but the audio provided by WeChat client is silk.

    



    I need to convert the silk file to some format can be recognized by 3rd voice detection service.

    



    Some 3rd services support amr format. It's really great, because the size could be very small.

    


  • "method DESCRIBE failed : 401 Unauthorized" in Ffmpeg, yet VLC accepts the exact same RTSP URL

    30 septembre 2021, par IpsRich

    I've an RTSP URL that includes the username and password (i.e. of the form rtsp://username:password@server:554/path) and this works in VLC, but using this as an input to Ffmpeg, I get back the above DESCRIBE error and it aborts.

    


    I wondered if it might be the version of Ffmpeg I've got, but I used a fresh one via Docker (alfg/ffmpeg:latest) and the result was the same.

    


    Is there something I have to do, perhaps some extra information/hint I have to provide to Ffmpeg, to get it to accept the credentials and get past the DESCRIBE ? Or if it's the DESCRIBE bit that's the problem, can I get it to skip that (perhaps by providing all the source stream details manually) so that it doesn't fail ?

    


    I'd hoped that this might be the same problem, but it's not - my URL is quoted and doesn't contain anything like ? or *.

    


    (In case it has any bearing, I'm trying to take an RTSP stream that requires credentials, resize it on the fly using Ffmpeg, and "pipe" the new RTSP to RTSP Simple Server. Most of this I can do : it's just the credentials that are tripping me up.)

    


    UPDATE : One thing I didn't mention previously (because it didn't seem relevant) is that the RTSP stream comes from Milestone's Open Network Bridge server. It seems that ONB does not now allow URLs containing credentials, although this does not explain why the same URL works in VLC. Perhaps VLC extracts the credentials and provides them another way ? I've a support case open on this to try to get to the bottom of it. I'll update here if I discover anything helpful...