installation de VLS - Traitement Vidéo - Video & Son
MarshPosté le 23-05-2008 à 11:51:16
Bonjour, J'ai installé vls sur une debian et lorsque je fais la commande vls -vv-f vls.cfg je vois bien que tout se lance mais ensuite comment faire recuperer une video, lorsque j'essai de me connecter en local donc: telnet localhost 9999 ca donne:
trying 127.0.0.1... telnet: Unable to connect to remote host: Connection refused
Dans mon fichier vls.cfg j'ai la configuration suivante:
BEGIN "Vls" LogFile = "vls.log" SystemLog = "enable" ScreenLog = "disable" END
BEGIN "Groups" riv = "help|browse|start|resume|suspend|forward|rewind|stop|shutdown|logout" END
BEGIN "Users" user = "3BcKWoiQn0vi6:riv" # password is 'monitor' admin = "3BcKWoiQn0vi6:riv" # password is 'monitor' END
BEGIN "Telnet" LocalPort = "9999" Domain = "inet4" LocalAddress = "127.0.0.1" END
BEGIN "Inputs" local1 = "local" pvr = "video" tuner = "v4l" END
BEGIN "pvr" Device = "/dev/video" Type = "Mpeg2-PS" END
BEGIN "Channels" localhost = "network" client1 = "network" multicast1 = "network" localfile = "file" END
BEGIN "localhost" DstHost = "localhost" DstPort = "1234" END
BEGIN "client1" DstHost = "10.0.30.2" DstPort = "1234" END
BEGIN "multicast1" Type = "multicast" DstHost = "10.0.30.2" DstPort = "1234" TTL = "2" END
BEGIN "localfile" FileName = "file" #fileout.ts Append = "no" END
BEGIN "Input" FilesPath = "/home/user1/videolan/streams" ProgramCount = "1" END
BEGIN "1" Name = "essai" FileName = "essai.MPG" # non du fichier Type = "Mpeg2-PS" END
BEGIN "LauchOnStartUp" command1 = "start essai localhost local1 --loop" END
Marsh Posté le 23-05-2008 à 11:51:16
Bonjour,
J'ai installé vls sur une debian et lorsque je fais la commande vls -vv-f vls.cfg je vois bien que tout se lance mais ensuite comment faire recuperer une video, lorsque j'essai de me connecter en local donc:
telnet localhost 9999
ca donne:
trying 127.0.0.1...
telnet: Unable to connect to remote host: Connection refused
Dans mon fichier vls.cfg j'ai la configuration suivante:
BEGIN "Vls"
LogFile = "vls.log"
SystemLog = "enable"
ScreenLog = "disable"
END
BEGIN "Groups"
riv = "help|browse|start|resume|suspend|forward|rewind|stop|shutdown|logout"
END
BEGIN "Users"
user = "3BcKWoiQn0vi6:riv" # password is 'monitor'
admin = "3BcKWoiQn0vi6:riv" # password is 'monitor'
END
BEGIN "Telnet"
LocalPort = "9999"
Domain = "inet4"
LocalAddress = "127.0.0.1"
END
BEGIN "Inputs"
local1 = "local"
pvr = "video"
tuner = "v4l"
END
BEGIN "pvr"
Device = "/dev/video"
Type = "Mpeg2-PS"
END
BEGIN "Channels"
localhost = "network"
client1 = "network"
multicast1 = "network"
localfile = "file"
END
BEGIN "localhost"
DstHost = "localhost"
DstPort = "1234"
END
BEGIN "client1"
DstHost = "10.0.30.2"
DstPort = "1234"
END
BEGIN "multicast1"
Type = "multicast"
DstHost = "10.0.30.2"
DstPort = "1234"
TTL = "2"
END
BEGIN "localfile"
FileName = "file" #fileout.ts
Append = "no"
END
BEGIN "Input"
FilesPath = "/home/user1/videolan/streams"
ProgramCount = "1"
END
BEGIN "1"
Name = "essai"
FileName = "essai.MPG" # non du fichier
Type = "Mpeg2-PS"
END
BEGIN "LauchOnStartUp"
command1 = "start essai localhost local1 --loop"
END