Recherche avancée

Médias (91)

Autres articles (62)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (10737)

  • Why can't I connect OBS to my transcoding server ?

    3 février 2019, par toastedDeli

    I’m trying to write a server that will take incoming RTMP video and transcode to HLS for live streaming. I’m using ffmpeg on my server for the transcoding. Here is the ffmpeg command I am running :

    ffmpeg -i rtmp://127.0.0.1:1935/test -c:v libx264 -x264opts keyint=120:no-scenecut -s 1280x720 -r 60 -b:v 5M -profile:v main -preset veryfast -c:a libfdk_aac -sws_flags bilinear -hls_list_size 6 output.m3u8

    I’m confident that this is the correct usage of ffmpeg for transcoding because I read about it here.

    When I run my server and try to connect to it using OBS (Open Broadcaster Software) I get an error from OBS saying failed to connect to server. I get this error from ffmpeg :

    RTMP_Connect0, failed to connect socket. 111 (Connection refused)
    rtmp ://127.0.0.1:1935/test : Unknown error occurred

    Here is a capture of the packets sent between the applications.

    wireshark capture of OBS connecting to my server

    Here are the OBS setting I’m using to stream to my server :
    OBS Streaming Settings

    Edit : When I remove /test from the url in my ffmpeg command and in the OBS settings window I get this :
    ffmpeg error 2

  • tcp : make connect() timeout properly

    20 mai 2011, par Luca Barbato

    tcp : make connect() timeout properly

  • How to connect ffmpeg binaries with laravel on cpanel

    13 février 2020, par Manjeet Singh

    I am using laravel version 5.8,

    the root directory of my project on cpanel is home/user/public_html,
    the ffmpeg is installed on whm root server, (my cpanel account have full access to root)

    so how can I connect ffmpeg package with my laravel project in