
Recherche avancée
Autres articles (31)
-
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...) -
Le plugin : Podcasts.
14 juillet 2010, parLe problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
Types de fichiers supportés dans les flux
Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)
Sur d’autres sites (6067)
-
How to decouple between ffmpeg and rtp server ?
2 février 2023, par drorI have a
ffmpeg
-based worker that handles video-generation jobs at very high throughput.
Long videos need to be streamed while being generated.

For that purpose, I have introduced a WebRTC server named Janus-Gateway with its streaming plugin, and set the application's output to an
rtp://
endpoint at that server (ffmpeg
can stream a single stream using the RTP protocol).

In order to avoid buffering problems on the other hand, the streaming is done through the ffmpeg's
-re
option, which means that the stream will be streamed in real-time, i.e. it slows it down to simulate live streaming.

[ffmpeg-based app] (#1)--> [rtp://janus:port @ webrtc server] (#2)--> [webrtc subscribers]



How can I continue processing video jobs at high throughput while streaming the results at real-time speed ? I need somehow to decouple
ffmpeg
output (stage #1) so that consumers at stage #2 get streams at natural playback speed.

-
How to generate thumb JPG from m3u8/hls ?
11 mai 2016, par yarekIs there a way to generate JPEG thumbs from HLS/m3u8 files I have on my server ?
The m3u8 is created real time with RTMP streaming server.
-
RN CameraRoll gives uri as ph : //
30 septembre 2020, par Roman AdigezalovFaced such a problem, I get a video using CameraRoll in order to later transfer this file to FFMpeg, but the problem arises in the fact that the path to the file is on ios using the ph protocol. How to be in this situation ? How do I get real access to the file ?