Recherche avancée

Médias (91)

Autres articles (95)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (12532)

  • broken ffmpeg default settings detected

    8 août 2016, par Ramakrishna

    I am getting broken ffmpeg error while VideoWrite using X264 Fourcc codec.I have install all the dependencies.How can I rectify this problem.The sample code that I have been using is as follows.

    VideoWriter oVideoWriter ("path.mp4", CV_FOURCC('X','2','6','4'), 15, frameSize, false);

    Operating system : Ubuntu 14.04 64-bit

    Console Error :

    [libx264 @ 0x8d6220] broken ffmpeg default settings detected
    [libx264 @ 0x8d6220] use an encoding preset (e.g. -vpre medium)
    [libx264 @ 0x8d6220] preset usage: -vpre <speed> -vpre <profile>
    [libx264 @ 0x8d6220] speed presets are listed in x264 --help
    [libx264 @ 0x8d6220] profile is optional; x264 defaults to high
    Could not open codec 'libx264': Unspecified errorOpenCV Error: Unsupported format or combination of formats (Your version of Gstreamer doesn't support this codec acutally or needed plugin missing.) in CvVideoWriter_GStreamer::open, file /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp, line 518
    terminate called after throwing an instance of 'cv::Exception'
     what():  /home/mbox140/Development/opencv-2.4.9/modules/highgui/src/cap_gstreamer.cpp:518: error: (-210) Your version of Gstreamer doesn't support this codec acutally or needed plugin missing. in function CvVideoWriter_GStreamer::open
    </profile></speed>

    Suggest me any solution for this.

  • FFMPEG on Windows [on hold]

    22 mai 2016, par Sagar Shirke

    I am using ffmpeg-20160522-git-566be4f-win64-static for streaming HLS. I have successfully published my HLS stream on to a CDN. My requirement is to use FFMPEG for 24*7 streaming workflow.

    Below is the command that I use.

    ffmpeg -i "LIVE TS UDP?fifo_size=5000000" -vcodec libx264 -s 720x576 -profile:v baseline -level 3.1 -vb 1500k -minrate 1500k -maxrate 1500k -bufsize 3000k -pix_fmt yuv420p -r 25 -force_key_frames "expr:gte(t,n_forced*2)" -flags -global_header -acodec aac -ab 64k -ac 2 -ar 48000 -f segment -segment_time 10 -segment_start_number 1 -segment_wrap 0 -segment_list PlaybackURL/Layer3_master.m3u8 -segment_format mpeg_ts -segment_list_type m3u8 -segment_list_flags +live -segment_list_size 0 EntryPoint/Layer3_master_%05d.ts

    The issue is that the stream fails after few hours with an error in red

    "av_interleaved_write_frame(): Unknown error
    Erros writing trailer of EntryPoint/Layer3_master_%05d.ts: Invalid argument"

    Is there some parameter missing in my command ? Also this failure does not add EXT-ENDLIST tag in my HLS manifest. Please help.

    Regards,
    Sagar Shirke

  • tls : Add support for listen mode

    19 septembre 2013, par Martin Storsjö
    tls : Add support for listen mode
    

    Also add options for specifying a certificate and key, which can
    be used both when operating as client and as server.

    Partially based on a patch by Peter Ross.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] doc/protocols.texi
    • [DBH] libavformat/tls.c
    • [DBH] libavformat/version.h