
Recherche avancée
Autres articles (43)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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 : (...)
Sur d’autres sites (6261)
-
Documentation for ffmpeg progress output
20 juillet 2016, par MahoniWith
-progress
continuous data about the transcoding can be posted or written to a file. Where can I find documentation what which key means exactly ? Specifically,q
(Quality) andspeed
but also the other onesframe=161
fps=39.6
stream_0_0_q=16.0
stream_1_0_q=13.0
stream_2_0_q=13.0
stream_3_0_q=11.0
stream_4_0_q=10.0
bitrate=N/A
total_size=N/A
out_time_ms=5456211
out_time=00:00:05.456211
dup_frames=10
drop_frames=0
speed=1.34x
progress=continueYou get similar output with the verbose logging. I haven’t found it in the source code either where I thought I could find more information about it
-
MediaStream to C++ data type conversion
20 juillet 2016, par Mohammad Abu MusaI am sending a video and audio stream to C++ from Google Chrome, I am not sure how to cast the data.
What is the data type of this and how do I convert it to C++ ?
videoStream.getVideoTracks()[0]
I want to build ffmpeg encoder using C++ but I can not figure out how to cast this type ?
I was also wondering if there is method to build a test case similar to this data type ?
-
Autostart Ffmpeg when I connect to Red5 ? [on hold]
6 novembre 2013, par Alex ScottI have setup Red5 media server on my server along with ffmpeg and I can connect to my Red5 server using Flash Media Encoder and I can view my stream within my website.
My problem is that I know you can now use ffmpeg to convert the stream into segmented files and create the m3u8 playlist.
Unfortunately, my stream is not live 24/7, only on weekends, so I want to know if it is possible to automatically start the ffmpeg decoding process when the stream is active and end it when the stream finishes ?
The website which I am using this on is Official Sound FM.
Thanks in advance for helping me with this matter and if anyone should require my services to setup a similar streaming service with them, please don't hesitate to ask me.