Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (33)

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (6057)

  • Handling camera to stream videos live in browser ?

    27 décembre 2016, par A Sahra

    I am working to stream videos live in my browser using PHP codeigniter what are the best suggestion to handle and pass the video to ffmpeg and ffserver as input ,is there a good javascript plugin beside using HTML5 as streamer.

  • flv demuxer supports live rtmp inputs but there is no any info about it in the docs.

    24 décembre 2016, par Bela Bodecs
    flv demuxer supports live rtmp inputs but there is no any info about it in the docs.
    

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] doc/demuxers.texi
  • When i try to convert live http streams to .flv file i am getting this error

    11 novembre 2014, par user3932031

    C :\Program Files\ffmpeg>ffmpeg -re -i http://82.135.224.134/udp/239.100.2.20:1234 -c:v libx264 -b:v 5M -pix_fmt yuv420p -c:a:0 libfdk_aac -b:a:0 480k -f flv abc.flv

    I am running above command. I am getting folloing error:

    [h264 @ 0154f300]sps_id out of range
    [h264 @ 0154f300]non-existing SPS 32 referenced in buffering period
    [h264 @ 0154f300]non-existing PPS referenced
    [h264 @ 0154f300]sps_id out of range
    [h264 @ 0154f300]non-existing SPS 32 referenced in buffering period
    [h264 @ 0154f300]non-existing PPS 0 referenced
    [h264 @ 0154f300]decode_slice_header error
    [h264 @ 0154f300]no frame!
    .
    .
    .
    .
    .
    [mpegts @ 023c1700]max_analyze_duration reached
    [mpegts @ 023c1700]Estimating duration from bitrate, this may be inaccurate
    Input #0, mpegts, from 'http://82.135.224.134/udp/239.100.2.20:1234':
     Duration: N/A, start: 63180.879433, bitrate: 62 kb/s
     Program 1
       Stream #0.0[0x3e9]: Video: h264, yuv420p, 720x576 [PAR 1:1 DAR 5:4], 38.11 f
    ps, 25 tbr, 90k tbn, 50 tbc
       Stream #0.1[0x3ea]: Audio: aac, 22050 Hz, stereo, s16, 62 kb/s
    Unrecognized option 'c:v'

    How can i solve this error ? Please help me.