Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (49)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

Sur d’autres sites (6441)

  • Live Stream Video using ffmpeg

    13 novembre 2019, par Mir Injamamul

    I am working with ffmpeg . i converted [something1].h264 file to [something1].m3u8 file. with this command

    ffmpeg -i /var/www/html/video1.h264 -f lavfi -i anullsrc=channel_layout=stereo:sample_rate=44100 -c:v copy -shortest -hls_list_size 0 -segment_list_flags +live /var/www/html/vid/out/video5.m3u8

    All i know the event type is VOD (video on demand) .

    1. I want make my converted file into live streaming format. So if anybody come to my link he will see from the moment he came , not from the beginning.
    2. how to make this live stream from chunk of video , suppose i have 2 video file , i want 2nd video will add in the live sream after the end of 1st video
      Any kind of help will be great
  • Transcode from a live m3u8 using -ss

    20 août 2015, par pgm

    I’m trying to create a VOD hls clip from a live hls stream on adobe media server using ffmpeg and nodejs.

    An example of the command I’m using looks like this :

    ffmpeg -report -analyzeduration 999999999 -probesize 999999999 -ss 50 -i http://live.m3u8 -y -r 29.97 -threads 0 -hls_list_size 0 -c:v copy -a:v copy streamoutput.m3u8

    The problem is the -ss param (start time) is calculating the start time from the live point on the stream, rather than from the first ’ts’ fragment. I’d like to be able to encode inside of a "DVR window," meaning seeking from the beginning of the stream, not from the live point of the stream.

    Example : I use the param -ss 50 and it won’t encode for 50 seconds until the live stream catches up, outputting this in the ffmpeg log :

    [h264 @ 0000000002beae00] non-existing PPS 0 referenced
    [h264 @ 0000000002beae00] non-existing PPS 0 referenced
    [h264 @ 0000000002beae00] decode_slice_header error

    Once the live stream catches up to the 50 second delay it begins encoding. It works this way when I use -ss as either an input parameter or output parameter.

    Is there a way to accomplish this ? I’ve noticed that if I leave -ss completely out of the command, it will start at the beginning of the stream, but as soon as it’s there, even as a 0, it will start at the "live point."

    Any help is much appreciated !

  • Anomalie #3536 : Incompatibilité avec le navigateur Lynx si forcer_lang=true

    1er septembre 2015, par Raphaël MELIOR

    b b a écrit :

    Le problème vient peut-être de ton virtualhost, perso je déclare toujours le DocumentRoot avec un slash à la fin. Essaye avec /var/www/spip3/ de ton côté.

    Je viens de faire quelques essais :

    • avec "/" à la fin de DocumentRoot (/var/www/spip3/)
    • en ajoutant "ServerAlias test-spip3.local"
    • en mettant l’adresse complète dans ServerName ( ServerName http://test-spip3.local:80/ )
    • UseCanonicalName On (et Off)

    Toujours pas.

    Pour info je fais mes tests sur Apache/2.4.7 (Ubuntu)

    J’ai essayé Lynx sur d’autres sites et certains sites comme http://herbier.spip.net/ et http://medias.spip.net/ semblent avoir le même problème.
    Par contre http://blog.spip.net/ semble bien fonctionner malgré l’ajout de " ?lang=fr" en fin d’URL ce qui donne http://blog.spip.net/?lang=fr .