Recherche avancée

Médias (91)

Autres articles (52)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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 (10094)

  • Error and understanding issue : using ffmpeg to real time publish FLV file to Red5 and real time download FLV from Red5

    29 août 2014, par kajarigd

    OS : Windows 8, RTMP Server : Red5, Video File format : FLV, I want to : Read/Write FLV from and to Red5 by live streaming.

    To publish FLV file from local I am using this command at Command Line :

    ffmpeg -re -i input.flv -acodec copy -vcodec copy -f flv rtmp://ocalhost/oflaDemo/streams

    My understanding : This command will upload input.flv to the server location C :\Program Files\red5\webapps\oflaDemo\streams. So, after the command is done running, I expect in this server location a new file input.flv will be created. Is this correct ?

    When I am running this command I am getting the following error and no file is getting created on the server side :

    [flv @ 03c6a660] Failed to update header with correct duration.
    [flv @ 03c6a660] Failed to update header with correct filesize.
    frame= 1567 fps= 24 q=-1.0 Lsize=    3064kB time=00:01:05.43 bitrate= 383.6kbits
    /s
    video:2232kB audio:767kB subtitle:0kB other streams:0kB global headers:0kB muxin
    g overhead: 2.183349%

    Can you help me understand what I am doing wrong ? What should be correct command in this case to achieve what I want ?

    Now, I am using the following command to livestream read a FLV file from the server into my local :

    ffmpeg -re -i rtmp://localhost/oflaDemo/streams/hobbit_vp6.flv -c copy dump.flv

    My understanding : File hobbit_vp6.flv will be downloaded into my local directory and will get saved as dump.flv. And this will be live streaming. This will be like, recording a video stream from the server. Is this correct ?

    When I am running this command I am getting the following error and no file is getting created on the local :

    Closing connection: NetStream.Play.StreamNotFound rtmp://localhost/oflaDemo/streams/hobbit_vp6.flv: Unknown error occurred

    Can you help me understand what I am doing wrong ? What should be correct command in this case to achieve what I want ?

  • Another iOS patch where playing sound 1 -> sound 2 -> sound 1 would fail.

    4 octobre 2011, par Scott Schiller

    m demo/play-mp3-links/script/inlineplayer.js Another iOS patch where playing sound 1 -> sound 2 -> sound 1 would fail.

  • Evolution #4277 : Pouvoir utiliser InnoDB à la place de MyISAM (patch)

    7 avril 2020, par cam.lafit -

    Tester sur un serveur strech avec mariadb 10.1 avec les configurations autorisant les index long via SET @global.innodb_large_prefix = 1;<br />et set @global.innodb_default_row_format=dynamic ;

    Si on laisse le moteur myisam une montée de version depuis 1.9.2 ne fonctionne pas, par exemple le plugin url_etendues utilsent des index long. Avec la configuration par défaut, la table sera créé en myisam ce qui sera refusé. En laissant le serveur gérer de lui même le moteur, cela fonctionne.

    La PR est sur : https://git.spip.net/spip/spip/pulls/29