Recherche avancée

Médias (91)

Autres articles (90)

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • 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 (4956)

  • Howto speed up Video Streaming with ffserver and ffmpeg + x265

    30 mars 2016, par binaryCode

    Below my ffserver.conf :

    Port 8090                      # Port to bind the server to
    BindAddress 0.0.0.0
    MaxHTTPConnections 2000
    MaxClients 1000
    MaxBandwidth 10000             # Maximum bandwidth per client
                              # set this high enough to exceed stream bitrate
    CustomLog -
    #NoDaemon                       # Remove this if you want FFserver to    daemonize after start

    <feed>               # This is the input feed where FFmpeg will send
    File /tmp/feed1.ffm            # video stream.
    FileMaxSize 1G              # Maximum file size for buffering video            # Allowed IPs
    ACL allow 127.0.0.1
    </feed>

    <stream>                       # Output stream URL definition
     Feed feed1.ffm              # Feed from which to receive video
     Format matroska

     # Audio settings
     AudioCodec vorbis
     AudioBitRate 64             # Audio bitrate

     # Video settings
     VideoCodec libx265
     VideoSize 720x576           # Video resolution
     VideoFrameRate 25           # Video FPS
     AVOptionVideo flags +global_header  # Parameters passed to encoder
                                      # (same as ffmpeg command-line  parameters)
     #AVOptionVideo cpu-used 0
     AVOptionVideo qmin 10
     AVOptionVideo qmax 42
     #AVOptionVideo quality good
     AVOptionAudio flags +global_header
     PreRoll 15
     StartSendOnKey
     VideoBitRate 400            # Video bitrate
    </stream>

    <stream>                    # Server status URL
      Format status
      # Only allow local people to get the status
      ACL allow localhost
     ACL allow 0.0.0.0
    </stream>

    <redirect>    # Just an URL redirect for index
       # Redirect index.html to the appropriate site
       URL http://www.ffmpeg.org/
    </redirect>

    and below is ffmpeg command to send my usb camera :

    c:\ffmpeg\bin\ffmpeg -f dshow -i video="A4TECH USB2.0 PC Camera"  -r 25 -s 320x240 -vcodec libx265 -preset ultrafast -tune zerolatency  http://119.81.216.43:8090/feed1.ffm

    ffmpeg running from my notebook with processor corei7 from Indonesia, and ffserver using ubuntu 14.x on ibm soflayer singapore,

    with above configuration i can play video streaming with 4s delay

    myquestion : howto improve speed so i can play video less than or equal 1 second, any idea ?

  • Revision 645b7cdf03 : move clear_system_state() call before using double Floating point is used in vp

    27 janvier 2015, par Yaowu Xu

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    move clear_system_state() call before using double

    Floating point is used in vp9_convert_qindex_to_q(), so sometime unit
    test ActiveMapTest would cause run time error without properly call
    to clear_system_state to reset register status.

    Change-Id : I181e9395148c44a6ca8b97d6e109bd4a152143c6

  • Open Video Conference registration is now open !

    15 juillet 2010, par Basil Gohar — Announcements, conference, open video conference

    Registration for this year’s Open Video Conference (OVC) is now open ! Register on or before August 1st, 2010 to get the early bird discount. This year’s OVC will be held in New York City from October 1 – 2, 2010. … Read more »