
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (71)
-
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 -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...) -
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 (...)
Sur d’autres sites (5790)
-
Stream wmv files from unix server
4 novembre 2012, par Ascii DudeI want to stream videos to tvu player and I have a Linux server so I can't use windows media server. For TVU I need to stream them as wmv files. I've done some research and it seems that vlc server and ffmpeg server could work, but I can't seem to find any definitive answer
With either of these servers can I :
make a playlist of wmv files and just stream it in a loop (go back to the beginning of the playlist after the last file plays)
ORtranscode mp4 files on the fly and then play them in a playlist ? i can convert them all individually but if it doesn't take too much cpu overhead it would be easier to transcode them on the fly.
-
How to stream Ogg File ?
2 novembre 2022, par DNSI have a Ogg File (opus encoded) with headers, oggpages, etc.


This ogg is perfectly working in file (can listen, seek...). But when I try to send it to mediaserver, I have one issue :


the stream always starts from the very beginning at position 0. If someone joins the stream 1 minute later, he will start the stream from 0 and he would have 1 minute latency.


Audio : Ogg/Opus ; MediaServer : NodeMediaServer ; Transcoder : ffmpeg


Encoder : Opus (libopus) ; Get audio : PortAudio ; Encapsulate : libogg


How to change the start position of stream of ogg file ? Is this in opus headers ? A custom parameter of ffmpeg ?


-
How to stream all videos in a folder ?
12 août 2018, par KrishnenduHi i want to stream videos over web using ffserver. i got this link as reference.
Now what i am not able to figure out is how to pass a folder(which content all videos i want to stream) as input to stream all videos. I also want add more videos dynamically to this folder in time to time and streaming should happen(like how it works in Darwin). now i can’t use Darwin because it doesn’t support for iOS.
please give me a suggestion.
is there any other open source tool by which i can do this ?