
Recherche avancée
Autres articles (43)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
Publier sur MédiaSpip
13 juin 2013Puis-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 (7192)
-
live stream desktop to android tablet and delay
25 août 2013, par NaniI am trying to live stream the desktop to android tablet. Here is what I did
1) Capture the screen using the ffmpeg
ffmpeg -y -f x11grab -s 800x600 -r 20 -i :0 http://x.x.x.x:8090/feed1.ffm
2) Stream using ffserver
Here is partial ffserver.conf file
<stream test="test">
Feed feed1.ffm
Format flv
NoAudio
VideoSize 800x600
</stream>3) Play the stream on the tablet (Android 4.3) using URL "http://x.x.x.x:8090/test"
I am able to see the desktop on tablet with few issues
1) There is around 6 to 8 secs delay in the video
2) player shows a warning "first frame is no keyframe"When I changed the "Format flv" to "Format mpegts" in "ffserver.conf" file the warning is gone. But the delay is still there.
Is there a way to reduce the delay ?
Am I using the correct format ?
I want to achieve at max 2 sec delay for my desktop streaming.
-
how to pause the video in FFmpeg [on hold]
17 février 2014, par Hadi M.NourAllahI am using IFrameExtractor and I want to make pause button how can i make it
-
MinGW 64 bit , installing [on hold]
27 février 2014, par Mark YangI'm trying to compile FFMPEG in 64 bit. It seems that require mingw 64 bit. But It's quite complicate and there is no simple instruction for that. How can I do that ?