Recherche avancée

Médias (1)

Mot : - Tags -/framasoft

Autres articles (105)

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (13294)

  • VideoView does not play Audio in Video properly

    30 janvier 2014, par Jay

    I have an *.mp4 file which is duration of 2 min. Now it has audio track starting from 30 seconds upto 1.10 min. The rest before 30s and after 1.10min is blank.

    Now the problem is when I try to play it in videoview or mediaplayer then, it plays audio right from beginning of the video rather from its actual position. I tried this on multiple phones with same result.

    When I play the same video in MXPlayer or in Windows(VLC) ; it plays properly.

    What is the solution to this problem ?

    Edit

    I have used -itsoffset command of Ffmpeg for achieving above video.

    ffmpeg -y -i a.mp4 -itsoffset 00:00:30 sng.m4a -map 0:0 -map 1:0 -c:v copy -preset ultrafast out.mp4

    Thanks in advance.

  • Play a HLS live m3u8 playlist, with expiring key

    3 novembre 2016, par maxgalbu

    I’m trying to play an HLS url from the NBA servers, from Kodi (which is using ffmpeg).

    http://nlds16.cdnak.neulion.com/nlds/nba/nba247/as/live/ipad_20161102200000_003000.mp4.m3u8?hdnea=expires%3D1478128277%7Eaccess%3D%2Fnlds%2Fnba%2Fnba247%2Fas%2Flive%2F*%7Emd5%3Dmd5&nltid=nba&nltdt=6&nltnt=1&uid=2312934

    It’s behind a login, so you won’t be able to play it.

    This url has an expiring encryption key, and if I try to play that playlist from the NBA website, I can see that the player, every 5 seconds, does a request for the same playlist, and every time it downloads a new encryption key. If i play it with ffmpeg, there’s only one request, and the key eventually expires interrupting the streaming. Is it possible to do the same with ffmpeg ?

    (Searching for ffmpeg hls refresh key yields no results :()

  • play MPD file of mpeg-dash on android and IOS

    8 février 2017, par user3223551

    I have used ffmpeg to create a MPD file for my video, and I could play and watch it on my pc using :http://dashplayer.azurewebsites.net/

    now I want to make sure it works and plays appropriately on andoid and IOS, could anyone tell me how to test this file on android and IOS ?