
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (77)
-
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. -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (8424)
-
How to live stream from Windows 10 app to Youtube ?
12 août 2015, par BolandI’m playing around with the YouTube Live Stream API. That’s working fine so far, but the next step is to stream the web cam data to YouTube via RTMP.
In the (excellent) documentation at Google Dev, it outlines the Life of a Broadcast. However, all steps are documented in detail, except the step I’m interested in :
Step 3.2 : Start your video
Start transmitting video on your video stream.
I was able to use Open Broadcasting Software to stream to a manually created YouTube Live Event, but I have no idea how to do it from my Windows 10 App. I’ve looked at the MediaElement class, and was able to capture the web cam preview in my app. But I can only find methods to save as a file.
Also found information about FFMPEG, which should probably be able to do the job, but I cannot find a library / DLL to use FFMPEG in my App.
I just need some guidance where to look next, because now I’m just clueless what to do.
/edit : I came across MPlatform SDK, which sounds exactly what I want, but it costs $5000.... Not for a hobby :(
-
Overlay a png to a live srt stream with 3 seconds delay using timestamp ( setpts ) in ffmpeg ?
27 avril 2021, par Fabi8bitwhat I'm trying to achieve is to synchronize a png overlay (a scoreboard) to an incoming live srt stream (coming in with 1 sec delay ca.). The updated png is overlayed in real time. I would like to be able to set a delay to synchronize the overlay to the incoming live streaming and send it somewhere else (In my example to another udp port) Here is my code :


ffmpeg -y -i srt://10.10.0.15:5001?mode=listener -f image2 -stream_loop -1 -i C:\Users\Utente\Desktop\prova_overlay.png -filter_complex "[0:v]setpts=PTS[v0];[1:v]setpts=PTS+3/TB[v1];[v0][v1]overlay" -tune zerolatency -f mpegts -b:v 8000k srt://10.10.0.15:5002?pkt_size=1316



-
Update jpg during live broadcast with ffmpeg
13 mars 2021, par FoxFrI encounter a problem with a stream ffmpeg, i search from several hours how my jpg wasn't update during my live, indeed i wish to cast a jpg updated each 5 seconds beteween other video inputs


- 

- i create a new jpg each 5 seconds
- i wish to cast this new image each 5 seconds






I can't find an option to refresh each 1 sec or more, u know ?


-loop 1 -i /home/pi/videopi/map/map.jpg



i try to add
-update 1
, without success