Recherche avancée

Médias (9)

Mot : - Tags -/soundtrack

Autres articles (65)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (6902)

  • Revision 65864 : suivre r63330 qui faisait qu’on ajoutait l’id_mot dans l’input au lieu de ...

    14 septembre 2012, par brunobergot@… — Log

    suivre r63330 qui faisait qu’on ajoutait l’id_mot dans l’input au lieu de son titre (petit canaillou de rasta va :p)

  • Revision 65864 : suivre r63330 qui faisait qu’on ajoutait l’id_mot dans l’input au lieu de ...

    14 septembre 2012, par brunobergot@… — Log

    suivre r63330 qui faisait qu’on ajoutait l’id_mot dans l’input au lieu de son titre (petit canaillou de rasta va :p)

  • RTP voice streaming to multicast address using ffmpeg and ffplay

    27 septembre 2018, par Gáll Péter

    I have a system where every node have to be listen to a multicast IP address, all the time. In this system one node can send data to the multicast IP at one time. After it has sent it, it terminates the program (ffmpeg).
    The commands are :
    ffplay rtp://239.123.13.101:56789 and ffmpeg -f alsa -i hw:0 -acodec libmp3lame -ab 128k -f rtp rtp://239.123.13.101:56789
    The ffplay runs and it catches the rtp stream the right way. But if the node, who has spoken, terminates ffmpeg, the ffplay window (which shows me the spectogram of the voice) doesn’t close, and if another node start ffmpeg, ffplay give me an error : RTP: dropping old packet recieved too late
    Sometimes it catches the stream and everything fine, but mostly it gaves me the error.

    Is there a way to solve this problem and a solution to have an always running ffplay which can play streams any time without closing and reopening(from ffmpeg) ?