
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (54)
-
Configurer la prise en compte des langues
15 novembre 2010, parAccéder à la configuration et ajouter des langues prises en compte
Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...) -
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 -
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 (8470)
-
FFMPEG realtime streaming using a remote m3u8
8 avril 2016, par JJ The SecondGood morning chaps,
I’ve been doing a long term research to do DRM solution for my client and we are almost there, here is what we’d like to achieve and please accept my lack of understanding, Im well new to FFMPEG and there are so many questions already asked but I’m not sure if they cover my questions.
Objectives :
1- To record and stream (real-time) m3u8 from a remote server : We have access to more than 3000 HLS streams (b2b project) therefore we would need to record and stream m3u8 in real-time. Currently I am able to record to mp4 or mkv but don’t understand how to stream real time
2- Stream using HL264 : We would need to make sure streams play on all devices, based on my understanding this is the correct format to use, is this correct, more than happy to hear your comments
3- Delivery to be in 3 different resolutions, HD, 488 and 380 : This is all about sizes, it is unlikely that my users would stream using mobile devices (GA says only 32000 using mobile) but still I need to make sure there are no restrictions to users
Questions :
1- I’ve seen lots of tutorials with regards to recording m3u8, converting to mp4 or .ts files, so I’m not sure how this works, do I need to export my recording to .ts files and merge them again ? If this is the case, isn’t this going to have delay in streaming ?
2- By doing this, am I using my bandwidth or source of m3u8 ?
3- If converting to .ts then would you please let me know how I can achieve this ?
Please note, my recording are (for now) all m3u8 and I need to stream as m3u8 at the same time.
I have latest version of FFMPEG installed on Ubuntu 14.4 TLS
Thank you all in advance and happy Friday !
-
How to stream live from iphone camera to server using rtsp ?
12 septembre 2014, par Vishal GuptaI am using AVCaptureSession to record a video and audio of user. I am getting real time video and audio streams independently. I am able to encode them using h264 encoder and aac encoder respectively. Now I am not getting how to multiplexing them both and make a stream ? How to send them to specific server url which is protected by userName and Password ? If it can be done using RTMP also then also it’s fine.
I have taken a reference from here ! But I am not getting much out from this.
Is there any RTSP library project which can help me ?
I have been struggling in it from a long.
Is there any solution to my problem ?
Thanks in advance.
-
Create a video stream from bitmap [on hold]
24 novembre 2017, par WijayaI’m developing a real time web application which takes sequence of images as input and stream it to multiple clients over internet. My C# application takes sequence of jpg images in 30 fps and converts it to a bitmap array. Application continually generates bitmaps.
Since my application has to run on a windows server I can’t use ffserver (FFmpeg media server) for my purpose.
My requirement is to create a video memory stream from a bitmap array and stream it to clients in real time.
Any help would be really appreciated.