Uses of Class
com.vonage.client.video.Rtmp
Packages that use Rtmp
-
Uses of Rtmp in com.vonage.client.video
Methods in com.vonage.client.video that return RtmpModifier and TypeMethodDescriptionRtmp.Builder.build()Constructs a Rtmp instance with this builder's properties.Methods in com.vonage.client.video that return types with arguments of type RtmpModifier and TypeMethodDescriptionBroadcastUrls.getRtmps()If you specified RTMP stream endpoints, this property will be non-null.Methods in com.vonage.client.video with parameters of type RtmpModifier and TypeMethodDescriptionBroadcast.Builder.addRtmpStream(Rtmp rtmp) (OPTIONAL, but REQUIRED if HLS is unspecified) You can specify up to five target RTMP streams (or just one).Method parameters in com.vonage.client.video with type arguments of type RtmpModifier and TypeMethodDescriptionBroadcast.Builder.rtmpStreams(Collection<Rtmp> rtmps) (OPTIONAL, but REQUIRED if HLS is unspecified) You can specify up to five target RTMP streams (or just one).