
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 (38)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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" (...)
Sur d’autres sites (4443)
-
avcodec/ac3dec : Fix shift signedness in mask creation
21 septembre 2018, par Michael Niedermayeravcodec/ac3dec : Fix shift signedness in mask creation
Fixes : 9924/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EAC3_fuzzer-5473421772193792
Fixes : left shift of 1 by 63 places cannot be represented in type 'long long'Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
Best approach to get RTSP streaming into web browser from IP Camera ?
21 octobre 2023, par WhoamiIs it possible to get the RTSP Streaming data into the web browser ?



Below are some of my findings. Kindly correct me if I am wrong ?



- 

-
Only Mac OS, and Safari supports RTSP Live Streaming.
-
HTML 5 video does not support RTSP.
-
I can use the VLC plugin, but I don't want to use that.









Possibility of mixing ffmpeg and websocket ?



Assume my IP camera is connected with Ethernet.



In the client machine :



- 

- I run ffmpeg to get the data from server (ie : IP)
- Client machine runs websocket.
- Once ffmpeg gets the data from RTSP Server, it decodes, and generates the raw image of any format (for example : yuv).
- Now, i have to send this image to browser through websocket.











Question :



- 

- It is the right approach ?
- How can I get the decoded image from ffmpeg into the browser ?







I might be wrong in different places. Kindly provide input.


-
-
Best approach to get RTSP streaming into web browser from IP Camera ?
12 mars 2016, par WhoamiIs it possible to get the RTSP Streaming data into the web browser ?
Below are some of my findings. Kindly correct me if I am wrong ?
-
Only Mac OS, and Safari supports RTSP Live Streaming.
-
HTML 5 video does not support RTSP.
-
I can use the VLC plugin, but I don’t want to use that.
Possibility of mixing ffmpeg and websocket ?
Assume my IP camera is connected with Ethernet.
In the client machine :
- I run ffmpeg to get the data from server (ie : IP)
- Client machine runs websocket.
- Once ffmpeg gets the data from RTSP Server, it decodes, and generates the raw image of any format (for example : yuv).
- Now, i have to send this image to browser through websocket.
Question :
- It is the right approach ?
- How can I get the decoded image from ffmpeg into the browser ?
I might be wrong in different places. Kindly provide input.
-