
Recherche avancée
Autres articles (70)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
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
Sur d’autres sites (9147)
-
Rtp -http streaming method
2 avril 2014, par user3410545I am working on a project that requires a live feed of the mic from the pi ,
so we started of with this aoss ffmpeg -f oss -i /dev/dsp -acodec mp2 -ab 32k -ar 10000 -r 800 -ac 1 -re -f rtp rtp ://234.5.5.5:2345
which worked with streaming locally over vlc
but how can one forward this port to the www, ps, my router has forwarding, and we tried directly passing it , but it didnt work.
or is there any other or better method/protocol that can be used for www access to this Pi's feed
hopefully without ssh(cause it is on limited platforms) and without ffserver(delay, duh !)
any help will be appreciated..
thanks :D -
FFmpeg RTSP Server
17 avril 2012, par mmmaaakI use ffmpeg in my programm to get media via RTSP protocol... But in the same time I must share encoded saved video for other machines. Is ffmpeg has library forn making instanse of simple ffmpeg server ? It will be great not to use other libs for this task.
And if ffmpeg can't help me with it, can you give me advice wich lib to use for doing it's more faster and simpler.
-
Converting RTP data to RTSP
20 janvier 2015, par AnandhuI am having a live stream of ts data. I streamed this with an rtp header and received it in an android device using vlc. Now i would like to stream the same stream using rtsp protocol. How can I do this. Is there some method for using this rtp data for streaming rtsp ?