bonjour,
J'essaye d'utiliser VLC en streaming pour diffuser un DVD via un reseau ethernet .J'ai trouver deux script
le premier pour le poste serveur
Dim wshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "vlc -vvv --color
dvdsimple://E: --sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}
:duplicate{dst=std{access=udp,mux=ts,dst=234.1.1.2:1234}} :sout-all"
'Notes
'On above script,
dvdsimple://E: means the DVD drive is preset in drive E
'If you want to change the drive letter, just modify the driver letter is OK.
'Example
'If the DVD drive is drive D. then change
dvdsimple://E: to
dvdsimple://D:le deuxieme script pour les stations :
Dim wshShell
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Run "vlc -vvv
rtp://@234.1.1.2"voila mon problème :
Sur les stations de temps en temps ça fait de la mosaique
J'esper que quelqu'un pourra m'aider
Saluations
ZITO83
Streaming avec vlc