
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (105)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP 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, parWe 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)
-
(ffmpeg.autogen)How can i play Audio AVframe (rtsp)
2 octobre 2018, par newbiehelp me....plz...
i want play audio frame...
else if (_pPacket->stream_index == _audio_streamIndex)
{
ffmpeg.avcodec_send_packet(_audioCodecContext, _pPacket).ThrowExceptionIfError();
error = ffmpeg.avcodec_receive_frame(_audioCodecContext, _audioFrame);
frame = *_audioFrame;
//how can i play sound ??
} -
ios ffmpeg play sound [on hold]
12 février 2014, par Hadi M.NourAllahhow to play local and streaming sound like wmv using ffmpeg
is there source code or something ???
i have ffmpeg and i compiled it now i don't how to use it into my ios project
-
How can I play Encrypted HLS video on 2 domains hosted on 2 servers ?
2 septembre 2021, par Aamir BashirI have a LMS deployed on 2 different domains that are hosted on 2 servers. One is VPS bought for hosting videos and other is a shared hosting server. LMS is deployed on both. I used FFMPEG to create encrypted HLS videos on VPS using a key stored on VPS. Now these videos are working fine on VPS but when I use the video URL to play it on shared hosting LMS, it gives error "The media could not be loaded, either because the server or network failed or because the format is not supported".


KEYINFO file contains the path to key on VPS server.
I am using Video-js and its plugins to play HLS videos.


Is there anyway to play these encrypted HLS videos on both domains ?