Recherche avancée

Médias (0)

Mot : - Tags -/signalement

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

Autres articles (81)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP 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" (...)

Sur d’autres sites (14603)

  • re-stream other stream with niginx software

    14 avril 2015, par PieterPost

    Goodday everybody,
    I have question about Nginx streaming software and the resteaming from other streams.
    I wanne restream another stream (third party) with nginx because this way I wanne create so called thumbs from the (third party) stream and stream it on my own site .
    The thumbs part is what I all know , the part of the restream is the unkown part for me .
    Long story short now .
    1. The stream link what I like restream is

    http://154.57.145.83/flv/5285079c2c9e5/testat123.flv

    As out going stream on my site I wanne have it like :

    rtmp ://145.44.194.308:1935/myapp/flv:test.flv

    I have found this like on stackoverflow as well but it haven’t help me out so far . (How to restream an udp live stream using nginx rtmp module ?)

    This is my code what I have used and dont seems to work .

    exec_pull ffmpeg -i
    http://154.57.145.83/flv/5285079c2c9e5/testat123.flv -c:v libx264 -c:a
    libfaac -ar 44100 -ac 2 -f flv rtmp ://145.44.194.308:1935/myapp/test ;

    So I hope someone here can help me out because I think other people will like to do same thing as well

    Greatings and have yourself an great day

  • How to decode a MP4A-LATM codec from a pcap file ?

    7 août 2023, par himiko takamashi

    some video streams are contained in a packet with 2 formats , which is .H264 & MP4A -LATM.after conjoining the both , then only we'll get a fine audio.Using the H264 extractor ive extracted the h264 and i got the video from it. and later i converted it into avi format and its working but... the problem is with audio i'm not getting the audio after i tried everything. Ive extracted the .raw & a .rtpdump file from the MP4A-LATM but its not working.is it possible to decode the audio from a .raw / .rtpdump ?ive tried to decode the .raw & .rtpdump with ffmpeg, rtpbreak, wireshark but no hope.

    


  • how I can convert this ffmpeg command "ffmpeg -f libndi_newtek -i "COPPERYINPC (OBSNDI)" -f flv "rtmp ://192.168.31.166/live/stream" to C++ API ?

    12 mai 2023, par copperyin

    How I can convert this ffmpeg command "ffmpeg -f libndi_newtek -i "COPPERYINPC (OBSNDI)" -f flv "rtmp ://192.168.31.166/live/stream" to C++ API that can be complied in Ubuntu 18.04 with ffmpeg lib v3.4.12 and NDI lib v4.5.3 ?
Above , in fact, I want to push ndi to rtmp use C++ API ,not ffmpeg command.
Thanks a lot to everyone ! I think maybe the last hope in stack overflow.
Any helpful answer is welcomed !

    


    compiled with gcc , running in Ubuntu 18.04 ,and I build in VS2019.