Search found 34 matches

Go to advanced search

by lagarazo
26 Oct 2006 12:42
Forum: Web and scripting
Topic: Volume in two instances of VLC
Replies: 4
Views: 2002

I will try it, thanks!!
by lagarazo
23 Oct 2006 16:24
Forum: General VLC media player Troubleshooting
Topic: two way vlc
Replies: 3
Views: 1042

Re: two way vlc

is it possible to use vlc for a two way video conference? I had very good results using the mpeg4 video codec at 64Kbps and other audio codec. I tried using two clients, one for receiving data and another one that send out data... and it worked :-) but what about controlling everything with one cli...
by lagarazo
18 Oct 2006 17:45
Forum: General VLC media player Troubleshooting
Topic: Streaming Delay
Replies: 8
Views: 3871

There is some caching when streaming in UDP with VLC that you could try to decrease. Have a look at the preferences there (with Advanced options checked off): - Stream output -> Access output -> UDP (for your server) - Input/Codecs -> Access modules -> UDP/RTP (for your client) Default caching is 3...
by lagarazo
18 Oct 2006 12:48
Forum: VLC media player for Windows Troubleshooting
Topic: JVLC installation
Replies: 0
Views: 503

JVLC installation

I am thinking about using JVLC in my java application in Windows.

I have downloaded it, but I cannot find any installation instructions. Could anybody please help me?

Thanks in advance.
by lagarazo
18 Oct 2006 12:19
Forum: VLC stream-output (sout)
Topic: Stopping the streaming process
Replies: 3
Views: 1238

