Viscom Software VideoCap ActiveX Control

RTMPUrl Property

Description:   

Get or Set the RTMP URL.

Usage:   

VideoCap1.RTMPUrl[= value]

Data Type:   

string

Example:   

This Visual Basic example 

Private Sub Form_Load()
        VideoCap1.BroadCast = True
        VideoCap1.BroadCastType=1
        VideoCap1.RTMPUrl  = "rtmp://yourip:1935/live/myStream"
        VideoCap1.RTMPVideoBitrate = 1000000
        VideoCap1.RTMPAudioBitrate = 128000
        VideoCap1.RTMPH264Profile = 0
        VideoCap1.RTMPAudioSamples=48000
        VideoCap1.RTMPVideoQuality = 1
       VideoCap1.Start
End Sub


Value:   

 65536