
Recherche avancée
Médias (1)
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (51)
-
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 -
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 -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (8294)
-
What is Multi-Touch Attribution ? (And How To Get Started)
2 février 2023, par Erin — Analytics Tips -
ffmpeg don`t close rtsp connet
20 juillet 2015, par Антон МихайловI use ffmpeg + SDL-2 for playing rtsp stream from ip camera. For the test i user laptop(computer1) + VLC(stream rtsp) and computer(computer2) + mylib.
After start playing, i see on computer1 network activity. Ok thant correctly. Im closing connection on computer2, call
av_read_pause(format_context);
avio_close(format_context->pb);
av_read_pause(format_context);
avio_close(format_context->pb);
if (codec_context && codec_context != 0)
avcodec_close(codec_context);
avformat_close_input(&format_context);
avformat_free_context(format_context);
av_free(codec);
avformat_network_deinit();and close my application, but i stell see on computer1 network activity. I thought it was a bug in my code. And start ffplay
ffplay.exe rtsp://192.168.1.102:8554/stream/
his have the same behavior. May be there are nuances when working with rtsp ?
ffmpeg 2.7P.S. ffmpeg 2.0.2 don`t have this problem, but it can not work with more than 4 threads simultaneously, thats important for me.
-
ffmpeg don't close rtsp connect
4 février 2016, par Антон МихайловI use ffmpeg + SDL-2 for playing rtsp stream from ip camera. For the test i user laptop(computer1) + VLC(stream rtsp) and computer(computer2) + mylib.
After start playing, i see on computer1 network activity. Ok thant correctly. Im closing connection on computer2, call
av_read_pause(format_context);
avio_close(format_context->pb);
av_read_pause(format_context);
avio_close(format_context->pb);
if (codec_context && codec_context != 0)
avcodec_close(codec_context);
avformat_close_input(&format_context);
avformat_free_context(format_context);
av_free(codec);
avformat_network_deinit();and close my application, but i stell see on computer1 network activity. I thought it was a bug in my code. And start ffplay
ffplay.exe rtsp://192.168.1.102:8554/stream/
his have the same behavior. May be there are nuances when working with rtsp ?
ffmpeg 2.7P.S. ffmpeg 2.0.2 don`t have this problem, but it can not work with more than 4 threads simultaneously, thats important for me.