The problem was that I run it with Runtime.getRuntime().exec("cmd vlc.exe......", null, null); Then the process I got was the cmd process , and when I stopped it, I was stopping the cmd process, not vlc process. It works perfectly doing: Runtime.getRuntime().exec("vlc.exe.....", ...
by lagarazo
17 Oct 2006 12:02
Forum: Web and scripting
Topic: Volume in two instances of VLC
Replies: 4
Views: 2002

I have read posts from the activeX developer in this forum.

So there must be somebody who can answer me...
by lagarazo
16 Oct 2006 17:02
Forum: Web and scripting
Topic: Volume in two instances of VLC
Replies: 4
Views: 2002

Is volume a global value, affecting every instance of VLC?
by lagarazo
13 Oct 2006 15:10
Forum: Web and scripting
Topic: IE (ActiveX) Plugin Fullscreen / VLC app setting
Replies: 10
Views: 6762

How do you "write the object via javascript when the page is loading"?

What does it solve?
by lagarazo
13 Oct 2006 12:15
Forum: Web and scripting
Topic: Volume in two instances of VLC
Replies: 4
Views: 2002

Volume in two instances of VLC

Hello, I have 2 instances of VLC activeX in the same web page, playing different streams. All works fine, except for the volume. When I change the volume in any of the instances, the other instance is also affected by this change, so it looks like the volume is a global parameter that can not be cha...
by lagarazo
04 Oct 2006 13:21
Forum: Web and scripting
Topic: ActiveX and --rtp-client-port option
Replies: 4
Views: 3155

What nightly builds did you use to be able to set

--rtp-client-port

I need to use it. Thank you!
by lagarazo
04 Oct 2006 13:17
Forum: VLM
Topic: VLM and VOD behind NAT using rtsp input stream
Replies: 4
Views: 9725

I am trying to run a stream from command line with

--rtp-client-port 1234

but it does not work.

Could anybody help me?
by lagarazo
03 Oct 2006 15:27
Forum: VLC stream-output (sout)
Topic: Webcam streaming and local playing
Replies: 0
Views: 839

Webcam streaming and local playing

I am streaming my webcam from the command line vlc -vvv -I rc --sout-udp-caching 0 --dshow-caching 400 dshow:// vdev="" adev="" --sout=#transcode{vcodec=H263,width=176,height=144,vb=256,scale=1,acodec=mp3,ab=96,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=193.147.53.32:123...
by lagarazo
03 Oct 2006 14:50
Forum: Web and scripting
Topic: Buffering incoming stream
Replies: 6
Views: 2711

Thank you!!! :D
by lagarazo
02 Oct 2006 15:55
Forum: VLC stream-output (sout)
Topic: Codecs for RTP
Replies: 2
Views: 943

vlc.exe -vvv -I rc --sout-udp-caching 150 --dshow-caching 150 dshow:// vdev="" adev="" --sout=#transcode{vcodec=H263,width=352,height=288,vb=192,scale=1,acodec=mp3,ab=96,channels=2}:duplicate{dst=std{access=rtp,mux=ts{caching=150},dst=192.168.1.10:1234}}
by lagarazo
02 Oct 2006 13:40
Forum: VLC stream-output (sout)
Topic: Codecs for RTP
Replies: 2
Views: 943

If I try to use H263, I always get ffmpeg encoder debug: Input picture size isn't suitable for h263 codec! try h263+ I don't know how to change the picture size to 176x144. I am running vlc.exe -vvv -I rc --sout-udp-caching 150 --dshow-caching 150 dshow:// vdev="" adev="" --sout=...
by lagarazo
02 Oct 2006 11:50
Forum: VLC stream-output (sout)
Topic: Codecs for RTP
Replies: 2
Views: 943

Codecs for RTP

What codec formats are supported by RTP apart for MJPG?

Where could I find a list?
by lagarazo
02 Oct 2006 11:49
Forum: Web and scripting
Topic: Buffering incoming stream
Replies: 6
Views: 2711

No.

Please, does anybodyknow how to configure this?
by lagarazo
29 Sep 2006 10:52
Forum: Web and scripting
Topic: Buffering incoming stream
Replies: 6
Views: 2711

Would it work properly if I write: <OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8" codebase="http://downloads.videolan.org/pub/videolan/vlc/latest/win32/axvlc.cab" width="150" height="166" id="vlc" events="True"> <param name=&q...
by lagarazo
28 Sep 2006 15:53
Forum: Web and scripting
Topic: Buffering incoming stream
Replies: 6
Views: 2711

Thanks!!!

I have modified the stream source to use a smaller cache.

Also, I am watching this stream from an activeX. How can I run the activeX with these parameter?
by lagarazo
28 Sep 2006 13:08
Forum: Web and scripting
Topic: Buffering incoming stream
Replies: 6
Views: 2711

Buffering incoming stream

I have an activex in a html page where I see a streaming coming from a remote webcam.

My problem is that there is a delay of about 5seconds. I think this is because of the VLC buffer, and I would like to reduce this time.

Does anyone know how this can be done?

Thanks.
by lagarazo
28 Sep 2006 13:05
Forum: VLC stream-output (sout)
Topic: Stopping the streaming process
Replies: 3
Views: 1238

I have already solved this.

Thanks to all who read this.
by lagarazo
28 Sep 2006 11:49
Forum: VLC stream-output (sout)
Topic: Stopping the streaming process
Replies: 3
Views: 1238

Stopping the streaming process

I have launched a RTP stream from a java application: Runtime.getRuntime().exec("vlc -vvv -I rc --rc-quiet dshow:// vdev=\"\" adev=\"\" --sout=#transcode{vcodec=MJPG,acodec=mp3,ab=192,channels=2}:duplicate{dst=std{access=rtp,mux=ts,dst=192.168.1.10:1234}}"); In the comp...
by lagarazo
27 Sep 2006 17:08
Forum: VLC stream-output (sout)
Topic: Stream buffer
Replies: 0
Views: 584

Stream buffer

I am streaming my webcam video and audio to another computer.

It works properly, but there is a big delay, and I think this is because the VLC buffer. Is there any option to reduce this buffer, to make the player play the stream just when it is received?

Thanks in advance.
by lagarazo
22 Sep 2006 16:49
Forum: Web and scripting
Topic: ActiveX is not shown
Replies: 4
Views: 1598

I was trying IE, but I dont get anything.

Do you know some movie I can try with?

With the mozilla code you have post it works, as long as I change "object" for "embed".
by lagarazo
22 Sep 2006 16:12
Forum: VLC stream-output (sout)
Topic: Streaming my webcam
Replies: 11
Views: 5252

Sorry, what do you say I missed?

Yes I got it, I should be stupid.

Changing that and the video codec used, I got it working.

Thanks!! :)

Go to advanced search