
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (42)
-
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 (7020)
-
ffplay when network issue appears
5 mai 2018, par verbI try to play internet radio stream with ffplay. Problem is that if something happen with network connectivity ffplay stops and doesn’t play anymore the stream after the network problem is solved.Here is the command i use :
ffplay -nodisp -loop 0 -i http://185.85.29.141:80
I tried to simulate by blocking the ip with iptables and after that delete the rule.I have tried the command with other network streams and it works after network connectivity is solved so could it be that the streaming server for this particulat stream doesn ;t allow syncronization or something like that ? Please any suggestion on how to solve this.
-
How to implement ffmpeg file in Xcode project [on hold]
5 décembre 2014, par user3033998I have to create a e-radio app for my project using Xcode’s.
I have saw many videos or read guides for creating an FFMPEG streamer and i succeeded using the following way : http://www.renevolution.com/how-to-install-ffmpeg-on-mac-os-x/#comment-4336.
My problem now is how i will implement the FFMPEG player in my Xcode project and how i use it.
Also what class my project must be ?(i use cocoa class with object oriented-C). -
How can i receive audio from url stream with ffmpeg ?
1er janvier 2021, par Paulo Sérgio Costa MagalhãesI'm trying to build an application that plays a song from the url of a live radio, I did include the ffmpeg but it's giving an error, I'm new to c ++ could you help me ?


#include 
#include "ffmpeg.h"

int main(){
 ffmpeg - i https ://s3.free-shoutcast.com/stream/18144 -c copy output.mp3;
}



Error : identifier "ffmpeg" undefined


Reference : How to capture audio streaming with ffmpeg