Recherche avancée

Médias (1)

Mot : - Tags -/publicité

Autres articles (80)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

Sur d’autres sites (7422)

  • How do I create RTMP stream from a picture ? [on hold]

    6 février 2017, par Muhammad Umer

    Now first the goal :

    I want to create a live video stream where people can vote and such, and it shows total votes in the live video.

    However, I have zero experience with streaming.

    After some thought My solution is this :

    Create a picture every 5 seconds and replace the old picture, new picture contain total number of votes.

    From old picture somehow create a continous live stream.

    I think it could be very easy or very hard.

    I am using nodejs, open to better performance oriented language suggestions.

  • Best way for stream videos on web [on hold]

    13 février 2016, par Amir

    I am working on video-sharing website and looking for Appropriate way to stream videos because all users can send video in my site. I wonder which way is best to stream all videos like YouTube, compatible with all speed and all the qualities and can change quality . breathed apple hls finally arrived, but the only problem is that for the video to the must take into consideration multiple video files . ffmpeg seagment that the server takes up this much volume.

    The second way that came to my mind is live transcoding. It does not change its quality by changing the speed of video, but this version was with JavaScript wrote such a thing. Speed and space as large as any video website YouTube will be more suitable, but when I thought this was the way all the server and does not work. Most importantly, when you upload a video to YouTube you see it say the process is completed so it means YouTube will not use this method. I think YouTube very easy to convert several formats witout seagment . change the quality generated script that was said !!

    In your opinion, when is the most appropriate way ?!
    Thankful

  • Download FFMPEG source code and debug it [on hold]

    25 février 2017, par IPS

    I need to record a video from IP camera and currently I am using FFMPEG commands with a C# .Net application for that but we are facing issue with this as if we record a video of 300 seconds(5 Minutes) then 1 or 2 seconds video gets lost, don’t know why ?.

    So we need to check with source code of FFMPEG.

    I have downloaded the source code and I think it is written in "C/C++", so Can anyone guide me how to run and debug source code ?

    Or any other alternate way to record live video from IP camera RTSP stream.