
Recherche avancée
Autres articles (60)
-
Submit bugs and patches
13 avril 2011Unfortunately 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 (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (14914)
-
Révision 20023 : Avec mysql, les index de type unique sur une chaine portent une longeur : email(...
23 novembre 2012, par cedric -Il faut supprimer cette info de longeur quand on créé l’index sous SQLite
-
Error - bind failed : Address already in use
22 février 2021, par Pasindu DilshanI use the shaka packager to create a .mpd file from the live stream. For that, I used the following command to packaging stream.


packager \ 'in=udp://127.0.0.1:40000,stream=audio,init_segment=audio_init.mp4,segment_template=audio_$Number$.m4s' \ 'in=udp://127.0.0.1:40000,stream=video,init_segment=h264_480p_init.mp4,segment_template=h264_480p_$Number$.m4s' \ 
--mpd_output h264_live.mpd



And I executed this command to generate an SDP file.


ffmpeg -re -stream_loop 100 -i input.mp4 -vcodec copy -an -f rtp rtp://127.0.0.1:11111 -sdp_file saved_sdp_file -acodec copy -vn -f rtp rtp://127.0.0.1:11112



After that, I executed the following command to get a stream using the SDP file.


ffmpeg -protocol_whitelist "file,rtp,udp" -i saved_sdp_file -vcodec h264 -tune zerolatency -f mpegts udp://127.0.0.1:40000



There was an error when I used the above command. The error is shown below :
please, help me to solve this issue.




-
Incrementality Testing : Quick-Start Guide (With Calculations)
26 mars 2024, par Erin