Search found 27 matches

Go to advanced search

by contremaitre
05 Nov 2008 09:16
Forum: VLM
Topic: VLM shuts off
Replies: 13
Views: 2571

Re: VLM shuts off

What do you mean, no longer running ? Did it crash, or still running but doing nothing. I would need to see the last outputs you have in the morning. And we don't have enough information about input/output method you use. The best would be to see a vlm example of what you are doing ? (input : rtsp ?...
by contremaitre
04 Nov 2008 08:42
Forum: VLM
Topic: VLM shuts off
Replies: 13
Views: 2571

Re: VLM shuts off

Could you provide more information ? (output messages maybe ? )
by contremaitre
14 Oct 2008 11:08
Forum: VLM
Topic: Camera capture and strean
Replies: 1
Views: 1030

Re: Camera capture and strean

by contremaitre
13 Oct 2008 15:19
Forum: VLM
Topic: Delete a VOD item 3 times and you're out!
Replies: 1
Views: 834

Re: Delete a VOD item 3 times and you're out!

I

did you test latest nightly ?
I know something similar to this has been fixed recently.
And I do not have this bug.

If you still have this issue with latest nightly, could you post a backtrace ?
by contremaitre
19 Sep 2008 10:38
Forum: VLM
Topic: VLM 0.9.2 under Windows Connection failed
Replies: 11
Views: 4563

Re: VLM 0.9.2 under Windows Connection failed

I have the same issue with telnet under windows. vlc output seems ok, that's weird : main debug: CPU has capabilities 486 586 MMX MMXEXT SSE SSE2 FPU main debug: looking for memcpy module: 3 candidates main debug: using memcpy module "memcpymmxext" main debug: thread 4532 (Interaction cont...
by contremaitre
09 Sep 2008 10:49
Forum: VLM
Topic: multiple output for one input
Replies: 0
Views: 820

multiple output for one input

Hi

I would like to be able to record on disk, and to stream (rtsp),some inputs.
inputs can be rtsp, http, udp etc...

My problem is : I would like to start and stop recording on disk anytime, without interrupting rtsp streaming..

How can I do this ?

thank you.
by contremaitre
28 Aug 2008 11:19
Forum: VLC media player for Windows Troubleshooting
Topic: Panasonic Network Camera WV-NW960/G & MPEG4 stream problem
Replies: 22
Views: 15497

Re: Panasonic Network Camera WV-NW960/G & MPEG4 stream problem

for example: Matroska (MKV) and Transport Stream (TS)
For TS container, I have never been able to do real file seeking with my mpeg4 videos :
I can move in the file but it is faked : it is impossible to tell vlc go to position 1mn30s for example. The seek is done (small) step by step
by contremaitre
27 Aug 2008 11:41
Forum: VLC media player for Linux and friends Troubleshooting
Topic: is there a problem in latests sources ?
Replies: 3
Views: 621

Re: is there a problem in latests sources ?

well, I successfully did this few months ago and it stopped working just two days ago.
But while reading the steps again, I tried to re-run a bootstrap and it fixed my error.
So, thank you !
by contremaitre
27 Aug 2008 10:23
Forum: VLC media player for Linux and friends Troubleshooting
Topic: is there a problem in latests sources ?
Replies: 3
Views: 621

is there a problem in latests sources ?

Hi I am using git and for 2 days now I can't build vlc anymore : make cd . && /bin/bash /home/vlc-git/vlc/autotools/missing --run automake-1.10 --gnu modules/stream_out/transrate/Makefile.am:7: libstream_out_transrate_plugin.la multiply defined in condition TRUE modules/stream_out/transrate/...
by contremaitre
26 Aug 2008 13:52
Forum: VLC media player for Windows Troubleshooting
Topic: Panasonic Network Camera WV-NW960/G & MPEG4 stream problem
Replies: 22
Views: 15497

Re: Panasonic Network Camera WV-NW960/G & MPEG4 stream problem

And which container allow g726 sound, mpeg4 video, and file seeking ?
by contremaitre
16 Jul 2008 10:05
Forum: VLM
Topic: Programming with libvlc_vlm
Replies: 11
Views: 6697

Re: Programming with libvlc_vlm

sorry I don't know about that, and this is another issue you should post in another forum section.
by contremaitre
16 Jul 2008 08:42
Forum: VLM
Topic: Programming with libvlc_vlm
Replies: 11
Views: 6697

Re: Programming with libvlc_vlm

Your second command line is wrong so you need to look out vlc documentation and rewrite it with something like : '#transcode{vcodec=h264,vb=1024,scale=1}:duplicate{dst=rtp{mux=ts,dst=192.168.1.33:1234}}' which seems to works. You should read http://www.videolan.org/doc/streaming-howto/en/ch03.html &...
by contremaitre
15 Jul 2008 15:35
Forum: VLM
Topic: Programming with libvlc_vlm
Replies: 11
Views: 6697

Re: Programming with libvlc_vlm

works for me : ./vlc -vvvv rtsp://192.xxxx --sout '#transcode{vcodec=h264,vb=1024,scale=1}:rtp{mux=ts,dst=192.xxxx}' [00000336] main stream output debug: stream=`rtp' [00000340] main stream out debug: looking for sout stream module: 1 candidate [00000340] main stream out debug: set config option: so...
by contremaitre
15 Jul 2008 13:52
Forum: VLM
Topic: Programming with libvlc_vlm
Replies: 11
Views: 6697

