Recherche avancée

Médias (2)

Mot : - Tags -/plugins

Autres articles (50)

  • 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

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8761)

  • Problems in compiling x86 ASM in ffmpeg to WebAssembly

    18 février 2019, par Sparkmorry

    sorry I’m new to wasm and working on a project decoding videos on browser with ffmpeg and WebAssembly(wasm) to improve the performance. I have used Emscripten(emcc) to compile ffmpeg to wasm and got things worked.
    However, as Emscripten cannot compile inline assembly code, video decoding with wasm on web is almost 3-5 times slower than native decoding without asm supported, and the cpu usage could be really high. As far as I know, wasm is a stack-based vm while asm is cpu specific, but without asm, wasm is quite far from the aim to native speed.
    After some day searching on the basic concept of wasm and asm etc. I have known some compiler like nasm to perform cross-platform asm, can I have some compiler front to have llvmir and asm instructions together to have asm-supported in wasm ?

  • 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.

  • 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 ?