
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 (61)
-
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 -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)
Sur d’autres sites (7554)
-
How to rpt stream between two different Laptop [closed]
19 février 2024, par FarukI want make some test for rtp. I connected Ubuntu Laptop and Windows Laptop with ethernet cable. I want to stream from one computer and run it with VLC from the other.


I did two test for this :


First test(on Ubuntu)


- 

- I streamed with this command :
ffmpeg -re -i ~/Videos/test.mp3 -acodec pcm_s16be -ar 44100 -ac 2 -payload_type 10 -f rtp rtp://127.0.0.1:8080
- I started VLC on Ubuntu and I enter
rtp://127.0.0.1:8080
toOpen Network Stream






This worked.


Second Test


- 

- I connected two Laptops via ethernet cable. Main laptop is Ubuntu and the other one windows.
- Windows laptop IP address is :
10.42.0.167
(I tested internet and windows laptop can connect to internet) - I streamed with this command :
ffmpeg -re -i ~/Videos/test.mp3 -acodec pcm_s16be -ar 44100 -ac 2 -payload_type 10 -f rtp rtp://10.42.0.167:8080
- I checked data on Ubuntu with Wireshark and data is going. I did this test on Windows laptop and data is coming.
- I started VLC on Windows laptop and I enter
rtp://10.42.0.167:8080
to Open Network Stream but VLC can nor play stream audio.












What is the reason why the stream can not play on VLC that a Windows laptop even though data is received ?


How can I achieve this ?


Thanks.


- I streamed with this command :
-
vf_format : rework format list parsing
24 mai 2014, par Anton Khirnov -
avformat/mov : Dont blindly trust the stream duration in seting chapter times
23 mai 2014, par Michael Niedermayer