Recherche avancée

Médias (0)

Mot : - Tags -/logo

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

Autres articles (72)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • 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

Sur d’autres sites (9489)

  • FFMpeg : Stream desktop to another network

    7 octobre 2019, par A Person

    I hope you can help me in this quest :

    I have been trying to stream my desktop through direct show or inbuilt screen grabber. i want to be able to send it to another network so i can view the stream lets say my home desktop from work. The aim is to be able to stream a monitoring station from my setup from the the network (home) and view on WIFI (Work).

    I have done the following so far :

    ffmpeg -f dshow -i video="screen-capture-recorder":audio="virtual-audio-capturer" -vcodec h264_nvenc -f mpegts udp://10.1.0.0:1234

    However, the issue is that I can only view the stream on the same network.

    I tried passing the public IP of the network as the udp/rtp link but still doesn’t work.

    when i tried changing the udp to rtp I get the error saying sdp required, but again I am not sure this will stream to another network rather than same network.

    My aim is this.

    Have my desktop stream over some IP or anything and either use ffplay or vlc to view it from another network.

  • How to undistort Fisheye sub section

    22 septembre 2022, par Eudie

    How to generate normal views from fisheye view as shown in the image below. enter image description here

    


    Opencv fisheye model flattens the whole image to birds eye view, but that does not produces the desired result.

    


    One approach could be find equations for 4 edges and build map from transformed view to raw view and use cv::remap function to generate image.

    


    Most of security camera maker provides these transform APIs but how can we do it locally.

    


    image source reference : https://www.youtube.com/watch?v=ZS-WsKDwxdM

    


  • lavu : remove comma at final enumeration items to fix pedantic warnings

    20 octobre 2016, par Michael Behrisch
    lavu : remove comma at final enumeration items to fix pedantic warnings
    
    • [DH] libavutil/log.h
    • [DH] libavutil/pixfmt.h