
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (105)
-
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" ; -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...) -
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
Sur d’autres sites (13404)
-
Stream Internet radio using ffmpeg
2 juillet 2022, par Hadi M.NourAllahi am a beginner at IOS Development now i make app that streaming internet and there was a problem that there is extinction that ios not support like .asf and .rm and there prifx that ios not support too like mms :// so after a lot of searching a lot of people told me that "use ffmpeg" and after a lot of wasted time i successfully build ffmpeg to my xcode now i am stuck because i don't how i use it .
so could any one tell me how can i use it please don't tell me use IFrameExtrator because i tried and i failed.


-
Allow internet access for ffmpeg in android
11 décembre 2015, par Can GokdereI have compiled a ffmpeg binary for android, now I am trying record hls stream with it. For this, I am using Runtime.exec() commands.
This is the command I am passing to binary :./ffmpeg -i VIDEO_URL -c copy -bsf:A aac_adtstoasc OUTPUT.mp4
However, when I run this command I see "Cannot resolve host" error for any given url. My app has internet and access network state permissions, But I think that since ffmpeg binary is another process, android does not grant it with same permissions as my app.
So my question is that, how can I give the binary Internet permission without root access.
If this is not possible, can you guide me what other ways I can do to download a hls stream ?
Thanks
-
how to detect an connection lost of internet audio stream
29 novembre 2013, par Meph-I'm recording internet audio stream and I want to detect somehow a connection error.
I tried unplug cable of an internet connection and ffmpeg did nothing. I need to ffmpeg sends error message or raises exception. I have found nothing in ffmpeg documentation.Does some parameter exist for it ?
I use :
ffmpeg -i http://somestream -acodec copy out.wav