Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (74)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

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

  • Is there a file container that can store GSM-EFR speech data ?

    17 décembre 2014, par user3123346

    Is there a file container that can store GSM-EFR speech data ?
    Just now I have such an file that contains a lot of RTP packages, the payload type of RTP package is GSM-EFR. I want to convert this file to a file that store the GSM-EFR data.
    And then I need a audio player to decode the file and play the voice.
    I have try the .amr file format,but encounter that .amr format can not distinguish the full rate and enhance full rate when they are both 12.2kbps.
    I have try the ffmpeg, but this player can not decode GSM-EFR data.
    So I need a file format and a audio player.Is there anyone can help me ?
    Thanks very much !

  • Reducing the rtmp delay of on iOS MobileVLCKit

    9 septembre 2019, par itsaboutcode

    I am trying to play rtmp stream via MobileVLCKit but the delay to connect with stream is 14-20 sec and latency is about 7-10 sec.

    I am streaming using ffmpeg and when I play it using ffplay, it connect with the stream within 1-2 secs and latency is also 1-2 sec.

    Just wondering what can be done in MobileVLCKit which can reduce connecting and streaming delay ?

    I am playing the stream via ffmpeg via following command.

    ffmpeg -re -i audio.wav -f flv rtmp://xxx.xxx.xxx.xxx:1935/application/stream001

    And playing on iOS with following code.

    let streamUrl = URL(string: self.url)

    let media = VLCMedia(url: "rtmp://xxx.xxx.xxx.xxx:1935/application/stream001")
    self.player.media = media

    self.player.delegate = self
    self.player.drawable = self.view
    self.player.play()

    Thanks.

  • HTML5 Video Best Practice

    19 février 2018, par Artur

    I have a lot of video on my webpage. I noticed that some of them load very slowly. I think the reason is the resolution.

    How can I speed up the loading of my video ? What are your the past experience with html5 video settings ? Which video resolution, frequency rate and so on should I use ? Is there an advantage if I use a video player like VideoJS instead of default HTML5 player ?

    I would be grateful for every snippet of advice !