Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (73)

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

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (5908)

  • DIY video file streaming from linux/osx to iOS devices

    27 septembre 2016, par sfactor

    This is for a hobby project. I want to learn about video streaming and also create something that’s useful for me as well.

    The project should be able to run a server on my macbook and a client on my iPad that will allow me to watch the videos I’ve got stored on my laptop without having to copy them in my iPad over my wifi.

    I know there are solutions like Plex, Air Video etc. that allow me to do it. But since my goal is to practice writing some client/server code, I want to create something myself with the basic functionality of these apps.

    I figured I’d probably need something like ffmpeg and Apple’s HTTP Live Streaming (HLS), but I don’t have a Apple developer account to be able to use it. I do have Xcode in my mac. So, some free 3rd party library for HLS or something equivalent. I also fond this tool called https://www.bento4.com.

    How would I go about getting started with such an application and what are the libraries I could use to accomplish this ?

  • ffmpeg publishing VP8 to Janus Gateway 100% CPU MBP

    3 juin 2016, par GreenGiant

    I’m looking to use Janus Gateway to stream very low latency to a thousand viewers from a single source.

    I’m aiming for VP8 video streaming since H.264 support hasn’t dropped in Chrome yet.

    My config is

    [gst-rpwc]
    type = rtp
    id = 1
    description = Test Stream
    audio = no
    video = yes
    videoport = 8004
    videopt = 100
    videortpmap = VP8/90000

    I’m testing initially on OSX with the built in webcam. This is the pipeline

    ffmpeg -f avfoundation  -video_size 640x480 -framerate 30 -i "0" -b:v 800k -c:v libvpx rtp://x.x.x.x:8004

    But my CPU on a Retina Macbook Pro is at 100% the entire time and I’m only getting a few frames every few seconds on the client end. I believe the conversion from the built in iSight camera to VP8 is too intensive. Is there a way to make this conversion more effecient ?

  • Illegal instruction : 4 in ffmpeg

    27 mai 2017, par rs41

    I tried brew installed ffmpeg, i am also tried to compile ffmpeg but in all cases i have the error

    Illegal instruction : 4

    I run something like this :

    ./ffmpeg -i /Users/ruslan/Torrents/Weird\ smiling\ dog.3gp -codec:v libx264 -b:v 360k -maxrate 360k -bufsize 720k -movflags +faststart -vprofile high -preset slow -vf 'scale=trunc(iw/2)*2:360' -threads 0 -codec:a libfdk_aac -b:a 96k -ac 2 -f mp4 -threads 0 -y /dev/null >> /Users/ruslan/erosite/log/ffmpeg_convertation.log 2>&1
    Illegal instruction: 4

    Or only ffmpeg with options when used homebrews installed version

    Additional info :

    OS X Yosemite 10.10.2

    MacBook Pro (15-inch, Mid 2009)