
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (62)
-
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 (...) -
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 -
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" ;
Sur d’autres sites (8391)
-
stream FFMPEG clients on webserver [closed]
19 septembre 2020, par Pierrei tried to make a picture that sums up what i want to do.
I hope you understand :)
protocol operation


please guide me
the best of the best would be not to open ports !
clients sending their FFMPEG stream (h264) —> server who interprets them —> front-end which displays all the video streams (php nodejs..)
Thanks x)


-
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.