Recherche avancée

Médias (91)

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    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 (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (12748)

  • How to send traffic to all pods of service instead of round robin method in kubernetes

    10 janvier 2018, par MDK

    I want to build a cluster that contains a single pod that running ffmpeg to convert input video to different qualities and send the result to a nginx cluster to serve it.
    for nginx cluster I have a kubernetes service.
    if ffmpeg pod wants to push video (which is in rtmp format) to nginx cluster each nginx pod receive some part of video and when a user connects to nginx from outside just get some packets.
    because when ffmpeg pod send video to nginx service kubernetes send packet to nginx pods in round-robin all nginx pods can not get full live video traffic.
    so I need to send traffic from ffmpeg to all pods of nginx services.
    but I don’t know how should I change routing methods to achieve this.

  • ffmpeg -hls_time option not working correctly when running as a service

    4 février 2019, par aexposito

    I am running a ffmpeg command as a systemd service to catch a live RTSP stream and generate hls chunks, the chunks are set to be 30 seconds long with the -hls_time option, when I run the command on the console myself it works ok, but when it runs from the service chunks, wish are supposed to be 30 seconds long are 7 or 8 seconds.
    This is the command :

    /usr/bin/ffmpeg -rtsp_flags prefer_tcp -i
    "rtsp ://192.168.1.16:554/user=admin&password=&channel=1&stream=1.sdp"
    -acodec copy -vcodec copy -hls_time 30 -hls_list_size 10 -hls_flags append_list+delete_segments -f hls -use_localtime 1
    -hls_segment_filename "/home/zurikato/video-backup/$FILENAME_FORMAT_hls.ts"
    /home/zurikato/video-backup/playlist.m3u8

    I’m a beginner in ffmpeg and linux services, so please indulge me if it is a simple matter.
    Thanks in advance

  • ffmpeg : Time information does not match video duration

    8 novembre 2017, par Harry Developer

    I’m using tvheadend to record broadcasts to disc (running ubuntu). Later, I’m playing the files using players like MX Videoplayer or IJK player. Sometimes, the time information of the media files is weired. E.g., using

    ffprobe -i some-file.ts

    shows a lenght of 10 hours or even 20 hours, although the recording is only 2 hours long. Is this a ffmpeg bug ? What can be done to get the correct media length ?

    Here is the ffprobe output of the original file after recording it on disc :

    ffprobe version N-85175-ga434657 Copyright (c) 2007-2017 the FFmpeg developers
     built with gcc 4.9.2 (Raspbian 4.9.2-10)
     configuration:
     libavutil      55. 59.100 / 55. 59.100
     libavcodec     57. 90.100 / 57. 90.100
     libavformat    57. 72.100 / 57. 72.100
     libavdevice    57.  7.100 / 57.  7.100
     libavfilter     6. 83.100 /  6. 83.100
     libswscale      4.  7.100 /  4.  7.100
     libswresample   2.  8.100 /  2.  8.100
    [mp3 @ 0x24caef0] Header missing
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 1 times
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
       Last message repeated 3 times
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 1 times
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
       Last message repeated 1 times
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 1 times
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
       Last message repeated 1 times
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 1 times
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 9 times
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
       Last message repeated 1 times
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 1 times
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 11 times
    [mpeg2video @ 0x24817b0] Invalid frame dimensions 0x0.
    [mp3 @ 0x24caef0] Header missing
       Last message repeated 318 times
    [mpegts @ 0x247cd40] decoding for stream 4 failed
    [mpegts @ 0x247cd40] start time for stream 3 is not set in estimate_timings_from_pts
    [mpegts @ 0x247cd40] PES packet size mismatch
       Last message repeated 2 times
    [mpegts @ 0x247cd40] Could not find codec parameters for stream 4 (Audio: mp3, 0 channels, s16p): unspecified frame size
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    Input #0, mpegts, from '30d0b11f21ce831b56cc306d9c4a18c0.backup':
     Duration: 10:03:33.54, start: 60774.296367, bitrate: 1883 kb/s
     Program 12101
       Metadata:
         service_name    : ?RTL Television
         service_provider: ?Unitymedia
       Stream #0:0[0x20b]: Video: mpeg2video (Main) ([2][0][0][0] / 0x0002), yuv420p(tv, top first), 720x576 [SAR 64:45 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
    Stream #0:1[0x20c](ger): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16p, 192 kb/s
    Stream #0:2[0x20d](ger): Audio: ac3 ([129][0][0][0] / 0x0081), 48000 Hz, stereo, fltp, 384 kb/s
    Stream #0:3[0x60f](ger): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
     No Program
    Stream #0:4[0x210]: Audio: mp3, 0 channels, s16p

    Here is the output of ffprobe somefile -show_entries stream=index,start_time,duration -of compact -v 0 :

    program|stream|index=0|start_time=88858.718567|duration=8129.120000
    stream|index=1|start_time=88858.104267|duration=8129.496000
    stream|index=2|start_time=88858.104289|duration=8129.498833
    stream|index=3|start_time=60774.296367|duration=36213.542200

    stream|index=0|start_time=88858.718567|duration=8129.120000
    stream|index=1|start_time=88858.104267|duration=8129.496000
    stream|index=2|start_time=88858.104289|duration=8129.498833
    stream|index=3|start_time=60774.296367|duration=36213.542200
    stream|index=4|start_time=60774.296367|duration=8129.520000