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...
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...
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...
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...
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...
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 ...