How to play UDP multicast transport stream (not RTP!)
Hi. How to play a live network transport stream by opencv in Windows7?
VideoCapture cap;
cap.open("rtp://234.1.2.3:1234); //works nice
but
cap.open("udp://234.1.2.3:1234); //does not work