Recherche avancée

Médias (91)

Autres articles (78)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

  • loading DLL (ffmpeg) as a new thread

    29 septembre 2023, par johnmeck

    i would like to improve some existing project (VICE, a c64 emulator).

    


    within this emulator, we can record the emulator screen using the ffmpeg dll's.
the problem here is, these dll's are running in the same thread as the emulator itself. this obviously is unfortunate, the recording should happen in realtime, while the emulator keeps running at 100% speed.

    


    the current code simply loads all dll's using a simple

    


    LoadLibrary(name);


    


    so my question is : is it possible to load the needed ffmpeg dll's (5 of them) into a new thread ?

    


    i searched a lot, but failed to find something that really helped me.
although i found GetProcAddress, CreateThread and the likes, which at first sight looked promising...

    


  • FFMPEG to send RTSP encoded stream C++

    11 décembre 2016, par Godspped

    I am trying to figure out a way to take an encoded H264 image that I have created in FFMEG and send it out via RTSP using FFMPEG, is there some sample code or a tutorial out there that shows how to do this. I tried searching the web, but there is nothing that I could find out there.

    Any help is greatly appreciated. Thanks in advance.

  • FFMPEG to send RTSP encoded stream C++

    15 avril 2020, par Godspped

    I am trying to figure out a way to take an encoded H264 image that I have created in FFMEG and send it out via RTSP using FFMPEG, is there some sample code or a tutorial out there that shows how to do this. I tried searching the web, but there is nothing that I could find out there.

    



    Any help is greatly appreciated. Thanks in advance.