Search found 18 matches

Go to advanced search

by ruliane
10 Aug 2009 11:00
Forum: VLC stream-output (sout)
Topic: Segmentation fault at fourth file (solved in v1.0.0)
Replies: 10
Views: 1134

Re: Segmentation fault at fourth file (still crashing, 16/07/09)

Using v.1.0.0 seems to solve my problem. btw it's ok (for the moment)
by ruliane
23 Jul 2009 13:49
Forum: VLC stream-output (sout)
Topic: how to create vlc scripts fo streaming
Replies: 2
Views: 3531

Re: how to create vlc scripts fo streaming

:geek:

What do you need exactly ?
how to create a scripte...
notepad... :/
by ruliane
13 Jul 2009 09:44
Forum: VLC stream-output (sout)
Topic: Name each executed VLC server
Replies: 3
Views: 432

Re: Name each executed VLC server

Can you explain your idea with PID more?
Not really :D I don't know if it is possible ; Imagine a program which "forks" the 40 VLC processes. It gets the PIDs of new processes and associates each of them with a source (e.g. a camera)
by ruliane
07 Jul 2009 09:28
Forum: VLC stream-output (sout)
Topic: simple video stream accross my LAN
Replies: 1
Views: 428

Re: simple video stream accross my LAN

I think you need enter 192.168.0.100:2025 on PC1.
by ruliane
07 Jul 2009 09:17
Forum: VLC stream-output (sout)
Topic: Will multicast clients be in sync?
Replies: 2
Views: 399

Re: Will multicast clients be in sync?

Hi
I don't think all the clients will be exactly sync. Network issues and buffering will bring some delay. Try it, you will have the right answer :)
For your second problem, I have no idea. Sorry.
by ruliane
07 Jul 2009 09:12
Forum: VLC stream-output (sout)
Topic: just streaming line-in audio
Replies: 1
Views: 491

Re: just streaming line-in audio

Just open a network stream, enter the URL you want to read. (i.e. http://192.168.0.5:8080/) I am not sure to understand your problem.
by ruliane
06 Jul 2009 10:24
Forum: VLC stream-output (sout)
Topic: simple streaming over lan
Replies: 9
Views: 2625

Re: simple streaming over lan

Try to send & receive on the same computer. It will eliminate any network problem. Have you checked you are streaming on a good port ( >1024 and != 8080) ?
by ruliane
03 Jul 2009 16:08
Forum: VLC stream-output (sout)
Topic: Name each executed VLC server
Replies: 3
Views: 432

Re: Name each executed VLC server

I think you can get the PID of each VLC and associate it with your camera. When cam #15 fails : cam #15 => Process 1274 (for example) => restart it.
by ruliane
30 Jun 2009 11:57
Forum: VLC stream-output (sout)
Topic: Segmentation fault at fourth file (solved in v1.0.0)
Replies: 10
Views: 1134

Re: Segmentation fault at fourth file

I still have problems... :( Can somebody help me ?

(up ;) )
by ruliane
30 Jun 2009 11:51
Forum: VLC stream-output (sout)
Topic: simple streaming over lan
Replies: 9
Views: 2625

Re: simple streaming over lan

@just-do-it : try to decrease the quality of your stream. It is the only solution I see... @paridoth : As just-do-it suggested, I think you are trying to connect to port 80 while your server is broadcasting on port 8080. Choose the same port, preferably not the 8080 one, which is used by the HTTP in...
by ruliane
26 Jun 2009 14:03
Forum: VLC stream-output (sout)
Topic: simple streaming over lan
Replies: 9
Views: 2625

Re: simple streaming over lan

Hi
You can access the log in real time by clicking Tools > Messages. Set the verbose level to 2 and retry connecting to your server.
by ruliane
25 Jun 2009 15:19
Forum: VLC stream-output (sout)
Topic: Segmentation fault at fourth file (solved in v1.0.0)
Replies: 10
Views: 1134

Re: Segmentation fault at fourth file

The same with the '-vv' argument when launching VLC, which is a bit more complete : [vlc@localhost ~]$ valgrind --tool=none vlc -vv --intf http ==3264== Nulgrind, a binary JIT-compiler for x86-linux. ==3264== Copyright (C) 2002-2004, and GNU GPL'd, by Nicholas Nethercote. ==3264== Using valgrind-2.2...
by ruliane
25 Jun 2009 15:14
Forum: VLC stream-output (sout)
Topic: Segmentation fault at fourth file (solved in v1.0.0)
Replies: 10
Views: 1134

Re: Segmentation fault at fourth file

Ok, once compiled with "--enable-debug" at configure-time, I launched VLC as follows : [vlc@localhost ~]$ valgrind vlc --intf http valgrind: Missing --tool option Available tools: massif cachegrind none callgrind lackey corecheck addrcheck helgrind memcheck valgrind: Use --help for more in...
by ruliane
24 Jun 2009 17:50
Forum: VLC stream-output (sout)
Topic: Segmentation fault at fourth file (solved in v1.0.0)
Replies: 10
Views: 1134

Re: Segmentation fault at fourth file

Mmmh.. What must I launch ? I have never used valgrind nor gdb before :/ Has VLC to be compiled with particular options ?
by ruliane
24 Jun 2009 09:52
Forum: VLC stream-output (sout)
Topic: Segmentation fault at fourth file (solved in v1.0.0)
Replies: 10
Views: 1134

Re: Segmentation fault at fourth file

Hi, I think I am supposed to use 'strace' ; but I don't really know how to use it. Have I just to launch "strace vlc --intf http" ? Here is the end of the output : [vlc@localhost ~]$ strace vlc --intf http [...] rt_sigprocmask(SIG_BLOCK, [INT QUIT PIPE TERM], [HUP INT QUIT PIPE TERM CHLD],...
by ruliane
23 Jun 2009 11:37
Forum: VLC stream-output (sout)
Topic: Segmentation fault at fourth file (solved in v1.0.0)
Replies: 10
Views: 1134

Segmentation fault at fourth file (solved in v1.0.0)

Hi, I have downloaded/compiled VLC version 0.9.9a, with the following options (I have first installed libmad 0.15.1b): ./configure --prefix=/usr/local \ --disable-x11 \ --disable-xvideo \ --disable-glx \ --disable-xinerama \ --disable-opengl \ --disable-sdl \ --disable-sdl-image \ --disable-freetype...

Go to advanced search