Abdul Wazeed
Abdul Wazeed

Reputation: 41

How to receive mpegts multicast steam on vlc

I have developed a mpegs-ts streaming server which sends multicast stream to multicast ip address 224.2.3.51:3200. I am running my streaming server in a linux server. How can I receive and play this multicast stream on vlc running in local windows machine?

Upvotes: 2

Views: 6471

Answers (1)

Abdul Wazeed
Abdul Wazeed

Reputation: 41

To receive a mpeg2-ts stream in vlc

  • In vlc, in network stream settings, we have to give input as udp://@ipaddress:portnumber. In this case udp://@224.2.3.51:3200
  • We need to make sure that both the streaming server and vlc media player are part of same subnetwork.

Upvotes: 2

Related Questions