
Recherche avancée
Autres articles (44)
-
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 -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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
Sur d’autres sites (10004)
-
How to get Live video stream from Epiphan to VLC player ?
11 août 2016, par NitinGIs there any way to get the live stream from the Epiphan device using Epiphan SDK to play the same in VLC or ffplay ?
Using EPIPHAN SDK, I am able to grab the frames and also their SDK provides a way to convert the frames to GUI but i am not able to find a way to get the live stream of video.
Does ffmpeg lib provide a way to do so ?
-
How to live stream RTMP with video which is received by RTSP
12 août 2020, par sh JoI'm making an Android app which can stream video with RTMP. problem is the video which I'm trying to broadcast with RTMP, is Received by Webcam live by RTSP protocol. currently I can only receive live video with libVlc library but have no idea to stream it with RTMP at the same time.


Is there any way to stream "RTSP received live video" with RTMP ? or should I change library like ffmpeg to make this app work ?
any suggestion or guide would be thankful


-
FFMPEG to remote server : Live streaming with segments [migrated]
10 août 2013, par BrianjsI have looked around and have found many good articles on how to use ffmpeg to segment live video for HLS streaming. However, I need to be able to use use an encoder from a remote location (that is receiving live video), and then somehow send these segmented files and the m3u8/ts files to a web server in a different location, in real time.
So :
REMOTE COMPUTER(camera->ffmpeg->segmenter) -> WEBSERVER(receives files -> users connect for "live" stream)My question is : Has anyone seen something similar to this ? Or is there a setting on ffmpeg/ffserver that will let me do this ?