Search found 16 matches

Go to advanced search

by CaptainIglo
30 May 2007 10:34
Forum: VLC media player for Windows Troubleshooting
Topic: VLC_AddTarget() returns 4 -> whats that for an error?
Replies: 3
Views: 722

I'm using the following wrapper to use VLC in C#: http://www.nht-center.net/VLC.net_Main.cs And the following code to add the File to the VLC: options = new string[] { ":sout=#standard{access=udp,mux=ts,dst=" + RemoteIP + ":" + Port + "}", ":no-one-instance", ...
by CaptainIglo
30 May 2007 09:13
Forum: VLC media player for Windows Troubleshooting
Topic: VLC_AddTarget() returns 4 -> whats that for an error?
Replies: 3
Views: 722

Nobody knows this?!?
No one of the developers here?
by CaptainIglo
24 May 2007 16:17
Forum: VLC media player for Windows Troubleshooting
Topic: VLC_AddTarget() returns 4 -> whats that for an error?
Replies: 3
Views: 722

VLC_AddTarget() returns 4 -> whats that for an error?

Hi,

I'm using LibVLC.dll under C# and sometimes if I and a file to the VLC-Playlist with VLC_AddTarget the method returns 4.
Whats that for an Error and how could I avoid them?

greets
by CaptainIglo
21 May 2007 18:33
Forum: VLC stream-output (sout)
Topic: 3s Delay with DShow stream
Replies: 0
Views: 542

3s Delay with DShow stream

Hi,

I'm trying to stream from a DV-Cam with the dshow interface which works with a good quality but ~3s delay and this is to much, because the source of the video and the stream is viewed at the same time what means max. 1s delay is ok.
How could I get a delay <=1s?

greets
by CaptainIglo
28 Mar 2007 08:23
Forum: VLC stream-output (sout)
Topic: Screencapturing and streaming?
Replies: 2
Views: 1064

Screencapturing and streaming?

Hi,

is there a way to continously capture the screen of the current PC and stream it to the network?

With inputsource screen:// I'd get only one Image and with --loop it stops also after a few seconds.

greets
Capt.Iglo
by CaptainIglo
27 Mar 2007 13:56
Forum: VLC stream-output (sout)
Topic: Stream Images?
Replies: 1
Views: 611

Stream Images?

Hi,

is it possible to stream images with the VLC?
That means I send somehow image for image to the server and the clients (also vlc) shows always the last image.

greets
Capt.Iglo
by CaptainIglo
17 Jan 2007 08:13
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

libvlc.dll and the plugins directory need to be in bin/Debug (or bin/Release if you're running a release build). Putting them in the directory with the source files doesn't work. libvlc.dll & plugins are in the debug AND source-file folder, but it didn't work. The class from the link above work...
by CaptainIglo
13 Jan 2007 17:54
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

Didn't got anything working with your .net-Interface, sorry.

Now i had used the Interface from the following project:
http://dhost.info/xaudio/vlcenc.html
and this works very fine for me, because I only need to stream and not to play...
by CaptainIglo
13 Jan 2007 08:33
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

Now i have donloaded the newes vlc and your files an coded the following: int id = vlcUserCtr.AddToPlayList(@"C:\robots.avi", "Robots", null); vlcUserCtr.PlayItem(id); but nothing happend. But if i add the vlcUserControl to my form i got an Error as shown: http://nht-center.net/e...
by CaptainIglo
12 Jan 2007 15:45
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

You did not do something wrong, because it works fine. I will try the transparent window.

bye
Sebastian
I'm also trying to use the class, but i could not play anything!
Please post your code so that I could compare it to mine.

greets
Capt.Iglo
by CaptainIglo
12 Jan 2007 14:57
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

I'm trying the .Net Interface to VLC. And I can play a video with it.
Could you, please post your code, that I could look, where I did something wrong?
Is it possible to paint on top of the video?
Draw into a transparent Panel an set it exactly ofer the video.
by CaptainIglo
12 Jan 2007 02:27
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

I'm already trying with your Control (j-b had posted it 2 post before) and it looks good, but I did'nt get anything to work.

I've tryed to play a file with the code as shown 1 post befor yours, but nothing happend and how could i give the vlc parameters to stream in your control?

greets
Capt.Iglo
by CaptainIglo
12 Jan 2007 02:02
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

Sounds nice, but i did'nt get anything to work. I've included all files in my project an could compile it successfully but if i try to play a file with the following code: int id = vlcControl.AddToPlayList(@"C:\robots.avi", "Robots", null); vlcControl.PlayItem(id); nothing happen...
by CaptainIglo
11 Jan 2007 09:19
Forum: VLC media player for Windows Troubleshooting
Topic: Control VLC from another Programm
Replies: 16
Views: 3463

Control VLC from another Programm

Hi, I'm currently using vlc.exe for Videostreaming in my program written in C#/.net. I start the vlc.exe with the parameters that it streams the video (works!) and starts in the rc-mode (Command promt) und try to Redirect the StandardInput and -Output to my program. I did'nt got any exception but th...
by CaptainIglo
08 Jan 2007 08:43
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming Files using Command Promt
Replies: 2
Views: 713

Thanks, that was it....
by CaptainIglo
07 Jan 2007 18:53
Forum: VLC media player for Windows Troubleshooting
Topic: Streaming Files using Command Promt
Replies: 2
Views: 713

Streaming Files using Command Promt

Hi, im currently developing a Programm which should be able to stream Video so i came to VLC to use it for Streaming, but now im trying to start the streaming through the commands as show in the documentation like "vlc -vvv input_stream --sout '#standard{access=http,mux=ogg,dst=server.example.o...

Go to advanced search