
Recherche avancée
Autres articles (41)
-
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. -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
De l’upload à la vidéo finale [version standalone]
31 janvier 2010, parLe chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
Upload et récupération d’informations de la vidéo source
Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)
Sur d’autres sites (5463)
-
Merge pull request #3419 from matthewrhoden1/master
24 février 2016, par blueimpMerge pull request #3419 from matthewrhoden1/master
Wiki Update
-
send point to point video stream using ffmpeg with rtsp (c++)
8 décembre 2015, par seleciii44I need to send a h264 encoded video stream to a(only one) specific IP address with RTSP protocol on a windows PC with C++. I’m trying to use the FFMPEG library.
I used the example in this post and i can play the stream as :
ffplay -rtsp_flags listen -i rtsp://127.0.0.1:8554/live.sdp
The problem is, according to the solution of post i need a server. Where
-rtsp_flags listen
option of ffplay behaves like a server.On the other hand, according to StreamingGuide of ffmpeg i can send a point to point stream like :
ffmpeg -i INPUT -acodec libmp3lame -ar 11025 --f rtp rtp://host:port
This is fine and works well. But i need to use rtsp. According to StreamingGuide again,
Another option is to use RTP (which by default uses UDP) but by
specifying it use TCP :ffmpeg -i input -f rtsp -rtsp_transport tcp rtsp://localhost:8888/live.sdp
which seems to be what i’m looking for. Yet the ffmpeg tool seems to be doing nothing when i try this method (don’t know why i need tcp,but udp does not work neither). Why is that ?
FFMPEG protocols documentation, says that i need to use a media server to send the video.
- Why would i need a media server to just send the video stream to another PC or whatever ?
- If i need a media server, how does the IP Camera sends the stream ?
- If i have no option but to use a media server, could some one please recommend a server for Windows 7 ?
- ffserver is only for linux
- live555mediaServer seems to be used for local files or am i wrong ?
- ..?
Best regards,
Gokhan. -
Revision 87599 : $GLOBALS[’visiteur_session’] au lieu de global $auteur_session ; et ...
22 février 2015, par kent1@… — Log$GLOBALSvisiteur_session ? au lieu de global $auteur_session ; et $auteur_session
Indentation / Formatage