Viscom Software VideoCap ActiveX Control

RTMPMinGOPlength Property

Description:   

Set/Get minimum length of the GOP when streaming RTMP. This is because the encoder might decide that it makes sense to add a keyframe before the RTMPMinGOPlength value.so can you put a limit

Usage:   

VideoCap1.RTMPMinGOPlength[= value]


Data Type:   

integer

Example:   

This Visual Basic example 

Private Sub Form_Load()
        VideoCap1.BroadCast = True
        VideoCap1.BroadCastType=1
        VideoCap1.RTMPMinGOPlength=25
        VideoCap1.RTMPFPS =25
        VideoCap1.RTMPOutputFLV = true
        VideoCap1.RTMPOutputFileName="c:\yourfolder\output.flv"
        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:   

 true or false