Recherche avancée

Médias (1)

Mot : - Tags -/publishing

Autres articles (96)

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

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8417)

  • Screen Transfer [on hold]

    9 décembre 2013, par sanalism

    I need to develop a program that transfers a users screen and sound to another user over internet. The scenario can be visualized like this :

    There is a teacher in front of his computer and writes some code on his computer (ex:visual studio). He has a microphone. There is two students watching teacher's screen and listening his voice from their own computers.

    There are a few alternatives to get screen capture of a user and transfer it like ffmpeg, aforge or self coded screen capture program by c# (over udp). Tried all alternatives.

    However, the problem is all of them are so slow, or creates bad resolution of video. There should be an alternative way, because some programs reaches a high quality. For example teamviewer, windows remote desktop, logmein can send the screen with a high quality. More over, teamviewer can send sound also.

    Where should I begin to overcome this mission ? Which platform, language, protocol is useful ?

  • How to detect transfer rate of a stream group in ffmpeg ?

    17 décembre 2014, par frankish

    I am streaming only 1 single audio content of a stream group. I write it as "stream group", because sometimes the streaming url may be a url of a television broadcast which is composed of 1 video and 1 or more audio streams.

    Currently I loop and select one of the audio streams and play it. I also track the data transfer rate so I show a data-traffic monitoring screen like a quota management system. When I discard video and play only audio, data transfer calculation is no longer correct.

    Basically, I want to track how many kbytes ffmpeg downloads per second (directly related to bitrate or not). Where should I look ?

  • iOS transfer to M3U8 ts files failed when selecting video by UIImagePickerController

    2 décembre 2014, par 谢小进

    I use UIImagePickerController to select videos or capture videos, then transfer to m3u8 ts files for HLS using. I have got videos succefully, but when transer to m3u8 ts files, ffmpeg fails and logs :

    [mpegts @ 0x1533fe00] H.264 bitstream malformed, no startcode found, use the video bitstream filter 'h264_mp4toannexb' to fix it ('-bsf:v h264_mp4toannexb' option with ffmpeg)

    I think when ios compress videos, the videos are not h.264 encoded successfully or offically. Does anybody know how to transfer to m3u8 ts files ?