H5 Page-V2
【Recommend 】LiveV2 H5 page usage instructions document
Provides an independent live broadcast window, which can be embedded into the required page through iframe. The parameters in the link can be used to control the live media server node, stream type, whether to display node information, whether to display imei information, etc.
Parameter Name | Type | Required/Optional | Optional Value | Default Value | Description |
---|---|---|---|---|---|
deviceId | String | Required | — | — | Device ID (deviceId): The number that uniquely identifies the device. Used to specify the device to which the video stream to be queried belongs. |
channelId | String | Required | 1-16 | — | Channel Number (channelId): The channel number that identifies the video stream. Used to specify the specific channel of the video stream to be queried. |
token | String | Required | — | — | Authentication token, used to verify user permissions. By providing a valid token, ensure that only authorized users can access the page. |
bitStream | Number | Optional | 0/1 | 1 | Stream type; 0 is the main stream; 1 is the sub-stream. |
streaming | String | Optional | singapore-1/singapore-2/southAfrica-1/uae-1/india-1/eU-1, etc. | singapore-1 | Live streaming media; for specific optional values, please refer to the liveNodes data obtained by the getNodes interface in openApi. Use the nodeValue in it to select live streaming media. |
showTop | boolean | Optional | true/false | true | Whether to disable the display at the top, which displays the current live streaming type and bitstream type. |
showBottom | boolean | optional | true/false | true | Whether to disable the display below, the display content is imei-ch. |
1.
2.
device ID
and channel number
, as well as the token
parameter.3.
4.
Device ID
and Channel Number
in the parameters are correct, otherwise the video stream may not be queried correctly or incorrect results may be displayed.token
parameters to others, otherwise it may allow unauthorized users to access the page or obtain sensitive information.Modified at 2025-02-14 10:09:49