Bonjour,
J’aimerais pouvoir diffusser des vidéo en streaming, sur internet, sous la forme de Video On Demand. J’ai essayé avec vlc et j’obtiens cela:
sur le serveur
[code] vlc -vvv Le\ Bureau\ [1x01].avi -sout \ 'transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:standard{access=http,mux=ogg,dst=:8080}
VLC media player 0.8.6a Janus
starting VLC root wrapper… using UID 0 (root)
- Running VLC as root is discouraged. *
It is potentially dangerous, and might not even work properly.
[00000001] main private debug: checking builtin modules
[00000001] main private debug: checking plugin modules
[00000001] main private debug: loading plugins cache file /root/.vlc/cache/plugins-0404be.dat
[00000001] main private debug: recursively browsing modules' [00000001] main private debug: recursively browsing
/usr/lib/vlc’
[00000001] main private debug: recursively browsing plugins' [00000001] main private debug: module bank initialized, found 214 modules [00000001] main private debug: opening config file /root/.vlc/vlcrc [00000001] main private warning: config file /root/.vlc/vlcrc does not exist yet vlc: unknown option or missing mandatory argument
-s’
Try `vlc --help’ for more information.
[00000001] main private debug: saving plugins cache file /root/.vlc/cache/plugins-0404be.dat
[/code]
sur le client
vomoho@vomoho-laptop-unix:~$ vlc http://192.168.1.12:8080
VLC media player 0.8.6 Janus
[00000292] main access error: Connection to 192.168.1.12 port 8080 failed: Connexion refusée
[00000292] access_http access error: cannot connect to 192.168.1.12:8080
[00000292] main access error: Connection to 192.168.1.12 port 8080 failed: Connexion refusée
[00000292] access_http access error: cannot connect to 192.168.1.12:8080
[00000292] main access error: Connection to 192.168.1.12 port 8080 failed: Connexion refusée
[00000292] access_mms access error: cannot connect to 192.168.1.12:8080
[00000289] main input error: no suitable access module for `http://192.168.1.12:8080'
[00000280] main playlist: nothing to play
Comment dois-je faire, dois changer de logiciel pour la diffusion?
je tourne sur une DEBIAN Etch, version pour sparc (c’est une ultra 5).
Voila merci d’avance de vos réponses, si vous souhaitez plus de précisions faite le moi savoir.