[vlc] bug with VLM

hornsby adrian_hornsby at yahoo.co.uk
Wed Jul 21 09:23:35 CEST 2004


Hi,
I have got a problem using  VLM module on VLC,
I'm trying to output 3 HD video files from my server  to another computer with 
3 displays using Xentera GT4. It works very well but sometimes the same 
command (loading files) just crash the vlc.
I'm using VLC 0.7.2 under MDK 10 with kernel 2.6.7

Thanks for helping. !!!


my file vlm looks like that :

new mars broadcast input file://mars_right.mpg output udp:130.230.12.174:1234 
enabled
new mars2 broadcast input file://Mars_center.mpg output 
udp:130.230.12.174:1235 enabled
new mars3 broadcast input file://mars_left.mpg output udp:130.230.6.174:1236 
enabled

my file play :

control mars play
control mars2 play 
control mars3 play


here is the commands from the two consoles!

/*Telnet Command - VLM  console*/
[hornsby@ hornsby]$ telnet localhost 4212
Trying 127.0.0.1...
Connected to localhost (127.0.0.1).
Escape character is '^]'.
Password:
Welcome, Master
***first attempt***
> load vlm   	//opening the video files but not reading
> load play 	//start reading the video files) ---> SUCCESSFUL
> del all 	//Destroys all loaded elements
> del all 	//Destroys all loaded elements 
***second attempt***
> load vlm  	//opening the video files but not reading
> load play 	//start reading the video files) ---> SUCCESSFUL
> del all 		//Destroys all loaded elements
> del all		//Destroys all loaded elements
***third attempt***
> load vlm	//opening the video files but not reading	
> load play	//start reading the video files ---> NOT SUCCESSFUL
Connection closed by foreign host.  -----> BUG on third attempt

/*resulting VLC console's messages under linux*/
[hornsby at hornsby]$ vlc --extraintf telnet
VLC media player 0.7.2 Bond
[00000200] telnet interface: Using the VLM interface plugin...
[00000200] telnet interface: Telnet interface started on port: 4212
[00000200] main interface: creating vlm
***first attempt***
[00000204] main input: playlist item `file://marsleftlong.mpg'
[00000205] main input: playlist item `file://marsrightlong.mpg'
[00000211] main input: playlist item `file://marsmiddlelong.mpg'
[00000205] access_file input: closing `file/://marsrightlong.mpg'
[00000204] access_file input: closing `file/://marsleftlong.mpg'
[00000211] access_file input: closing `file/://marsmiddlelong.mpg'
-------------------------------------> SUCCESSFUL
***second attempt***
[00000234] main input: playlist item `file://marsleftlong.mpg'
[00000235] main input: playlist item `file://marsrightlong.mpg'
[00000241] main input: playlist item `file://marsmiddlelong.mpg'
[00000235] access_file input: closing `file/://marsrightlong.mpg'
[00000234] access_file input: closing `file/://marsleftlong.mpg'
[00000241] access_file input: closing `file/://marsmiddlelong.mpg'
-------------------------------------> SUCCESSFUL
***third attempt***
[00000264] main input: playlist item `file://marsleftlong.mpg'
[00000267] main input: playlist item `file://marsrightlong.mpg'
Segmentation fault -----> BUG
-------------------------------------> NOT SUCCESSFUL

-- 
*************************************************
Adrian Hornsby	
Teräskatu 7 D 67
FIN-33720 Tampere

mobile +358 456 376 712
http://www.students.tut.fi/~hornsby
**************************************************

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list