BroadCastPublishingURL
Viscom Software VideoCap ActiveX Control |
BroadCastPublishingURL Property
Description: |
Connects to a publishing point on a Windows Media server. For example, if the URL is "http://MyServer/MyPublishingPoint", the push sink connects to the publishing point named MyPublishingPoint on the server named MyServer. The default port number is 80. If the server is using a different port, specify the port number in the URL. |
Usage: |
VideoCap1.BroadCastPublishingURL[= value] |
Data Type: |
String |
Example: |
This Visual Basic example : Private Sub Form_Load() |
Value: |
http://MyServer:8080/MyPublishingPoint |