hi.since i am a bit noob with the whole streaming process i require a bit of your help.
i am trying to stream an internet radio station which uses the mms protocol,into my local network (main pc gets the external stream and sends it to the other pcs of the network)
for the server pc,i start vlc using this command: [the mms link is:mms://best.live24.gr/best1222]
start vlc.exe "c:\radio.m3u" --sout udp:239.255.1.1
unfortunately i dont get any sound not in the server,not in the other pcs of my lan.
the radio.m3u plays without any problems,if i open it normally with vlc without using the above streaming command.
moreover if i use radio stations with http protocol,or mp3 files,the whole streaming works flawlessly with the above command.
i have discovered this thread,which i think describes the same problem,but i cant figure out what is the solution:
https://forum.videolan.org/viewtopic.ph ... dp#p132502
if i have understood well,mms streaming is not supported through udp,and the only way to work this thing,is to transcode the mms stream when sending it to the other pcs from the main pc server,correct?
if its that the case,then how i must configure the commandline of vlc,in order to do this? i have followed the example of the above thread,but again i couldnt get any sound.
in other words,how can i stream an external mms radio link to the pcs of my lan? what is the correct command line?
thanx in advance