
Recherche avancée
Médias (1)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
Autres articles (37)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (6011)
-
streaming to stream name and stream key is not working at youtube data api v3
8 décembre 2018, par Anirudha GuptaI crate a livestream and I got livestream ID and name from the api. I create the broadcast from youtube and got the broadcast id. When I bind the broadcast id and stream name. it’s bind but when I call the streamurl/name/key it’s just sending the straem there but not on the live broadcast event.
When I send to just streamurl+name. it does send the stream but it doesn’t show anywhere, not on livebroadcast or stream event.
Is there anything I am doing it wrong. I have call stream endpoint and have id and name. call the broadcast endpoint and got the id and now I called the bind and bind both together. I am not able to send the stream to that event. Anyone have idea over this.
Thanks
-
how to convert RTSP stream to HTTP stream in ios 7 ? How to do iPCam Live Streaming in iOS ? [on hold]
5 janvier 2015, par Ashoki have searched solution to use RTSP for ip Cam Live Stream. But i didn’t get proper solution. if anyone know how to do it please provide me solution for it.
Thanks in Advance !!!. -
FFMPEG HLS Live Stream to RTMP. How to signal end of stream
4 août 2021, par Andre EscuderoI'm taking a HLS m3u8 live stream as input and sending to RTMP (facebook RTMP)


ffmpeg -i https://mylivestream.m3u8 -acodec copy -vcodec copy -f flv rtmps://facebookrtmp/key



Now when the HLS m3u8 live stream stops updating( no new segments being added) FFMPEG stops sending data to facebook rtmp. But Facebook does not end the stream because I think ffmpeg is not sending the deleteStream command it just disconnects. Ending the ffmpeg process at this point also does not end the stream. It only ends the stream if the process is ended while they are still new segments.


Is there anyway to send deleteStream when HLS is over ?