I can't make my VLC to stream more than one file using HTTP.
1. If i add only one file (using wizard and selecting only .mp3 file) everything seems fine and audio is playing, one track in playlist, etc.
1.a. If i add one more file to that playlist with only one file after i started stream, when i change the track sound goes away.
2. If i add multiple files (using wizard and selecting bunch of them) i see only one file in playlist and no audio to my clients, also when i use
Code: Select all
netstat -anb | findstr "8080"
3. If i add .m3u file (using wizard and selecting playlis .m3u file) i can see many files in playlist but still no output to clients since no listening ports
Any hints?