
Recherche avancée
Médias (2)
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (50)
-
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
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 ) (...)
Sur d’autres sites (9929)
-
ffmpeg can't recognize an UDP stream
30 décembre 2014, par yaapelsinkoWhen executing
ffmpeg -i udp://239.192.1.2:3456
kind of command, ffmpeg seems not being able to read such stream. No metadata info, and no transcoding if appropriate commands given.
My network layout is the following :
Ubuntu Server (ffmpeg) <---> Windows Server (Wowza) <---> Multicast subnet
Stream must come from Multicast subnet through Window Server. Windows is configured to route IGMP via RRAS service. When I launching ffmpeg on Ubuntu, I can monitor that appropriate reports are received by RRAS and UDP stream starts to flow from Windows-to-Multicast network interface. I wasn’t able to monitor Ubuntu-to-Windows network interface, though, because Ubuntu is actually a Hyper-V VM on that Windows Server. Something is preventing Wireshark from listening on virtual NICs. Windows Server also has third NIC to the Internet, but it doesn’t matter here. Stream itself is okay, it can be successfully played with VLC or transcoded by Wowza (all on Windows Server). It is encoded with MPEG2/MP3 codecs.
If I restream the stream through Wowza (passing through or transcoding), then ffmpeg is able to ingest it from rstp ://windows-server-ip:1935/LiveApp/myStream.stream so that I see metadata report and can transcode it. But I want to get it directly from multicast.
Is it ffmpeg can’t read directly from udp ? Or maybe I missed something in configuration ? How can I investigate it further and localize the problem ?
Update : Well, when restreaming the stream via VLC right into Ubuntu server NIC, ffmpeg can grab it. There are another problems, though, but at least I see that ffmpeg receives something. So, IGMP routing is not working correctly.
Here is what I’ve done when configuring it : Enabled RRAS service. Added IGMP protocol to IPv4 routing. Added pNIC and vNIC as interfaces. pNIC is in Proxy mode, vNIC is in Router mode.
That way I can at least see : 1) new records in IGMP group table when someone is requesting IGMP membership, 2) UDP packets flooding pNIC multicast interface when request from vNIC is received. However, I can’t listen vNIC interface with Wireshark from guest or host by some reason so I don’t know if packets are actually reaching the player on VM. I assume they aren’t, because I can’t play it with VLC or ingest the stream by ffmpeg (but who knows, maybe it just can’t be played in Hyper-V ?).
If both interfaces are in IGMP router mode, no UDP traffic can be detected.
-
Piwik awarded Gold Prize at Open Source Software World Challenge
22 décembre 2014, par Matthieu Aubry — AboutWe are excited to announce that Piwik has been awarded the Gold Prize in the Open Source Software World Challenge 2014 !
Winning this award is a testament to the positive impacts of the Piwik platform worldwide. Every day dozens of new people are embracing Piwik to power their web and mobile analytics which gives them full control over their data.
Every member of the Piwik community, from core developer to beginning user, should be proud to be part of this momentum : congratulations to us all !
The Open Source World Challenge is the annual competition hosted by the Ministry of Science, ICT and Future Planning of Korea. This competition is mainly intended to promote open source software and expand various exchanges among open source software developers worldwide.
-
FFmpeg in Android:UnsatisfiedLinkError : Cannot load library : reloc_library:cannot locat 'log2f'
9 septembre 2014, par rosenCompiled transplant FFmpeg using the NDK in ubuntu,After the success of the compilation, Run under the eclipse will appear "cannot locate ’log2f" error
09-09 12:03:31.152 : W/dalvikvm(31395) : Exception Ljava/lang/UnsatisfiedLinkError ; thrown while initializing Lcom/example/ffmpegtest/MainActivity ;
09-09 12:03:31.152 : W/dalvikvm(31395) : Class init failed in newInstance call (Lcom/example/ffmpegtest/MainActivity ;)
09-09 12:03:31.162 : W/dalvikvm(31395) : threadid=1 : thread exiting with uncaught exception (group=0x40ce12d0)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : FATAL EXCEPTION : main
09-09 12:03:31.162 : E/AndroidRuntime(31395) : java.lang.ExceptionInInitializerError
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at java.lang.Class.newInstanceImpl(Native Method)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at java.lang.Class.newInstance(Class.java:1319)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.app.Instrumentation.newActivity(Instrumentation.java:1023)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.app.ActivityThread.performLaunchActivity(ActivityThread.java:1874)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.app.ActivityThread.handleLaunchActivity(ActivityThread.java:1984)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.app.ActivityThread.access$600(ActivityThread.java:126)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1150)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.os.Handler.dispatchMessage(Handler.java:99)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.os.Looper.loop(Looper.java:137)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at android.app.ActivityThread.main(ActivityThread.java:4456)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at java.lang.reflect.Method.invokeNative(Native Method)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at java.lang.reflect.Method.invoke(Method.java:511)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:787)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:554)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at dalvik.system.NativeStart.main(Native Method)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : Caused by : java.lang.UnsatisfiedLinkError : Cannot load library : reloc_library[1287] : 143 cannot locate ’log2f’...
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at java.lang.Runtime.loadLibrary(Runtime.java:370)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at java.lang.System.loadLibrary(System.java:535)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : at com.example.ffmpegtest.MainActivity.(MainActivity.java:23)
09-09 12:03:31.162 : E/AndroidRuntime(31395) : ... 15 more