
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (22)
-
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 -
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 -
Selection of projects using MediaSPIP
2 mai 2011, parThe examples below are representative elements of MediaSPIP specific uses for specific projects.
MediaSPIP farm @ Infini
The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)
Sur d’autres sites (6124)
-
Stream video content through Web API 2
12 février 2016, par FaNIXI’m in the process of working out what the best way is going to be to do the following :
I have a bunch of CCTV footage files (MP4 files, ranging from 4MB-50MB in size), which I want to make available through a web portal. My first thought was to stream the file through Web API, so I found the link below :
http://www.strathweb.com/2013/01/asynchronously-streaming-video-with-asp-net-web-api/
After implementing a sample project, I realised that the example was based on Web API 1, and not Web API 2.1, which is what I’m using. After doing some more research, I got the code to compile with WebAPI 2.1. I then realised that if I want to do streaming I cannot use MP4 files, there is a fair amount of technical detail behind this, so here is the thread :
Best approach to real time http streaming to HTML5 video client
It seems for this to work I need to encode my MP4 files to something like WebM, but that is going to take too much time. Icecast (http://icecast.org/), which is a streaming server, but I haven’t tried it out yet, again not sure if this is what I need to do.
Now that I think of it, I actually don’t need live streaming, I just need to allow the client to play the video file through their browser, perhaps using HTML5 video element ? The thing is, my application needs to work on IOS as well, so I reckon that means I cant even encode my MP4 to FLV and just use flash.
All I really need is to have all my video clips as thumbnails on a web page, and if the client clicks on one, it begins to play ASAP, without having to download the entire file. Think of the "Watch Trailer" feature on imdb.com. Simply just play a video file, thats really what I want. I don’t need LIVE streaming, which is what I think WebM is for ? Again, not sure.
-
Custom video buffering from remote https url
6 octobre 2022, par b.stevens.photoIn the abstract, how does video buffering work ? Say I have a video file on a remote server that I want to download to a device and play, is there any way I could implement a custom buffering algorithm with just an https url ?


I've been googling it and can't find anything technical on video buffering, I would assume most video players have a buffering algorithm built in but I'm not using a video player on this particular project.


Any help or guidance is appreciated.


-
Set rotation field for MOV video (with FFMPEG ?)
20 avril 2015, par CapumHere is this MOV which plays rotated -90° (leftwise) on WMP and, on VLC, plays correctly because of the metadata rotation set.
How conform its orientation to become natively (straight) the same on all Players ?came from here Can I set rotation field for a video stream with FFmpeg ?