is there a possibility to transmit additional data in a mp3 stream e.g. artist, title, or stream name, so a player (e.g. noxon http://www.my-noxon.de/) can display it?
Hello, I want to stream to an ISP so I need a push methode. I know that I can do it with UDP, is it also possible with http ? Where must I type in the IP from the ISP? The docu says that the address field on the streaming page is only for binding the server on a network card, is this true? Thanks Re...
Hello, I have tried the telnet interface to shedule live streaming. The problem is that the device names have spaces. The telnet parser stopps when seeing a space, if I quote the string the quotes are not removed so the device name is invalid! Can someone chnage this? What I do: via telnet I send th...
If I start vlc with the telnet interface, how can I kill the vlc process? Is there a telnet command available? Ok on Linux I can use kill but on Windows????
Hello, I want to strream an audio signal. For this I start vlc with the telnet interface and load the following config file new test broadcast enabled setup test input dshow:// setup test option dshow-adev="Realtek AC97 Audio" setup test option dshow-vdev="none" setup test option...
Hello, I want to stream from a audio device. My problem is that the right source must be selected (Mic, LineIn, Stereo-Mix). In DirectShow I use the IAMAudioInputMixer interface to selct the right source. Can VLC do this? I have tried the audio-input-pin field but this seems not to work. I have also...