Recherche avancée

Médias (1)

Mot : - Tags -/embed

Autres articles (40)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

  • Installation en mode ferme

    4 février 2011, par

    Le mode ferme permet d’héberger plusieurs sites de type MediaSPIP en n’installant qu’une seule fois son noyau fonctionnel.
    C’est la méthode que nous utilisons sur cette même plateforme.
    L’utilisation en mode ferme nécessite de connaïtre un peu le mécanisme de SPIP contrairement à la version standalone qui ne nécessite pas réellement de connaissances spécifique puisque l’espace privé habituel de SPIP n’est plus utilisé.
    Dans un premier temps, vous devez avoir installé les mêmes fichiers que l’installation (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (5971)

  • Specifying track title or language in MPEG DASH MANIFEST

    10 février 2019, par Ramesh Navi

    I am creating a manifest to playback Adaptive WebM using DASH. Everything working pretty fine but I need language-name/track-name instead of bitrate. Is it supported ? How can update/optimize to support such feature ?

    Manifest creation :

    ffmpeg \
    -f webm_dash_manifest -i webm240.webm \
    -f webm_dash_manifest -i webm360.webm \
    -f webm_dash_manifest -i webm480.webm \
    -f webm_dash_manifest -i webm720.webm \
    -f webm_dash_manifest -i audio1.webm \
    -f webm_dash_manifest -i audio2.webm \
    -f webm_dash_manifest -i audio3.webm \
    -f webm_dash_manifest -i audio4.webm \
    -c copy -map 0 -map 1 -map 2 -map 3 -map 4 -map 5 -map 6  -map 7 \
    -f webm_dash_manifest \
    -adaptation_sets "id=0,streams=0,1,2,3 id=1,streams=4,5,6,7" \
    manifest.mpd

    Player audio track selection :

    enter image description here

  • How does C language use ffmpeg to send the H.264 network stream packed by RTP to RTMP server ?

    21 décembre 2020, par yanzhang.guo

    My requirement is : listen to the socket, and the monitored data is H.264 video data encapsulated by RTP. I want to push the monitored data from socket to RTMP server directly. What should I do ? Whether can provide a general idea, I use C language to realize.
I found the following two methods on the Internet. Are there corresponding APIs ? In addition, are there other methods ?

    


    Method 1: unpack RTP package, extract H264 data, and push it out with 
ffmpeg API;
Method 2: call ffmpeg API directly to push the data encapsulated by RTP.


    


  • ffmpeg stream encoding out produce a stream shows different program on each start

    15 octobre 2018, par Ryan Philip

    I am using ffmpeg for almost one year, my stream recently started behaving badly.

    The lines on ffmpeg screen started running crazy fast when restreaming it, causing more CPU (with no encoding). I have mapped the stream to select only one stream. But the problem is even with mapping I am getting different program each time when it is played.

    Also each program it is playing for less than a minute. There is no specific error message showing on ffmpeg screen. Only the output is behaving badly.

    I even tried ffmpeg version 3.3, 3.4 and 4.0 with same results.

    It has so many resolution streams, so i selected only 33 (video) and 34 (audio), the ones with highest resolution.

    ffmpeg -i "http://insourceip/stream.m3u8" -err_detect explode  -c copy -map 0:33? -map 0:34?  -hls_time 10 -hls_list_size 6 -hls_wrap 10 -start_number 1 out/music.m3u8

    Please help me with this.

    Below is the output : the one after (No longer receiving playlist 8) start running crazy when started.

    Program 11
       Metadata:
         variant_bitrate : 1088000
       Stream #0:33: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 640x480 [SAR 12:11 DAR 16:11], 25 fps, 25 tbr, 90k tbn, 50 tbc
       Metadata:
         variant_bitrate : 1088000
       Stream #0:34: Audio: aac (LC) ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp
       Metadata:
         variant_bitrate : 1088000
       Stream #0:35: Data: timed_id3 (ID3  / 0x20334449)
       Metadata:
         variant_bitrate : 1088000
    [hls @ 0x7a64120] Opening '/music1.ts' for writing
    Output #0, hls, to '/music.m3u8':
     Metadata:
       encoder         : Lavf57.71.100
       Stream #0:0: Video: h264 (Constrained Baseline) ([27][0][0][0] / 0x001B), yuv420p, 640x480 [SAR 12:11 DAR 16:11], q=2-31, 25 fps, 25 tbr, 90k tbn, 25 tbc
       Metadata:
         variant_bitrate : 1088000
       Stream #0:1: Audio: aac (LC) ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp
       Metadata:
         variant_bitrate : 1088000
       Stream #0:2: Data: timed_id3 (ID3  / 0x20334449)
       Metadata:
         variant_bitrate : 1088000
    Stream mapping:
     Stream #0:33 -> #0:0 (copy)
     Stream #0:34 -> #0:1 (copy)
     Stream #0:35 -> #0:2 (copy)
    Press [q] to stop, [?] for help
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 10
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 1
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 3
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 5
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 7
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 9
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 0
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 2
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 4
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 6
    [hls,applehttp @ 0x3d57120] No longer receiving playlist 8
    ***[hls,applehttp @ 0x3d57120] Opening 'FORMATED/i/MUSIC_1@13394/segment153957897_1_av-b.ts' for reading
    [hls,applehttp @ 0x3d57120] Opening 'FORMATED/i/MUSIC_1@13394/segment153957898_1_av-b.ts' for reading
    [hls @ 0x7a64120] Opening '/music2.ts' for writing
    [hls @ 0x7a64120] Opening '/music.m3u8.tmp' for writing
    [hls,applehttp @ 0x3d57120] Opening 'FORMATED/i/MUSIC_1@13394/segment153957899_1_av-b.ts' for reading
    [hls @ 0x7a64120] Opening '/music3.ts' for writing***