
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (68)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
D’autres logiciels intéressants
12 avril 2011, parOn ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
Videopress
Site Internet : (...) -
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 (...)
Sur d’autres sites (8387)
-
ffmpeg video stream to app c# [on hold]
3 septembre 2014, par Alexey MedvedevI am trying to make a video mixer for online broadcasts. To do this, I use ffmpeg and C #. I had a problem with the transfer of the video stream from ffmpeg to my program. I would like to receive a stream of ffmpeg using network protocols (e.g. TCP, UDP or others) or capturing if from ffplay window, but I don`t how I can do it. Can you give me some ideas ?
For example, I have command for ffmpeg : "ffmpeg -i video1.mp4 -f mpegts udp:127.0.0.1:5000" or same command with other output formats or network protocols. How i can read video stream from the port and convert it to Bitmap ?
I need to send video stream from my program from computer A to my program to computer B. I write program on C#. I dont know how I can compress video which I must send between my computers and I decided to use Ffmpeg. Now, I can streaming video from my program in computer A to ffmpeg and compress it with parameters which I need.
On second computer I can read this steam using ffmpeg or ffplay, but I don`t know how I can get this stream into my program.
1) How can I get this stream in my program ? Which libraries can you recommend me ?
2) Do you know any libraries which can compress video, instead of using ffmpeg ? -
Gstreamer errors when streaming on windows
19 juillet 2014, par user2656632I tried to streaming video by gstreamer using this :
Sender :
gst-launch ksvideosrc ! ffmpegcolorspace ! ffenc_mpeg2video gop-size=1 ! mpegtsmux ! rtpmp2tpay ! udpsink host=127.0.0.1 port=5000
Receiver :
gst-launch udpsrc port=5000 caps="application/x-rtp, media=video, clockrate=90000, encoding-name=MP2TS" ! rtpmp2tdepay ! ffdemux_mpegts ! ffdec_mpeg2video ! ffmpegcolorspace ! directdrawsink
It works, but wrong. I got very low fps and I got this output :
0:00:01.583091000 19496 02404840 ERROR ffmpeg .:0:: invalid mb
type in I Frame at 33 21
0:00:01.590091000 19496 02404840 ERROR ffmpeg .:0:: Warning MV
s not available
0:00:20.763188000 19496 02404840 ERROR ffmpeg .:0:: invalid mb
type in I Frame at 33 21
0:00:20.764188000 19496 02404840 ERROR ffmpeg .:0:: Warning MV
s not available
0:00:20.816191000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 7 22
0:00:20.817191000 19496 02404840 ERROR ffmpeg .:0:: Warning MV
s not available
0:00:20.847192000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 24 19
0:00:20.949198000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 3 20
0:00:20.970199000 19496 02404840 ERROR ffmpeg .:0:: invalid mb
type in I Frame at 36 19
0:00:20.982200000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 14 20
0:00:21.007202000 19496 02404840 ERROR ffmpeg .:0:: slice mism
atch
0:00:21.031203000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 13 20
0:00:21.060205000 19496 02404840 ERROR ffmpeg .:0:: skipped MB
in I frame at 31 24How I can fix these issues ?
-
Warning in pepeline of stream audio + Video gstreamer
18 avril 2014, par user3212448i use this pepline for stream audio and video from RPI to Windows8
But i have 2 warning in client and Server ,pepeline for client :
gst-launch-1.0 udpsrc port=5000 ! "application/x-rtp, media=(string)video, \
clock-rate=(int)90000, encoding-name=(string)MP2T, payload=(int)33, ssrc=(uint)4251539348, \
timestamp-offset=(uint)2033210929, seqnum-offset=(uint)34671" ! rtpmp2tdepay \
! tsparse ! tsdemux ! "video/x-h264" ! avdec_h264 ! autovideosinkServer (RPI)
gst-launch-1.0 rpicamsrc bitrate=1000000 ! "video/x-h264,width=640,height=480" !\
queue ! h264parse ! queue ! mux. alsasrc device=hw:1,0 ! audioconvert ! \
lamemp3enc ! "audio/mpeg"! queue ! mux. mpegtsmux name=mux ! queue ! \
udpsink host=192.168.1.9 port=5000 -vWarning client :
Additional debug info :
gstrtpbasedepayload.c(381) : gst_rtp_base_depayload_chain () : /GstPipeline:pipeli
ne0/GstRtpMP2TDepay:rtpmp2tdepay0 :
Received invalid RTP payload, dropping
WARNING : from element /GstPipeline:pipeline0/GstRtpMP2TDepay:rtpmp2tdepay0 : Coul
d not decode stream.Warning in RPI
WARNING : from element /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0 : Can't record audio fast enough
Additional debug info :
gstaudiobasesrc.c(848) : gst_audio_base_src_create () : /GstPipeline:pipeline0/GstAlsaSrc:alsasrc0 :
Dropped 8820 samples. This is most likely because downstream can't keep up and is consuming samples too slowly.any one can help me ?
best regards