
Recherche avancée
Autres articles (37)
-
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 -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7257)
-
Encoding audio while playing (Html player)
21 juillet 2018, par Carlo PelusoI need to implement an audio encoding process, reducing the quality of an mp3 (bitrate) on-the-fly, while user is playing over network through html player. Any suggestion ?
options :
PHP script that execute FFmpeg conversion and push a sdout and stream it to the the player ?
websocket that encodes serverside with Ffmpeg and sends to client the encoded chunks ?
other suggestion ? examples ?
-
AVSampleBufferDisplayLayer pixelated and laggy
6 janvier 2016, par user1784317I’m attempting to use AVSampleBufferDisplayLayer coupled with ffmpeg to play a network stream on iOS. I’ve gotten the video to show up with help of How to use VideoToolbox to decompress H.264 video stream.
However, when there’s a lot of motion in the video stream I get a lot of lag, pixelation, and the picture looks very blocky. Has anyone encountered this before ?
-
Stream Desktop with audio FFmpeg
4 décembre 2016, par iNCEPTiON_Im trying to stream my desktop screen with the default audio device to my other computer over my network, it works with gdigrab but i never got the audio working ...
thats what im currently using
ffmpeg -f gdigrab -i desktop -framerate 90 -video_size 1920x1080 -vcodec libx264 -pix_fmt yuv420p -preset ultrafast -f mpegts udp://ip -acodec libmp3lame -ab 32k -ac 1 -re -f udp://ip
ive tryied tons of commands without succes. what am i doing wrong here