
Recherche avancée
Autres articles (26)
-
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 (...) -
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 (...)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (5079)
-
when i use ffmpeg get : HTTP error 403 Forbidden
29 avril 2021, par Michael M1G0A4Wi entered this :


C:\Users\Michael\Desktop>ffmpeg -i "C:\Users\Michael\Desktop\1.mp4" -i "C:\Users\Michael\Desktop\1.m4a" -c copy "C:\Users\Michael\Desktop\2.mp4"



But the output I received was for the URL input while I was giving the address from my computer.


But the output :


[https @ 00000205778cdec0] HTTP error 403 Forbidden
[dash @ 00000205777be8c0] Failed to open an initialization section
[dash @ 00000205777be8c0] Error when loading first fragment of playlist
C:\Users\Michael\Desktop\1.mp4: Server returned 403 Forbidden (access denied)



At first I thought the problem was with the name or address, but after a test I realized that this is not the case


-
Pause and resume segmenting stream Smartly
11 octobre 2022, par AliI'm usign ffmpeg to record a rtmp stream and split it to tiny parts


this is the code i use


ffmpeg -i rtmp://PATH -f segment -segment_time 10 -segment_atclocktime 1 -segment_clocktime_offset 0 -write_empty_segments 1 -strftime PATH_OF_OUTPUT\%Y\%m\%d\%H\%M-%S.ts



This code works as I want
But my streaming is not continuous and sometimes it is on and sometimes it is off


I want it to be segmented and stored when the stream is running, and when the stream is interrupted, it is automatically suspended and resumes when the stream is strated again.


The first time I run the code, it runs without any problems, and when the stream reaches it, it automatically starts working, and when the stream stops, it stops.
But when the stream starts again, I get this error and I can't receive a file.


ffmpeg Non-monotonous DTS in output stream 0:1; . This may result in incorrect timestamps in the output file.



Here it is necessary to say that the input stream address and the output address are always the same and do not change
Thank You


-
Anomalie #3359 (Fermé) : Syntaxes incomprises
3 décembre 2014, par jluc -Quelques syntaxes sont incomprises par le compilateur spip (2 ou 3)
Exemples :
#SETtel,(#TEL
#SETweb,(#WEB
#SETmel,[(#WEB|non) (#EMAIL]
Le message d’erreur est : "Argument manquant dans la balise SET".Par ailleurs, #ID_ANNONCE n’est pas interprété dans
#URL_ACTION_AUTEUR
ajouter_lien,
annonce-#ID_ANNONCE-auteur-#SESSIONid_auteur-candidater,
#SELFmais l’est dans
#URL_ACTION_AUTEUR
ajouter_lien,
auteur-#SESSIONid_auteur-annonce-#ID_ANNONCE-candidater,
#SELF
Ici, il semble que c’est ok selon les types de balises utilisées en argument :
- 2 balises avec des arguments, c’est bon.
- 2 balises sans arguments, c’est bon.
- une balise avec et une balise sans, c’est pas bon.