On Vista VLC automatically configured itself and it started to play IPTV by intself. On Windows 7 it did not do that. So I had to input the IP into Access output IPv4 multicast output interface address. Now It started working locally just fine.
However in Vista I was streaming IPTV with firedaemon services with http. So other people could access it but in windows 7 the stream simple doesnt start. I guess its because VLC did not auto setup itself here.
My firedaemon string that worked in Vista is this:
Code: Select all
"C:\Users\Sawyer\Desktop\Playlist.m3u" ":sout=#duplicate{dst=std{access=http,mux=ts,dst=:1280}}" -I http --http-host 192.168.1.2:10080
I found this lines in help wiki:
--iface-addr <string> specifies your network interface IP address.
--iface <string> specifies the network interface to use
But this didnt really produce anything working. What are the string especially the --iface one. What must I do here. A number, a interface name or what?