
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (62)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP 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, parLa 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 toastedDeliI’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 occurredHere is a capture of the packets sent between the applications.
Here are the OBS setting I’m using to stream to my server :
Edit : When I remove
/test
from the url in my ffmpeg command and in the OBS settings window I get this :
-
tcp : make connect() timeout properly
20 mai 2011, par Luca Barbatotcp : make connect() timeout properly
-
How to connect ffmpeg binaries with laravel on cpanel
13 février 2020, par Manjeet SinghI am using laravel version 5.8,
the root directory of my project on
cpanel
ishome/user/public_html
,
theffmpeg
is installed onwhm root server
, (mycpanel
account have full access to root)so how can I connect ffmpeg package with my laravel project in