I threw some quick code together to try and stream an RTSP stream to the player on my form....
Code: Select all
VLCPlugin->Enabled = true;
VLCPlugin->Show();
VLCPlugin->BaseURL = "rtsp://10.61.197.119";
FormJoyVIEW->VLCPlugin->playlist->play();
The IDE recognizes the BaseURL member and compiles fine. Is this the wrong way to assign a stream URL to the player and play it?
Thanks!