Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (82)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (10394)

  • Anomalie #3088 (En cours) : Page plan.html dans squelettes-dist

    13 décembre 2013, par b b

    Presque :p Manque juste la modif pour les brèves et les sites et les patates, les chats, etc.

  • ffmpeg encoding for HTML 5 - Primefaces/JSF

    27 mars 2017, par Mitsos

    I am trying to build a web app (using Primefaces) that streams real time video on an html page. The video is captured using an HDMI to IP encoder(TBS2603), that outputs the stream to HTTP. The video is show on the page using :

     

    BUT the video is not show on the page using <video></video> tag. As I want to stream on mobile devices and I need to use <video></video> stream. Therefore I have to transcode the stream using ffmpeg (not ffserver - as it will be deprecated on future releases), and publishing it on Tomcat on another context allowing listing.

    I am creating 3 streams on 3 files (ogg/mp4/webm)

    MP4

    ffmpeg -i http://ip:8080/hdmi -vcodec libx264 -b:v 8192k -f segment -segment_time 4 -segment_list_size 0 -segment_list test.m3u8 -segment_format mpegts stream%05d.ts

    OGG

    ffmpeg -i http://ip:8080/hdmi -acodec vorbis -vcodec libtheora test.ogg

    WEBM

    ffmpeg -i http://ip:8080/hdmi -vcodec libvpx -acodec libvorbis test.webm

    The streams are loaded on jsf :

    <video width="640" height="480" controls="controls">
     <source src="#{testBean.video1}" type="video/mp4"></source>
     <source src="#{testBean.video2}" type="video/ogg"></source>
     <source src="#{testBean.video3}" type="video/webm"></source>
       Your browser does not support the video tag.
     </video>

    In this manner I get the output from the encoded files - how can I get the real time stream from the encoder ?

  • Evolution #2822 : HTML des modèles de pagination

    10 avril 2021, par nicod _

    Moi je mettrais bien un