Search found 9 matches

Go to advanced search

by zodiak
21 Nov 2010 14:35
Forum: VLC stream-output (sout)
Topic: opening VLC http stream with another program
Replies: 1
Views: 596

opening VLC http stream with another program

Hello All, I have created a VLC based application (using libVLC, running on windows) that creates a mp3 stream and sends it on the LAN. I also created another client app running on the PC that is able to decode and play the strem from a client computer, so the stream is ok. Now I would like to be ab...
by zodiak
28 Sep 2010 13:47
Forum: Development around libVLC
Topic: how to connect to a VLC http generated stream
Replies: 1
Views: 1313

Re: how to connect to a VLC http generated stream

used a network sniffer:

the client sends:

GET / HTTP/1.1
Host: 192.168.11.3:8080
User-Agent: vlc/1.1.0 LibVLC/1.1.0
Range: bytes=0-
Icy-MetaData: 1

I'll try starting with sending GET / HTTP/1.1; is the rest needed?

Cheers,
Rui
by zodiak
28 Sep 2010 11:58
Forum: Development around libVLC
Topic: how to connect to a VLC http generated stream
Replies: 1
Views: 1313

how to connect to a VLC http generated stream

Hello All, I wrote a PC application that streams a file through http via VLC. I also made a client program running on a PC that connects to that stream and plays it. All is well with what I just described. I now would like to use a non-VLC based http client to read the same stream. The equipment I'm...
by zodiak
20 Jul 2010 04:41
Forum: Development around libVLC
Topic: Delphi Wrapper for LibVLC v1.1
Replies: 32
Views: 144970

Re: Delphi Wrapper for LibVLC v1.1

Hi DsChAeK I'm using your wrapper and working around your bundled demo, it's very good, thanks! I would like to stream out (http) my computer's microphone with transcoding to mp3 and I think the vlc command would be something like: vlc dshow:// :dshow-vdev= :dshow-adev=Default :sout=#transcode{vcode...
by zodiak
19 Jul 2010 04:12
Forum: Development around libVLC
Topic: libVLC, DELPHI and streaming
Replies: 2
Views: 1473

Re: libVLC, DELPHI and streaming

yeah, I tried the new delphi wrapper for VLC1.1 and it works like a charm.

Thanks.
by zodiak
18 Jul 2010 16:36
Forum: Development around libVLC
Topic: libVLC, DELPHI and streaming
Replies: 2
Views: 1473

libVLC, DELPHI and streaming

Hi! I'm trying to use delphi 7 to stream a file over http and I had no success so far. I'm using an older VLC (version 0.8.6) that I know works with the DELPHI wrapper I got for delphi 7. I managed to get my simple program to play an mp3 file on the local machine, which is more proof that the wrappe...
by zodiak
15 Jul 2010 13:38
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138975

Re: libvlcnet - .NET library based on libvlc

Hello, I have been trying to stream through http an mp3 file using this library, but so far I'm losing the battle. I have tried to adapt the streaming code examples elsewhere on this thread but none seems to work which is fustrating because they are all streaming video and audio and that is even mor...
by zodiak
10 Jul 2010 19:42
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138975

Re: libvlcnet - .NET library based on libvlc

Looks to me like you're creating a new player control each time you press the button?
dooh! good point! thanks.
by zodiak
10 Jul 2010 13:12
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 138975

Re: libvlcnet - .NET library based on libvlc

Hello All, I'm just starting with C# and using this wrapper and I managed to place two buttons on a form, one for START and another for STOP. I load an mp3 file and press the start button and the file starts. cool. The problem is that I cannot stop the file when I press the STOP button. I start the ...

Go to advanced search