
Recherche avancée
Médias (91)
-
999,999
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
-
Demon seed (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
The four of us are dying (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Corona radiata (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Lights in the sky (wav version)
26 septembre 2011, par
Mis à jour : Avril 2013
Langue : English
Type : Audio
Autres articles (54)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
La sauvegarde automatique de canaux SPIP
1er avril 2010, parDans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...) -
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 (8933)
-
FFMPEG Encryption
1er août 2023, par rickyma924I am doing a project with encrypting
video and I have a few questions for the procedure.



I used a command to transcode
mp4
toHLS
with ats
segment duration of 10 seconds.


First, I need to encrypt those videos with a key from database. However,
I have no idea for the encryption whether working with ffmpeg or not.



Second, if the encryption can work without ffmpeg, so what should I do ? I have searched in google which includes something like openssl / aes but
there is no a detailed step for me to follow, even the ffmpeg link :
http://www.ffmpeg.org/ffmpeg-all.html#srtp



Could anyone give me a hand, teaching me how to encrypt a video ? Thanks to you.


-
FFMPEG Encryption
23 septembre 2015, par rickyma924I am doing a project with encrypting
video and I have a few questions for the procedure.I used a command to transcode
mp4
toHLS
with ats
segment duration of 10 seconds.First, I need to encrypt those videos with a key from database. However,
I have no idea for the encryption whether working with ffmpeg or not.Second, if the encryption can work without ffmpeg, so what should I do ? I have searched in google which includes something like openssl / aes but
there is no a detailed step for me to follow, even the ffmpeg link :
http://www.ffmpeg.org/ffmpeg-all.html#srtpCould anyone give me a hand, teaching me how to encrypt a video ? Thanks to you.
-
C# - Streaming video from IP Camera with overlay to Facebook Live
6 avril 2018, par Justin LiI am currently working on a project where I am trying to have a C# application connect to multiple IP Cameras where I will add an overlay and continue to forward that stream to an RTMP server like Facebook Live. I am currently using the Ozeki Camera SDK to work with my IP Cameras but I have looked into using AForge as well.
I have everything set up to stream and overlay but I am having some trouble understanding how I can convert video and audio to be stream-able to the Facebook RTMP server. It seems I have to have an encoder for the video but after Googling, I am coming up short with methods of how to achieve this. I am hoping that someone has some experience in this field can give me a hand.
Thanks in advance.