
Recherche avancée
Médias (39)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
1,000,000
27 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Demon Seed
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Four of Us are Dying
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (97)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
-
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
Sur d’autres sites (10067)
-
Convert RTP/UDP Stream to HTTP with ffmpeg
14 février 2020, par inversusAs you may know, Android uses a strange implementation of RTP - It can only play low bitrate RTP streams. On the other hand, it can play Full HD HTTP stream flawlessly.
I’m trying a workaround for this problem : As stated in the title, using ffmpeg to convert the RTP/UDP stream to HTTP.
I’ve already compile ffmpeg for android, but I’m having difficulties configuring the ffserver.conf.
- Is it possible to achieve what I want with ffmpeg ?
- I dont need any transcoding, will it use lots of the processor/memory ?
- Can you help me with these configurations ?
I receive a udp/rtp multicast stream :
- udp ://@239.192.1.31:1234 or rtp ://@239.192.1.31:1234 - TV channels
I want to output to HTTP :
Thank you in advance
inversus -
Convert RTP/UDP Stream to HTTP with ffmpeg
31 août 2011, par inversusAs you may know, Android uses a strange implementation of RTP - It can only play low bitrate RTP streams. On the other hand, it can play Full HD HTTP stream flawlessly.
I'm trying a workaround for this problem : As stated in the title, using ffmpeg to convert the RTP/UDP stream to HTTP.
I've already compile ffmpeg for android, but I'm having difficulties configuring the ffserver.conf.
- Is it possible to achieve what I want with ffmpeg ?
- I dont need any transcoding, will it use lots of the processor/memory ?
- Can you help me with these configurations ?
I receive a udp/rtp multicast stream :
- udp ://@239.192.1.31:1234 or rtp ://@239.192.1.31:1234 - TV channels
I want to output to HTTP :
Thank you in advance
inversus -
Live Video Streaming from android device to server [on hold]
23 octobre 2013, par Android_sphey friends i want your help
i search a lot and study lots of code available for streaming for android but yet i can't get clear idea for me. i want simple one thing to pass stream from android device to wowza server in H.264 encoding for video and AAC for Audio.
here some links which i already serf :
Which not anwser :Link 1
i also refer this most popular question from our site : Link 2
but this useful but at some level ..
1) Native side by using FFmpeg library i can able to send video stream but can't find a way how to encode video in H.264 format : Downloaded from here
2) SPYdroid demo i found but from this i can send video stream to particular server :
Downloaded from Hereso guys if you know some thing please help me so i can find a way.