Recherche avancée

Médias (91)

Autres articles (98)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (12500)

  • Send data to udp port in azure virtual machine

    30 août 2013, par Anton Shakalo

    I use Wowza for live video streaming solution. I prefer to use windows azure as cloud hosting.

    For video streaming I need to open some udp ports.
    I have created endpoint for udp port 10000, map private and public ports to 10000 following instructions from here.

    I repeat this for http/80 port and it works fine.

    Then I tried to send video stream by ffmpeg with next command :

    ffmpeg -re -i "%WMSAPP_HOME%/content/sample.mp4"  -vcodec libx264  -vb 150000 -g 60 -vprofile baseline -level 2.1 -acodec aac -ab 64000 -ar 48000 -ac 2 -vbsf h264_mp4toannexb -strict experimental -f mpegts udp://%SERVER_IP%:10000?pkt_size=1316

    Where %SERVER_IP% is public IP address of my virtual machine.
    When I test locally, with 127.0.0.1 as server url, streaming works without problems.
    But now I can not see that video stream is coming to server.

    So I need help with this. How can I send data to udp port in azure virtual machine ?

    Also, I've tried to ping %SERVER_IP%:%PORT% by telnet and nmap but no success.
    If I describe something not clear on not correct - please comment and I will try to explain more detail.

  • Révision 21855 : garder le port quand on reconnecte une seconde fois

    5 décembre 2014, par Gilles VINCENT
  • rtpproto : Allow specifying a separate rtcp port in ff_rtp_set_remote_url

    31 juillet 2013, par Martin Storsjö
    rtpproto : Allow specifying a separate rtcp port in ff_rtp_set_remote_url
    

    A separate rtcp port can already be set when opening the rtp
    protocol normally, but when doing port setup as in RTSP (where
    we first need to open the local ports and pass them to the peer,
    and only then receive the remote peer port numbers), we didn’t
    check the same url parameter as in the normal open routine.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpproto.c