Search found 6 matches

Go to advanced search

by zyc
22 Sep 2006 10:31
Forum: VLM
Topic: what's the cause of this "Segmentation fault"
Replies: 5
Views: 4208

It seems like a bug. Fill a trac request ? I insert some debug code in src/misc/vlm.c line 2576, in function "Manage" while( !vlm->b_die ) { char **ppsz_scheduled_commands = NULL; int i_scheduled_commands = 0; vlc_mutex_lock( &vlm->lock ); /* destroy the inputs that wants to die, and ...
by zyc
22 Sep 2006 08:37
Forum: VLM
Topic: what's the cause of this "Segmentation fault"
Replies: 5
Views: 4208

More details

When I use gdb to run the vlc, I see more details besides the above message. ...... [00000550] main private debug: removing module "stream_out_rtp" [00000550] main private debug: destroying chain done [Thread -1379365968 (LWP 6090) exited] [00000547] [Media: test] main input debug: thread ...
by zyc
22 Sep 2006 03:06
Forum: VLM
Topic: what's the cause of this "Segmentation fault"
Replies: 5
Views: 4208

Could you paste the whole debug ? Thanks for your reply! I use vlc-snapshot-20060921.tar.gz for testing. (vlc-0.8.5 has the same problem) The operating system is Linux Adance server 4, kernel: 2.6.9 The shell script which is used to run openRTSP: #!/bin/sh # times=4 i=0 while [ $i -lt $times ]; do ...
by zyc
21 Sep 2006 10:14
Forum: VLM
Topic: VOD MPEG-TS VLM Telnet Interface Problem
Replies: 2
Views: 2773

Re: VOD MPEG-TS VLM Telnet Interface Problem

I have the same problem as you. When I click "Play Fast", the video freezes, howerer the slider is still going ahead. It seems like that: vlc client can not decode the fast stream. I am using vlc-0.8.5 as client (running on Win XP) and server (running on Suse Linux 10.0) in my VOD environm...
by zyc
21 Sep 2006 09:45
Forum: VLM
Topic: what's the cause of this "Segmentation fault"
Replies: 5
Views: 4208

what's the cause of this "Segmentation fault"

I use vlc as a rtsp server.: ./vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0:5554 Then use telnet to setup a media: new test vod input a.avi enabled And use openRTSP to test the rtspserver like this: openRTSP -V -i rtsp://192.168.0.1:5554/test > /dev/null I run t...
by zyc
29 Jun 2006 04:24
Forum: VideoLAN Server and miniSAPserver
Topic: vlc as rtsp server
Replies: 2
Views: 7346

vlc as rtsp server

Does vlc support methods: SET_PARAMETER and GET_PARAMETER, when it is used as a RTSP-SERVER

thanks!

Go to advanced search