H5 Page-V2
【Recommend 】LiveV2 H5 page usage instructions document
1. Page overview
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.
2. Access address
3. Parameter description
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/EU-2, 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. |
4. Instructions for use
- Enter the provided address into your browser.
- Enter the parameters according to the page prompts. Make sure the parameters contain the correct
device ID
andchannel number
, as well as thetoken
parameter. - Click the query button or press the Enter key, and the page will display the device data within the specified time period.
- The page will display the real-time video stream of the specified channel of the specified device. Users can watch the real-time operation of the device.
5. Precautions
- Please make sure that the
Device ID
andChannel Number
in the parameters are correct, otherwise the video stream may not be queried correctly or incorrect results may be displayed. - Do not disclose the
token
parameters to others, otherwise it may allow unauthorized users to access the page or obtain sensitive information. - Page loading and data query may take some time, please be patient.
- If you encounter other problems, please contact technical support for assistance.
Last modified: 2 个月前