
Recherche avancée
Autres articles (26)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (5914)
-
lavu : make sure av_pix_fmt_desc_next returns a valid pix fmt.
15 décembre 2012, par Clément Bœschlavu : make sure av_pix_fmt_desc_next returns a valid pix fmt.
-
af_resample : unref out_buf when avresample_convert returns 0
9 octobre 2012, par Janne Grunauaf_resample : unref out_buf when avresample_convert returns 0
-
Can't find a good solution to play a MPEG2-TS (no HLS) stream on my iOS App
29 octobre 2019, par Heidan34I’m currently looking for an easy to implement iOS media player library that can cover my needs which are :
-
Being able to play a MPEG2-TS (.ts) without hls.
-
Being able to authenticate the video request with a bearer in the header
I tried some without success, most of the other ones were not maintained anymore :
- AVPlayer (native)
- SGPlayer
- VLCKit (video ok but crashes randomly + not able to give a custom http header)
- ffmpeg-avplayer
Could you please help me ?
Thanks !
-