
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (100)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (14933)
-
Unable to find a suitable output format for 'pipe :' pipe: : Invalid argument
22 août 2017, par MahiWhen I run this command :
raspivid -n -vf -hf -t 0 -w 960 -h 540 -fps 25 -b 500000 -o - |
ffmpeg -i - -vcodec copy -an -metadata title="Streaming from raspberry pi camera" \
-f flv $RTMP_URL/$STREAM_KEYit returns :
[NULL @ 0x3414410] Unable to find a suitable output format for 'pipe:'
pipe:: Invalid argumentHow should I tweak my command line ?
-
Vb.Net How Can I Send Video To Named Pipe ?
24 juillet 2017, par sword1stI want to create name pipe and send all videos on my listbox to that named pipe. I can create a named pipe like this :
Dim p_to_ffmpeg As NamedPipeServerStream
p_to_ffmpeg = New NamedPipeServerStream("to_ffmpeg", PipeDirection.Out, 1, PipeTransmissionMode.[Byte])But i have no idea how can i send video to a named pipe. I couldn’t find any useful information. I want to use that named pipe on ffmpeg as a input for streaming. Thanks for every help !
-
ffmpeg rtmp publish error Broken pipe
22 juin 2017, par Forrest YuI use ffmpeg push RTMP stream. it was successful that the server is locally,
but when the server is not locally ,it is wrong. The mistake is Broken pipe.
av_interleaved_write_frame() —> ffmpeg error : Broken pipe.
Could anyone tell me why ? tks.