Recherche avancée

Médias (0)

Mot : - Tags -/images

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

Autres articles (39)

  • 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

  • MediaSPIP Player : problèmes potentiels

    22 février 2011, par

    Le lecteur ne fonctionne pas sur Internet Explorer
    Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
    Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (7090)

  • Mapping Video streaming URL with SPRING MVC

    31 mai 2017, par Valeriane

    I’m developping a site for video streamings.

    My application server works with spring MVC (front is managed by angular).

    I have another server, that provides stream flux (uses ffmpeg).

    Today I have direct URL to my video server, something like that :
    http://myvideos_server.com/videos/video.m3u8

    this URL is detectable client side....

    Is it any technic do not provide my videos streaming URL directly ? Is it possible mapping videos stream URLs with Spring MVC ?

  • IP camera livestream on server

    1er juillet 2015, par kunsti

    i have written an ASP.NET MVC Application.
    On the website is there are some ipcameras streams.
    They are inbounded with an image tag

    <img height='169' width='300' style='border:1px solid' src="http://xx.xx.xx.xxx/nphMotionJpeg?Resolution=320x180&amp;Quality=Standard" alt="Kamerastream" />

    Because of some changes of the accesslist it is not possibile for some users to see these streams anymore.

    The Windows server (a virtual machine) can proceed to this camera streams.
    The users which are not able to see the streams can reach the server.
    So my idea was to provide the stream by server instead of front end.
    I tried to do it via iis live smooth streaming.

    But I wasn’t able to find an introduction which I was able to understand.
    The one I unterstand is with Expression Encoder pro, which is not available for download anymore.

    I have also found FFMPEG but I do not no how tow ork with it.
    Is anyone out there who could explain it to me, knows a good tutorial or knows a better way to do what I want.

  • avfilter/pad : improve error check for w and h

    15 janvier 2020, par Gyan Doshi
    avfilter/pad : improve error check for w and h
    

    Target dimensions have to cover entire input.

    • [DH] libavfilter/vf_pad.c