
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (111)
-
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 (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
Sur d’autres sites (6205)
-
Youtube videos not playing on Ubuntu 20 [closed]
10 août 2021, par TomaskI cannot play videos at youtube.com. Usually I see only few frames in the beginning and then it stops. (Same problem in Chromium and Fiefox.)


How could I solve this problem ?


Ubuntu 20.04.2 LTS (Oracle VirtualBox)


This is what I already tried :


sudo apt-get install --reinstall flashplugin-installer


sudo apt-get install ubuntu-restricted-extras


sudo apt-get install ffmpeg


sudo apt install libavcodec-extra


I disabled cookies for youtube.com.
Restarted the system.


-
Set custom cookie to ffmpeg http request
18 février 2016, par DimaI use ijkplayer at my project to show a video stream (it based on ffmpeg lib), but I had change request and now I have to send some data in cookie for each request to the server. So I figured out that there’s http.c file which works with each request and added test cookie to cookie field
char data[] = {'t','e','s','t','=','r','2','d','2',';','p','a','t','h','=','/',';'};
s->cookies = data;I looked into wireshark, and I saw that my requests was sent with this cookie, but after first sending I receive this signal :
libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xa0c013e8 in tid 27629 (ff_read)
Maybe somebody had same problem and can help me
-
msvs/icl : Improve default CFLAGS
10 août 2015, par Henrik Gramner