
Recherche avancée
Autres articles (61)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (5612)
-
Merge commit ’4a27a52a1f74016095b7aee1b4a422cf62217ade’
29 mai 2013, par Michael NiedermayerMerge commit ’4a27a52a1f74016095b7aee1b4a422cf62217ade’
* commit ’4a27a52a1f74016095b7aee1b4a422cf62217ade’ :
fate : Don’t use files from SRC_PATH in the actual tests
indeo4 : reuse context block VLC for band instead of defaultingConflicts :
tests/MakefileMerged-by : Michael Niedermayer <michaelni@gmx.at>
-
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 -
Debian Linux How-To use eth0 and wlan0 on different routers ?
27 mars 2014, par ChrisI have eth0 and wlan0, both are using different rounter, one is good for download, the other one is good for upload.
But... When i have eth0 cable plugged in, wlan0 can not ping its own router or ping ex. google.com.ping -I eth0 google.com
i get answer
ping -I wlan0 google.com
no answer
both routers have inet connection and at the moment both interfaces using DHCP.
I need to run ffmpeg that is getting live-stream via wlan0 -> put it in to ffserver -> second ffmpeg get ist from ffserver and send it via eth0 to my dedicated server...
any idea ?