Advanced search

Medias (91)

Other articles (66)

  • Organiser par catégorie

    17 May 2013, by

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Création définitive du canal

    12 March 2010, by

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

  • Le profil des utilisateurs

    12 April 2011, by

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

On other websites (4854)

  • How to continuously extract video frames from streaming RTMP using avcong / ffmpeg?

    7 October 2013, by mvbl fst

    We're dealing with streaming video on RTMP and my goal is to extract frames from the stream at a given interval, e.g. every 1 second.

    Currently I run a command in a loop, which takes a frame and exports it as base64 JPEG:

    avconv -i <url> -y -f image2 -ss 3 -vcodec mjpeg -vframes 1 -s sqcif /dev/stdout 2>/dev/null | base64 -w 0
    </url>

    But each of these processes is long (takes a few seconds — which adds even more delay on streaming video that's not real time already). I am wondering if there is a way to make avconv or ffmpeg to extract frames at an interval (in seconds or frames) and either save as a file or dump to stdout.

    I would really appreciate your help!

  • HLS-streaming on VLC - cookies alternative

    5 July 2018, by unicornslayer

    I’m trying to build a streaming web api which creates m3u8 playlists of .ts files in .net core.

    I’ve built the live streaming option and it works fine on vlc.

    For example, in VLC -> File -> Open Network put my link: http://localhost:39986/api/Stream/MyChannel/index.m3u8 and VLC gives me the live version of the channel.

    But I need to implement the option of starting a video from a fixed time: http://localhost:39986/api/Stream/MyChannel/index.m3u8?timeStr="2018-07-04T17:16:01". In this case, I would need to create a session to know from which point to create the playlist, right?[1]

    If so, sessions require an ID stored as a Cookie (right?[2]). But from what I’ve read and what I’ve tested, vlc doesn’t support cookies.

    So my question is: is there any workaround for this scenario?[3]

    It’s an university project and I am very confused about this task.

  • Streaming webcam/video file from android device(Akash Tablet here) to rtmp server (RED5)

    22 February 2014, by Dev

    i am using ffmpeg for video streaming from android device to rtmp server red5 (ubuntu , and eclispe IDE for android programming). in my previous project simply i used commands of ffmpeg for video streaming and webcam streaming , in that project i was using window-7 and netbeans IDE , i was sending file from one desktop to another using red5 server, and same for webcam streaming , simply can i say i developed a video conferencing system (web-based, using window-7). now same thing i want for android platform. i want to send video fileand webcam capture video , from my android device to red5 srever. simply i want to develop a app for android - a video conferencing system , this is my project in my college. but here in this task i am facing many problems using ffmpeg, i can not use ffmpeg commands here i think. i am using android SDK and NDK/JNI , eclipse IDE ..plese suggest me how to use ffmpeg in android platform , thanks