
Recherche avancée
Autres articles (65)
-
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (8074)
-
lavr : fix the decision for writing directly to the output buffer
1er novembre 2012, par Justin Ruggleslavr : fix the decision for writing directly to the output buffer
-
Revision 6c2e88e932 : Rewrite encoder input format handling. The previous approach can't scale to all
16 mai 2014, par Alex ConverseChanged Paths :
Modify /tools_common.h
Modify /vpxenc.c
Rewrite encoder input format handling.The previous approach can’t scale to all of or new formats. This also
fixes YV12 input.Change-Id : Ic4ad333770bbbd0e921f519199b57862afcbe1ab
-
Best Approach to get RTSP Streaming into WebBrowser ? from IP Camera
6 novembre 2014, par WhoamiIs it possible to get the RTSP Streaming data into the WebBrowser ?
Below are some of my findings. Kindly correct me if i am wrong ?
1) Only Mac OS, and Safari supports RTSP Live Streaming.
2) HTML 5 video can not support RTSP.
3) I can use the vlc plugin, but i dont want to use that.
Possibility of mixing ffmpeg and websocket ?
Assume My IP Cam is connected with Ethernet.
In the Client Machine :
1) I run ffmpeg to get the data from Server [ ie : IP ]
2) Client machine runs websocket.
3) Once ffmpeg gets the data from RTSP Server, it decodes, and generates the raw image of
any format. [ ex : yuv ].4) Now, i have to send this image to browser through websocket.
Question :
1) It is the right approach ?
2) How can i get the decoded image from ffmpeg into the browser ?I might be wrong in different places. KIndly provide input.