rtmpUrl property
getter/setter pair
- Description: The destination URL (RTMP) when you publish to Tencent Cloud or a third-party CDN.
- Value: The URLs of different CDN providers may vary greatly in format. Please enter a valid URL as required by your service provider. TRTC's backend server will push audio/video streams in the standard format to the URL you provide.
- Note: The URL must be in RTMP format. It must also meet the requirements of your service provider, or your service provider may reject push requests from the TRTC backend.
Implementation
String rtmpUrl;