Recherche avancée

Médias (91)

Autres articles (84)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (7263)

  • Warning in pepeline of stream audio + Video gstreamer

    18 avril 2014, par user3212448

    i 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 ! autovideosink

    Server (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 -v

    Warning 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

  • How to benchmark x264 in ARM9 environment

    16 mars 2020, par curious_beast

    1.How to benchmark x264 video encoder in Dual-core ARM Cortex™-A9 ?.
2.How to calculate the encoding speed with respect to the CPU clock frequency ?.
3.Is h.264 lossless codec ?.

    


  • How to benchmark x264 in ARM9 environment

    8 mars 2020, par curious_beast

    1.How to benchmark x264 video encoder in Dual-core ARM Cortex™-A9 ?.
    2.How to calculate the encoding speed with respect to the CPU clock frequency ?.