That doesn't sound good for my hopes of using VLC to be able watch these streams. Is there some sort of back way to work around this issue?multicast http is not employed in your case (actually, I think multicast http does not exist), windows media player downloads a descriptor file (.nsc) via http. This files contains encrypted multicast ip address and media port. And then it sends IGMP messages to join the multicast group where the media stream is being streamed over udp. If you know the multicast address and the media port you can open the media streams with vlc.
Actually, it's a bit more complicated... because windows media player and windows media server will try to "negociate" the best way to stream the video: it will try several things: multicast udp, unicast udp, raw tcp, http over tcp, etc. It will try to choose the most "network-friendly" way to stream the video.
This wouldn't work, I think my network is blocking it. I am sure however that the stream is a multicast one. Why can't VLC resolve the file?Is your network multicast-enabled?
You can try to install wireshark on your computer, and make a network capture of what's happening between windows media player and windows media server.
If you see igmp packets and then a huge amount of udp packets, you can try to open the multicast address of the igmp message. For the port number, take the destination port of udp packets.
If you see udp packets, but not with 2xx.x.x.x destination address, your network is not multicast enabled.
Return to “General VLC media player Troubleshooting”
Users browsing this forum: Google [Bot] and 10 guests