Recherche avancée

Médias (1)

Mot : - Tags -/getid3

Autres articles (41)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9912)

  • How to set source port number, in ffmpeg and udp protocol ?

    18 janvier 2021, par Rasoul Sharifian

    I am using FFmpeg library to send webcam frames through udp protocol for my destination.

    


    My command line is :

    


    ffmpeg -f dshow -i  video="Lenovo EasyCamera" -vcodec libx264  -f mpegts udp://192.168.30.20:8080   


    


    My problem is on the receiver side, where we can not distinguish the source port number.
Is there any command line to set the source port number ?

    


    Thanks a lot

    


  • Recieve audio data from RTP... filtered by port

    11 janvier 2021, par Tech infinity

    I am having some trouble with recieving RTP stream using ffmpeg,

    


    This is the SDP I'm using :

    


    v=0
o=- 0 0 IN IP4 127.0.0.1
s=No Name
c=IN IP4 40.123.196.251
t=0 0
a=tool:libavformat 58.29.100
m=audio 12222 RTP/AVP 0
b=AS:64
a=rtpmap:0 PCMU/8000/1


    


    This is the ffmpeg command I'm using to write it to a wav file.

    


    sudo ffmpeg -loglevel debug -protocol_whitelist file,crypto,udp,rtp -i test.sdp -c copy test.wav -y


    


    Getting the file properly... But I need to filter it based on the source port... as these are different phone calls...

    


    Pls help

  • ffserver : tests, use new port/bindaddress config

    20 août 2014, par Reynaldo H. Verdejo Pinochet
    ffserver : tests, use new port/bindaddress config
    

    Comming from commit 1013d8dd6967f1e776c08dc133ed6ae44ca3dc64
    the old Port and BindAddress config vars have been deprecated
    in favor of HTTPPort and HTTPBindAddress respectively.

    Signed-off-by : Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>

    • [DH] tests/ffserver.conf