
Recherche avancée
Autres articles (87)
-
Organiser par catégorie
17 mai 2013, parDans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...) -
Récupération d’informations sur le site maître à l’installation d’une instance
26 novembre 2010, parUtilité
Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...) -
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 (6319)
-
Record and save a live video streaming in iOS
25 décembre 2015, par KhushbooI am using dfurtsp player which is wrapper around ffmpeg player. I am able to play the live streaming successfully. Now I want to record the video as well. Please suggest me how to get started with the recording functionality.
I have also searched other players which supports recording but didn’t find any. If anybody knows any other player which supports this please let me know.
-
Capture live video from a camera on a computer and using ffmpeg
21 juin 2013, par DevendraI am trying to capture live video from a camera on a computer and using ffmpeg as an encoder, send this video for live streaming to a IIS server.
Here is what I did :
-
Captured feed from webcam using video4linux2 and ffmpeg
-
Installed x264 for a h.264 codec
-
Used muxer feature in ffmpeg, as described on this link -
http://www.ffmpeg.org/ffmpeg-formats.html#Muxers
to generate ismv file locally
Command -
ffmpeg -f video4linux2 -r 25 -s 640x480 -i /dev/video0 -b:v 661k -c:v libx264 -movflags isml+frag_keyframe+empty_moov -f ismv test.ismv -
Now to get the complete system in place (live capture from webcam and live streaming on IIS server), I want ffmpeg to generate this ffmpeg file on a publish point. here is the command I used
ffmpeg -f video4linux2 -r 25 -s 640x480 -i /dev/video0 -b:v 661k -c:v libx264 -movflags isml+frag_keyframe+empty_moov -f ismv http://www.MY-SERVER/PushToPublishPoint/Test.isml
as described at this link :
http://www.unified-streaming.com/support/documentation/content-delivery/publishing-points/
http://www.unified-streaming.com/support/documentation/content-encoding/encoders/It shows some video is being generated, but I cannot see any activity at the server.
When I use wireshark to look at the packet info, there are many packet transfers between pc and the server.
I have kept publishing point in IDLE state, STARTING state to see if that is the problem, but no progress there as well.
I think I am unable to establish communication with the server. Pls help.Any help would be appreciated.
Thanks
-
-
Video frames move fast for few second while resume live feeds FFmpeg
13 juin 2014, par Tarun SeeraI am using av_read_pause() for pause the feed and av_Read_play() for resume from current position.
When its resume video frames move fast for few seconds can anybody tell me how to control this.