
Recherche avancée
Autres articles (65)
-
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 (...) -
XMP PHP
13 mai 2011, parDixit Wikipedia, XMP signifie :
Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)
Sur d’autres sites (6230)
-
Java IO Streaming Large Files Video/Data/Sound [on hold]
2 mars 2015, par James RelicI have a series of questions listed below regarding java.io streaming and sockets.
-
What is a video streaming server ? How does it differ from a standard web server.
-
Remember Napster/Morpheus etc ? They’re P2P programs, did they allow users to stream data to each other ? Is there a difference between streaming and downloading (on the clients end) ?
-
How would you go about writing a generic program in java that streams anything to the client , word docs, mp3 files, videos files ? Would you use serverlets for this purpose ?
-
If all you are doing is sending files video/sound/docs/text etc from one computer to another would you need to use specialist APIs like FFMPEG-Java, Red5 ?
-
if you are sending video or sound as a file supposedly you don’t need to worry about encoding or decoding ?
-
Do I need to worry about RTSP if im streaming videos as a file ? Rather then wanting them to play live on the client end ?
I understand my questions sound very untechnical and basic, but I’m a little confused on this whole streaming topic and want to know the best way to stream large files of all types using the Java EE/Spring platform.
-
-
Transcoding and Streaming a Video Simultaneously with Seek
5 août 2013, par Yaron BudowskiIs it technically possible to transcode and stream a video simultaneously without losing the ability to seek (i.e. in my case, the Android default video player will still allow the user to seek to any time frame in the video).
I know it's possible to do so if the streaming of the video is done after transcoding the entire file and processing it (in other words, the user will have to wait for the entire transcoding process to finish before the streaming starts).
P.S. - I don't mind which container / video format to use.
-
Building one to many live streaming platform
10 octobre 2022, par Uday kiranI want to build a one to many users streaming app where admin can stream video and users can view that video in live. I have to use node.js. which is best approach and what are good tools for that.
Does using webrtc one to many affect performance at large scale ?
Suggestions please...
Thanks