Neither suspend nor resume in VLS

For questions and discussion that is NOT (I repeat NOT) specific to a certain Operating System.
xzheng
Blank Cone
Blank Cone
Posts: 16
Joined: 19 Jul 2004 07:48

Neither suspend nor resume in VLS

Postby xzheng » 11 Sep 2004 04:26

Hi,everyone
I don't suspend or resume the VLS, while I can start and stop. I don't find the same question in the forum . Can you help me?

The telnent log follow:
admin@vls> start VTS_01_1.VOB client1 local1
Provider: Manager
Status: 0

Provider: local1
Status: 0
Info: Program VTS_01_1.VOB started

That's OK,VLC is OK too.
----------------------------------------
admin@vls> suspend client1
Provider: Manager
Status: 0

Provider: local1
Status: 0
Info: Program VTS_01_1.VOB suspended

That's OK,VLC is OK too.
----------------------------------------

admin@vls> resume client1
Provider: Manager
Status: 0

Provider: local1
Status: 0
Info: Program VTS_01_1.VOB resumed

But VLC don't resume,Why?
----------------------------------------
admin@vls> start VTS_01_1.VOB client1 local1
Provider: Manager
Error: -1
Info: Channel is busy

----------------------------------------
admin@vls> stop client1
The telnet seem dead here

------------------------------------------
And the VLS show:Thread not stopped after 15 s, calling interruption process

I don't know why?

the vls.cfg:
# Application wide settings
BEGIN "Vls"
LogFile = "vls.log" # log file
ScreenLog = "enable" # log to the console
SystemLog = "disable" # log to the systemlog
END

# Security informations :
#
# The section "Groups" describes which group is allowed to use which command.
# Each user who belongs to the 'master" group has all the power on the server.
# Each one who belongs to the "monitor" group is a "read-only" user.
BEGIN "Groups"
# --- Format:
# groupname = "cmd1|cmd2|..."
# --- Example:
monitor = "help|browse|logout"
master = "help|browse|start|resume|suspend|stop|shutdown|logout|config|program|input|channel|show"
END

# The section "Users" describes each user
# Use "mkpasswd" to generate the encrypted password.
BEGIN "Users"
# --- Format:
# username = "encryptedpassword:group"
# --- Example:
monitor = "3BcKWoiQn0vi6:monitor" # password is 'monitor'
bozo = "JKg2TpPerilnw:master" # password is 'bozo'
admin = "42BKiCguFAL/c:master" # password is 'Vir4Gv5S'
END

# Telnet Administration
BEGIN "Telnet"
# Domain = "Inet6" # Inet4 or Inet6
LocalPort = "9999" # Port to use for that purpose
Use = "true"
END

# Streams sources declaration
#Programs Configuration
BEGIN "Input"
FilesPath = "/"
ProgramCount = "4"
END


# --- Format:
# BEGIN "program_number"
# Name = "program_name"
# Type = "type" # can be Mpeg1-PS, Mpeg2-PS, Mpeg2-TS, or Dvd
# FileName = "path" # use this variable if Type is not "Dvd"
# Device = "device" # use this variable with type "Dvd"
# END

# --- Example:
#play start kids localhost local1

BEGIN "1" # another file
Name = "quick.mpe"
FileName = "quick.mpe"
Type = "Mpeg1-PS"
END

BEGIN "2" # another file
Name = "kids.mpe"
FileName = "kids.mpe"
Type = "Mpeg1-PS"
END

BEGIN "3" # DVD
Name = "film"
Device = "/dev/cdrom"
Type = "dvd"
DvdTitle = "1" # Start title
DvdChapter = "1" # Start chapter
END

BEGIN "4" # DVD stored on a hard disk
Name = "matrix"
Device = "/media/matrix/VIDEO_TS"
Type = "dvd"
DvdTitle = "1" # Start title
DvdChapter = "1" # Start chapter
END

BEGIN "5" # another file
Name = "VTS_01_1.VOB"
FileName = "VTS_01_1.VOB"
Type = "Mpeg2-PS"
END

BEGIN "6" # another file
Name = "VTS_01_2.VOB"
FileName = "VTS_01_2.VOB"
Type = "Mpeg2-PS"
END

BEGIN "7" # another file
Name = "VTS_01_3.VOB"
FileName = "VTS_01_3.VOB"
Type = "Mpeg2-PS"
END

BEGIN "8" # another file
Name = "VTS_01_4.VOB"
FileName = "VTS_01_4.VOB"
Type = "Mpeg2-PS"
END

BEGIN "9" # another file
Name = "VTS_01_5.VOB"
FileName = "VTS_01_5.VOB"
Type = "Mpeg2-PS"
END

# Video input configuration
#BEGIN "kfir"
# --- Example:
# Device = "/dev/video" # Video4linux device (default is /dev/video)
# Type = "Mpeg2-PS" # Stream type (default is "Mpeg2-PS")
#END

BEGIN "Inputs"
local1 = "local"
END

BEGIN "Local1"
ProgramCount = "10"
TrickPlay = "normal"
END

BEGIN "local1"
Device = "/"
Type = "mpeg1-ps"
END


# Channel (outputs) declaration
BEGIN "Channels"
# --- Format:
# ChannelName = "Type"
# --- Example:
localhost = "network"
client1 = "network"
# client2 = "network"
# multicast = "network"
# localfile = "file"
END

# Channels configuration
BEGIN "localhost" # The client is on the same host as the server
DstHost = "127.0.0.1"
DstPort = "1234"
END

BEGIN "client1" # unicast example
DstHost = "127.0.0.1"
DstPort = "1234"
END

I am looking forward to your rely, thanks in advance

Best regards

Return to “General VLC media player Troubleshooting”

Who is online

Users browsing this forum: No registered users and 24 guests