
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (29)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
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 (4720)
-
Why UDP port fails only in Docker ?
11 juillet 2019, par Sagi MannI’ve got the following docker that streams out some sample sine wav via UDP port 1234 :
from ubuntu
RUN apt update
RUN apt install -y ffmpeg
EXPOSE 1234/udp
CMD ffmpeg -re -f lavfi -i aevalsrc="sin(400*2*PI*t)" -ar 8000 -f mulaw -f rtp rtp://localhost:1234I run the container using :
docker run -p 127.0.0.1:1234:1234/udp xxxx
Now I try to open VLC and play that stream from my host machine using the stream URL rtp ://@:1234 as instructed by VLC. It plays nothing. Silence. However, if I run the same ffmpeg cmd from the host machine, it works and I can hear the sample.
Any ideas what’s going on ?
-
ACC audio headers
22 mars 2015, par Rafah SamehI have ACC audio samples data , and i should encrypted them
sample 1
21-4D-FE-FF-FE-1E-CC-C7-E1-4B-AC-71-91-42-C0-00-00-00-00-00-00-CB-A6-62-F8-E0-00-74-FC-4F-25-EF-E0-01-AF-97-EE-1F-6A-00-0D-1D-BF-81-FC-B8-00-38-9A-FA-3F-58-00-0C-A3-F8-BF-A4-00-34-F5-3E-D7-CB-00-00-00-BC-A3-3F-A3-FC-DF-37-E2-00-00-00-61-73-87-B7-F2-7E-37-D9-80-00-00-67-58-CF-BC-ED-BE-F7-C6-00-00-00-00-0C-33-A8-CF-0F-8F-C1-F9-5F-17-C4-E1-80-00-00-00-05-CC-67-51-EF-7D-37-17-DE-70-BC-10-00-00-00-00-00-0D-6E-E2-47-EC-FA-3F-D7-F9-77-EC-64-0F-87
sample2
21-4E-FE-FF-FF-21-46-13-44-2C-51-99-12-EB-35-6A-D4-52-7E-A3-40-37-EE-D3-9E-0F-2D-62-46-43-BA-F1-AB-0E-EF-79-84-6F-4E-BE-43-F3-95-D3-25-24-B8-CC-55-37-A3-E5-15-D8-91-64-BA-B4-B1-0F-5C-09-A3-F1-2B-7A-9E-B5-D1-D9-95-85-12-65-C3-CE-6D-B0-38-E4-27-A8-46-E9-CB-8C-FD-0D-28-83-A4-74-DF-92-CD-27-A6-22-9B-8E-A4-7A-E8-70-3A-E9-BF-6F-0F-DD-5F-E9-75-67-F7-85-2A-EE-7E-37-C3-FF-12-1F-CF-F8-F5-C3-A1-09-91-10-20-98-08-36-91-A1-54-48-B3-98-D6-4B-53-71-A2-0C-81-45-D0-12-EA-42-DD-E9-AA-B6-D1-AB-68-BD-29-23-88-4C-CB-2F-27-E6-BE-D1-27-B4-A7-64-F6-67-6A-0C-97-84-17-65-CC-D5-81-AB-C4-DB-4A-DB-19-AE-17-E8-D0-7F-6E-56-3F-B3-C1-A6-BA-0E-BB-1C-DB-DB-90-84-1E-DB-B6-8B-56-07-4D-1F-71-C0-75-01-D4-4C-00-32-07-E0-70
for each frame start with 21 xxxx ff-ff ,for example
21-4E-FE-FF-FF.....
21-4D-FE-FF-FE....so do you know what this header mean ?
few of samples is have the size 9 byte and take one of these values (
21-00-49-90-02-19-00-23-80
) or (20-00-49-90-02-19-00-23-80
)
so do you know what these samples mean ?always the first sample reserved 26 byte and have the values
(DE-04-00-00-6C-69-62-66-61-61-63-20-31-2E-32-38-00-00-42-00-93-20-04-32-00-47
)
so do you know what these sample mean ? -
Unable to stream only audio using ffmpeg to Wowza RTSP Push Streaming Server
8 août 2017, par Faizuddin MohammedI have tried many options with ffmpeg to be able to stream only audio to Wowza Media Server.
ffmpeg -f dshow -re -i audio="Microphone (Camera Audio)" -f rtsp "rtsp://xxxxx:kkkkk@xxxxxx.entrypoint.cloud.wowza.com:1935/app-xxxx/yyyyy.sdp"
I’m able to write to an MP3 file, but when I try and do this rtsp stream, no data is being passed.
I get an output that’s like :
size=N/A time=00:00:09.00 bitrate=N/A
What am I missing or is this not the way to do it ?