Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

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

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

  • FFmpeg (merge two audio)

    10 septembre 2017, par Ameer Alkateeb

    I have two long audio files. I want to merge cut some part from each video
    and merge both parts in one file.

    In below command the problem there is no audio in the second audio part. It contain the first part and the second is empty.

    What is the problem ?

    ffmpeg -f lavfi -i color=c=black
    -ss 157.824 -t 99.818
    -i "file1.mp4"
    -ss 315.764 -t 50.308
    -i "file2.mp4"
    -s 854x480
    -aspect 1.779167
    -r 25
    -c:v libx264
    -b:v 800k
    -c:a aac
    -strict experimental
    -b:a 128k
    -f mp4
    -t 150.126 -async 1
    -y "output.mp4"
  • ffmpeg convert HLS to RTSP

    11 mai 2022, par Alexander Ström

    I have a HLS stream that needs to be converted to RTSP but I’m not sure how to do it.

    


    Im trying to use this command :

    


    ffmpeg -re -stream_loop -1 -i http://ip:8123/api/hls/fa8a2f/master\_playlist.m3u8 -f rtsp rtsp://localhost:8554/test123


    


    This is some of my errors :

    


    \[http @ 0x56325ba50380\] HTTP error 404 Not Found

\[hls @ 0x56325ba41000\] Failed to open segment 73 of playlist 0

\[http @ 0x56325ba49400\] Opening 'http://ip:8123/api/hls/fa06626345c0c37a924cf83fe6fff1639c447ba0abe259c94604c77fb5228a2f/playlist.m3u8' for reading

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-VERSION:6')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-INDEPENDENT-SEGMENTS')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-DISCONTINUITY-SEQUENCE:0')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-PART-INF:PART-TARGET=1.000')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-SERVER-CONTROL:CAN-BLOCK-RELOAD=YES,PART-HOLD-BACK=2.000')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-START:TIME-OFFSET=-2.000,PRECISE=YES')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-PART:DURATION=0.950,URI="./segment/71.0.m4s",INDEPENDENT=YES')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-PART:DURATION=0.900,URI="./segment/71.1.m4s"')

\[hls @ 0x56325ba41000\] Skip ('#EXT-X-PART:DURATION=0.949,URI="./segment/71.2.m4s"')


    


    Any idea ?

    


    Im using a rtsp proxy and it works with other streams.

    


  • Revision cde790c36d : vp9 : fix crash in inline loopfilter w/corrupt file attempting to decode a frame

    28 août 2014, par James Zern

    Changed Paths :
     Modify /test/invalid_file_test.cc


     Modify /test/test-data.sha1


     Modify /test/test.mk


     Modify /vp9/decoder/vp9_decodeframe.c



    vp9 : fix crash in inline loopfilter w/corrupt file

    attempting to decode a frame after the previous frame failed has the
    potential of interrupting an earlier loop filter task

    Change-Id : I6f2b1ddcdf5b89c3e2ee8caf5289dada2a087d66