
Recherche avancée
Autres articles (94)
-
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) (...)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)
Sur d’autres sites (9057)
-
Core : Fix error when calling $.fn.rules() on a non-form element.
14 juin 2016, par jsclarkCore : Fix error when calling $.fn.rules() on a non-form element.
Closes #1771. Fixes #1770.
-
Saving H264 RTP Packets In Useful Form
14 novembre 2014, par Nick LimaI know that it is possible to save RTP h264 streams using Wireshark and VLC. But in order to learn more about video streaming I am trying to do it myself. There are several related questions that make for good reading on this topic :
Problem to Decode H264 video over RTP with ffmpeg (libavcodec)
How to convert H.264 UDP packets to playable media stream or file (defragmentation)
With those as background, this is where I am currently :
- I can receive RTP packets over UTP.
- I parse packets as discussed in the questions above.
- I write the packets to a file, separated by \x000001 and add the NAL byte again according to the above guides.
- At the beginning of the file I put the SPS and PPS which I got from my code’s RTSP conversation with the server (again seperated by the correct bytes).
I end up with a file of supposedly a lot of NAL frames. I then try to run ffmpeg on the .264 file to create a .mp4. This brings up several errors :
[h264 @ 0x15257a0] decode_slice_header error
[h264 @ 0x15257a0] no frame !
[h264 @ 0x15257a0] non-existing PPS referenced
[h264 @ 0x15257a0] non-existing PPS 0 referenced
[buffer @ 0x15e16a0] Invalid pixel format string ’-1’
I am essentially at a standstill until I can figure out this problem. I have thouroughly read the questions I linked to above, and the stream is definitely viewable because I can connect and watch it via VLC and the incoming packets are definitely H264 RTP packets according to wireshark. If VLC can do it why can’t I ! I would greatly appreciate any insight into my errors and possible a summary of the three linked questions that resolves the disagreements between them.
-
Révision 23123 : Fix #3759 : chaîne de langue manquante dans le form de configuration du proxy
13 août 2016, par brunobergot@gmail.com