Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (106)

  • 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.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (9058)

  • Can play UDP stream with VLC but not ffmpeg / ffplay

    24 mai 2022, par Jeffery Jones

    I'm trying to transcode a udp stream from a legacy HDHomeRun and am getting nowhere. The stream opens fine in VLC with udp ://@:1234 but the same on ffplay or ffmpeg (ffplay -i udp ://@:1234) just hangs with the following :
Initialized opengl renderer.
[NULL @ 0x979005f0] Opening 'udp ://@:1234' for reading
[udp @ 0x97900db0] end receive buffer size reported is 131072
nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0

    


    I've tried a variety of addresses and parameters with no luck. I would just use VLC to transcode but would ultimately like to transcode to HLS with a m3u8 playlist. Thanks for any help.

    


  • Evolution #4039 : Lister les documents joints à l’article par date de dépôt dans l’ordre antéchron...

    4 novembre 2017, par b b

    Merci pour le commit, mais, j’avais pourtant bien dit : "commiter directement dans le trunk du plugin medias pour tester". Là tu as balancé la modif dans le trunk et les deux versions stables (3.2 et 3.1). Amha c’est toujours mieux de poser d’abord dans le trunk, laisser un temps pour tester, discuter, et ensuite reporter dans les branches stables.

  • ffmpeg - multicast input, rtmp output - low bandwidth ?

    25 avril 2018, par jormerod1981

    I am looking for a better way of encoding a multicast HD stream using ffmpeg. I wish to output the stream to rtmp but find a good balance of quality & bandwidth consumption without using too much CPU.

    Does anyone have any suggestions as I’m not that great with ffmpeg :/

    Here’s my current command :

    udp://@239.255.1.100:5004?overrun_nonfatal=1&fifo_size=50000000 -c:v h264 -preset:v ultrafast -ar 44100 -ac 1 -f flv rtmp://localhost/myapp/test

    This produces a stream using around 8Mbps. Ideally I would like to get this down to 2.5 / 3Mbps.

    Any help would be appreciated.