NovaCloud-en-uat
  1. Real-Time Control
NovaCloud-en-uat
  • API Access Guide
  • Common HTTP Status Codes
  • VNNOX
    • Players
      • Player Management
        • Obtaining Player List
      • Obtaining Player Status
        • Obtaining Basic Player Information
        • Obtaining Player Configuration Status
      • Real-Time Control
        • NTP Time Synchronization
          POST
        • Synchronous Playback
          POST
        • Brightness Adjustment
          POST
        • Screenshots
          POST
        • Volume Adjustment
          POST
        • Video Source Switching
          POST
        • Screen Status
          POST
        • Restart Players
          POST
        • Screen Power
          POST
    • Solutions
      • Emergency Insertion
        • Single-Page Emergency Insertion Solutions
        • Canceling Emergency Insertion Solutions
      • 超规格开关
      • 节目超规格检测
      • Common Solutions
    • Logs
      • Play Logs
        • Batch Searching for Play Log Overviews
        • Batch Searching for Play Log Details
        • Searching for the Play Log Detail of a Single Player
        • Searching for the Play Log Overview of a Single Player
      • Obtaining Control Command Execution Logs
    • Notifications
      • Video Source Change Notifications
      • Solution Change Notifications
  • VNNOXCare
    • Notes
    • Device Status Monitoring
      • Input Source
        • Monitor Infomation
      • Master Controller
        • Basic Information
        • Alarm Information
        • Controller Operation Monitoring Information
      • Screen
        • Monitoring Information
      • Receiving Card
        • Basic Information
        • Monitoring Information
        • Alarm Information
      • Smart Module
        • Monitor Infomation
        • Alarm Infomation
      • module
        • Monitor Infomation
  • Common
    • Third-Party System Authorization
      • Obtaining User List
      • Obtaining VNNOX System Access URL
  • 亮度历史
    POST
  1. Real-Time Control

Synchronous Playback

开发中
POST
/v2/player/real-time-control/simulcast
1.
This interface is used for synchronous playback settings.
2.
Before enabling synchronous playback, you must enable either LoRa or GPS time synchronization.
3.
Sub-accounts can only manage data within their specific workgroup and its sub-workgroups.
4.
Advanced interface.

请求参数

Header 参数

Body 参数application/json

示例
{
     "playerIds": [
        "788fcd80eae568bd77e0ad6e9bcff405",
       "a25e9cfb225c5fcb4d479b3d9509f09b"
    ],
    "option":1
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://open-uat.vnnox.com/v2/player/real-time-control/simulcast' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
     "playerIds": [
        "788fcd80eae568bd77e0ad6e9bcff405",
       "a25e9cfb225c5fcb4d479b3d9509f09b"
    ],
    "option":1
}'

返回响应

🟢200OK
application/json
Body

示例
{
    "logid": 1589335156480,
    "status": 0,
    "success": [
        "788fcd80eae568bd77e0ad6e9bcff405",
        "a25e9cfb225c5fcb4d479b3d9509f09b"
    ],
    "fail": []
}
修改于 2024-07-03 07:32:00
上一页
NTP Time Synchronization
下一页
Brightness Adjustment
Built with