Search found 131 matches

Go to advanced search

by tamiro44
11 Aug 2009 08:30
Forum: Development around libVLC
Topic: Detect end of network stream reached on the client
Replies: 6
Views: 3212

Re: Detect end of network stream reached on the client

bhubi,
What about the function "has_vout"?
You can periodically check it.
by tamiro44
21 Jul 2009 07:58
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 85205

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

Hi,
How can you force your player to adjust the movie resolution?
After the player handle passed to the form, it won't change automatically.
Can i find out from API the movie's resolution?

Tamir.
by tamiro44
19 Jul 2009 11:04
Forum: Development around libVLC
Topic: marx wrapper media loaded event?
Replies: 2
Views: 659

Re: marx wrapper media loaded event?

Did you managed?
by tamiro44
19 Jul 2009 11:02
Forum: Development around libVLC
Topic: Adjust form to movie resolution
Replies: 0
Views: 311

Adjust form to movie resolution

Hi,
I'm using Marx's C# Wrapper for libvlc 0.9.0.
Do u know how can i investigate the movie width&height in order to
adjust my window player?

Thanks.
by tamiro44
14 Jul 2009 08:20
Forum: General VLC media player Troubleshooting
Topic: let rc send status codes to processing
Replies: 6
Views: 578

Re: let rc send status codes to processing

Remi hi,
Do you think i can get from RC the video resolution?
I must find a way to adjust my form to video resolution.
Thanks,
Tamir.
by tamiro44
12 Jul 2009 23:18
Forum: General VLC media player Troubleshooting
Topic: let rc send status codes to processing
Replies: 6
Views: 578

Re: let rc send status codes to processing

You can ask every X seconds "is_playing"
by tamiro44
12 Jul 2009 23:15
Forum: General VLC media player Troubleshooting
Topic: RTSP Retries
Replies: 3
Views: 578

Re: RTSP Retries

Anyone?
I want VLC try only once to get an answer from RTSP server.
by tamiro44
06 Jul 2009 20:58
Forum: General VLC media player Troubleshooting
Topic: RTSP Retries
Replies: 3
Views: 578

RTSP Retries

Hi,
Is there a way to chnage client's RTSP number of retries?
Thanks.
by tamiro44
05 Jun 2009 23:08
Forum: Development around libVLC
Topic: create new socket
Replies: 1
Views: 500

Re: create new socket

--extraintf rc --rc-host:6500
by tamiro44
05 Jun 2009 23:07
Forum: Development around libVLC
Topic: Can't get streaming to work in C#
Replies: 1
Views: 1184

Re: Can't get streaming to work in C#

Try without the 127.0.0.1
by tamiro44
05 Jun 2009 23:05
Forum: Development around libVLC
Topic: how to record with libvlc?
Replies: 11
Views: 5654

Re: how to record with libvlc?

Did you get an answer?
by tamiro44
10 May 2009 08:39
Forum: General VLC media player Troubleshooting
Topic: Memory & CPU settings
Replies: 5
Views: 416

Re: Memory & CPU settings

I've checked again and saw no significant difference between the two versions, BUT: If i activate VLC 0.9.8.a every X activations the memory Consumption grow by far: 1. Regular memory Consumption: http://www.2shared.com/file/5705531/9ea71b4/Small.html . 2. High memory Consumption: http://www.2shared...
by tamiro44
07 May 2009 09:58
Forum: Development around libVLC
Topic: libVLC in asp.net application
Replies: 9
Views: 10301

Re: libVLC in asp.net application

I don't know if this helps you, but you can open IE and play the stream there by getting the handle like that (Taken from http://www.codeproject.com/KB/audio-video/LiquidVideo.aspx ): bool bFound = false; IntPtr hwnd = System.IntPtr.Zero; if (!bIELauncheded) { bIELauncheded = true; SHDocVw.ShellWind...
by tamiro44
07 May 2009 09:23
Forum: Development around libVLC
Topic: libVLC in asp.net application
Replies: 9
Views: 10301

Re: libVLC in asp.net application

Write here:
1. The string that you give VLC in order to play the stream.
2. VLC's messages.

Maybe someone could help you..
by tamiro44
07 May 2009 08:45
Forum: Development around libVLC
Topic: RTSP response from server
Replies: 3
Views: 706

Re: RTSP response from server

I'm using "Marx libvlc Wrapper for 0.9.0 version 0.0.2 (Alpha Release)" binding.
Does anybody know how can i catch the failed/error state?
by tamiro44
07 May 2009 08:42
Forum: Development around libVLC
Topic: libVLC in asp.net application
Replies: 9
Views: 10301

Re: libVLC in asp.net application

Here 3 out of the 4 bindings: Marx libvlc Wrapper for 0.9.0 version 0.0.2 (Alpha Release) http://forum.videolan.org/viewtopic.php?f=32&t=47385 http://www.2shared.com/file/3586524/6c46c464/Marx_libvlc_wrapper.html VideoLan.Interop a .Net libvlc 0.9.x wrapper http://forum.videolan.org/viewtopic.ph...
by tamiro44
07 May 2009 08:33
Forum: General VLC media player Troubleshooting
Topic: Memory & CPU settings
Replies: 5
Views: 416

Re: Memory & CPU settings

Thanks.
I saw that between 0.8.6 and 0.9.8a there is memory usage increasing.
I understand from the answer that i cannot change it?
by tamiro44
06 May 2009 06:34
Forum: General VLC media player Troubleshooting
Topic: Memory & CPU settings
Replies: 5
Views: 416

Memory & CPU settings

Hi guys,
Is there a way to reduce memory and cpu usage? (for old machines)
I saw i can disable some CPU accelerations, but i am not sure.

Thanks.
by tamiro44
05 May 2009 17:02
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 81822

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

I'm using 0.9.8a (I think 0.9.9 is good also)
by tamiro44
03 May 2009 08:48
Forum: General VLC media player Troubleshooting
Topic: Save dinamically
Replies: 2
Views: 137

Re: Save dinamically

One of the 1.0.0 features is save stream to a file from the current position, and not only from VLC activation, right? I asked at 8/3/09: How can i save to file from the current point? For example, after 5 seconds the movie was started And Rémi Denis-Courmont answered: This is only supported in VLC ...
by tamiro44
30 Apr 2009 08:41
Forum: General VLC media player Troubleshooting
Topic: Save dinamically
Replies: 2
Views: 137

Save dinamically

Hi,
How can i save dinamically to file? (in VLC 1.0.0)
1. Through GUI.
2. Through code using libvlc.

Thanks.
by tamiro44
30 Apr 2009 08:38
Forum: Development around libVLC
Topic: RTSP response from server
Replies: 3
Views: 706

Re: RTSP response from server

Thanks,
But from where i get this state?
After i call to "libvlc_media_player_play()" - from libvlc/libvlccore.
by tamiro44
28 Apr 2009 15:06
Forum: Development around libVLC
Topic: RTSP response from server
Replies: 3
Views: 706

RTSP response from server

Hi all,
How can i know whether the server has returned a bad status like 404 (Not Found)?

Thanks.

Go to advanced search