
Recherche avancée
Autres articles (15)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (3530)
-
Live Stream from FFMpeg Not playing on mobile [on hold]
3 mai 2016, par Avishek SharmaThe following piece of code plays the live stream on the browser but not on the mobile.
ffmpeg -re -i input.mp4 -c:v copy -c:a copy -f flv "rtmp url"
-
How to use ffmpeg library for live streaming in ios [on hold]
10 mai 2016, par Sunil SharmaI build FFMPEG library in my project with the help of this link but I don’t have any idea how to use FFMPEG how to send video to server ?
I have to live stream from iphone so video frames need to send to rtmp server.How to do this using librtmp library ?
Any tutorial or library link will be help for me. -
FFMPEG live webcam output on VLC, getting delay of 7-8 seconds output on VLC [on hold]
6 juin 2016, par Smtiesh TamboliI am new to FFMPEG, I am trying to render webcam output on VLC using FFMPEG.
I used below command
ffmpeg -re -f dshow -i video="Integrated Webcam" -c:v copy -bsf:v h264_mp4toannexb -vcodec libx264 -f mpegts udp ://127.0.0.1:9000
On VLC, I am using Network Stream to play video
udp ://@:9000
While playing I am getting delay of 7 to 8 seconds on VLC.
how to view live webcam output using FFMPEG on VLC without delay ?
Thank You.