Re: Programming with libvlc_vlm

cat /usr/include/vlc/*.h | grep libvlc_vlm
This is because you must work with latest version of vlc (yet unstable) to access all of API's functions referenced here http://www.videolan.org/developers/vlc/ ... ibvlc.html

latest vlc is here http://nightlies.videolan.org/
by contremaitre
07 Jul 2008 14:16
Forum: VLC stream-output (sout)
Topic: muxers when streaming : explanations ?
Replies: 1
Views: 447

muxers when streaming : explanations ?

Hi I am confused with muxers when streaming, can someone explain me how it works ? If i am recording a file with a muxer A. Then, later, I want to stream this file with muxer B. I think the file is read with A_DEMUXER and then re-muxed with B_muxer and then sent to the network, right ? But if I reco...
by contremaitre
04 Jun 2008 15:43
Forum: VLM
Topic: vlm and segmentation fault
Replies: 8
Views: 3045

Re: vlm and segmentation fault

I found the bug. It is located in live555.cpp, line 831 (vlc 0.8.6f source) : const char *psz_tmp = strstr( psz_error, "RTSP" ); sscanf( psz_tmp, "RTSP/%*s%3u", &i_code ); In my case, when I try to play a rtsp adress wich doesn't exists : psz_error = "connect() failed: N...
by contremaitre
30 May 2008 14:37
Forum: VLM
Topic: vlc doesnt send 'end of video" message to receiver
Replies: 2
Views: 1450

Re: vlc doesnt send 'end of video" message to receiver

Have something to add : My previous post was with libvlc. I also tested with vlc player (0.8.6f), server side (rtsp) and receiver side. For example, with a 20 second video, the receiver plays until 20s, and then wait for next data, so the clock freeze at 00:00:20. Is there a way to know (receiver si...
by contremaitre
28 May 2008 17:27
Forum: VLM
Topic: vlc doesnt send 'end of video" message to receiver
Replies: 2
Views: 1450

vlc doesnt send 'end of video" message to receiver

Hi When streaming a file through rtsp and vod, vlc doesn't send anything at the end of video... So the receiver isn't aware of the end. Do I miss something ? Here is what happens (server side): [00000360] [Media: channel1] ts demuxer debug: eof ? [00000354] [Media: channel1] main input debug: EOF re...
by contremaitre
27 May 2008 15:02
Forum: VLC media player for Linux and friends Troubleshooting
Topic: using libvlc and trunk version
Replies: 1
Views: 661

using libvlc and trunk version

Hello, I downloaded and compiled latest trunk version of vlc. Then I am trying to run this simple code : char *myargv[] = { "/home/vlc_test", "-vvv" }; libvlc_exception_t excp; libvlc_exception_init(&excp); libvlc_instance_t *inst = libvlc_new (2, myargv, &excp); I have t...
by contremaitre
23 May 2008 11:37
Forum: General VLC media player Troubleshooting
Topic: Memory usage
Replies: 1
Views: 382

Memory usage

Hello, Can someone explain me why vlc uses a lot of memory ? I tried to open a few rtsp stream, and save it on disk. 4 streams = 150 Mo Memory usage is about 80Mo for vlc + 20Mo per stream. I also tried to run a small selfmade code with libvlc and I have : libvlc instance = 34 Mo + vlm object = 42 M...
by contremaitre
21 May 2008 09:40
Forum: VLM
Topic: vlm and segmentation fault
Replies: 8
Views: 3045

Re: vlm and segmentation fault

I am not sure.... I tried with live555 alone, and no segmentation fault And it is not the only segfault issue with vlm. For example, if I try an invalid mux output (nigtly build 05_15_08) : [00000798] main demux error: object is not attached [00000794] main access error: object is not attached [0000...
by contremaitre
20 May 2008 17:54
Forum: VLM
Topic: vlm and segmentation fault
Replies: 8
Views: 3045

Re: vlm and segmentation fault

Find out something :

I have this segfault when trying to play an invalid rtsp url

Invalid : I mean a random url which belong to no one.

So it is not a vlm bug, maybe a live555 bug ?
I am trying to find out more, tell me if you have informations about this
by contremaitre
19 May 2008 16:25
Forum: VLM
Topic: vlm and segmentation fault
Replies: 8
Views: 3045

Re: vlm and segmentation fault

I also tried to compile and run a small source using vlm : libvlc_vlm_add_broadcast (inst, "broad1", filename2, "#standard{access=file,mux=ts,dst=broad1.ts}", 0, NULL, 1, 0, &excp); where filename2 is a rtsp url. Compiling with -g option and running with gdb : Program receive...
by contremaitre
19 May 2008 11:57
Forum: VLM
Topic: vlm and segmentation fault
Replies: 8
Views: 3045

Re: vlm and segmentation fault

No I don't... And I don't know if I can get one Edit : with gdb : Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0xb26ffb90 (LWP 6777)] 0xb7c3b310 in rawmemchr () from /lib/tls/i686/cmov/libc.so.6 (gdb) bt #0 0xb7c3b310 in rawmemchr () from /lib/tls/i686/cmov/libc.so.6 #1 ...

Go to advanced search