OvenMediaEngine Enterprise
한국어
한국어
  • About
    • Introduction
    • Release Notes
      • 0.18.2
      • 0.18.1
      • 0.18.0
      • 0.17.3
      • 0.17.2
      • 0.17.1
      • 0.17.0
      • 0.16.8
      • 0.16.7
      • 0.16.6
      • 0.16.5
      • 0.16.4
  • Installation
    • Getting Started
      • Getting Started with Ubuntu
      • Getting Started with RHEL
      • Getting Started with Docker
    • Configuration Structure Overview
  • Web Console
    • Getting Started with Web Console
    • Web Console Overview
      • Sign In
      • Change Password
      • Web Console Home
      • Stream List
        • Managed and Instant Streams
        • Scheduled Channels | 0.16.4.0+
        • Multiplex Channels | 0.16.5.0+
      • Event Monitoring | 0.18.1.0+
        • Event Configuration
        • Event Specification
      • Web Console Publishing | 0.18.1.2+
      • Logs
      • Configuration Files
      • Restart
  • Web Console Settings
    • Server Settings
    • Live Sources (Ingress Protocols) Settings
    • ABR and Transcoding Settings
    • Streaming (Egress Protocols) Settings
    • TLS Encryption Settings | 0.14.0.0+
    • Access Control Settings
    • Thumbnail Settings | 0.15.7.0+
    • Recording Settings | 0.16.5.0+
    • Push Publishing Settings | 0.15.14.0+
    • REST API Settings | 0.11.0.0+
    • Alert Settings | 0.15.11.0+
  • CDN Compatibility
    • Origin Server Redundancy
    • Origin Cache Control
  • Protection
    • RTMP Authentication | 0.17.2.0+
    • Proxy Protocol Integration | 0.16.6.2+
    • Digital Rights Management (DRM)
      • OvenMediaEngine Configuration for DRM | 0.16.0.0+
      • PallyCon DRM Configuration | 0.16.4.0+
  • Performance
    • Hardware-Accelerated Video Encoding | 0.16.4.0+
  • Event Insertion
    • Insert SEI into H.264 (AVC) Streams | v0.18.0.0+
    • Insert AMF0 messages in RTMP Push Publisher | 0.17.3.0+
  • Monetization
    • Insert Ad Markers (EXT-X-CUE-OUT/EXT-X-CUE-IN) | v0.17.3.0+
    • Insert onCuePoint messages into YouTube Live | 0.17.3.0+
  • Advanced Management
    • Generate Audio PTS | 0.17.2.3+
    • API Storage | 0.17.0.0+
    • Restart Application | 0.17.0.0+
    • Record Delivery | 0.16.5.0+
    • Add Delay to the Stream
    • Control Default Playlist Creation
  • REST API
    • v2
      • Statistics
        • Current
Powered by GitBook
On this page
  • API 인터페이스
  • Web Console에서 재시작하기
  • Stream List에서 Application 재시작하기
  • Settings에서 Application 재시작하기
  1. Advanced Management

Restart Application | 0.17.0.0+

OvenMediaEngine Enterprise 0.17.0.0-1 버전부터 Restart Application 기능을 지원합니다.

Restart Application 기능을 통해 서비스 운영 중에 OvenMediaEngine의 재시작 없이 Application의 구성 변경 사항을 개별적으로 적용 할 수 있습니다. 해당 Application을 제외한 다른 Application들의 클라이언트 연결은 모두 유지됩니다.

API 인터페이스

Request

POST /v1/vhosts/{vhost}/apps/{app}:restart

Header

Authorization: Basic {credentials}

# Authorization
    Credentials for HTTP Basic Authentication created with <AccessToken>

Responses

200 Ok

The request has succeeded

Header

Content-Type: application/json

Body

{
    "message": "OK",
    "statusCode": 200
}
401 Unauthorized

Authentication required

Header

WWW-Authenticate: Basic realm=”OvenMediaEngine”

Body

{
    "message": "[HTTP] Authorization header is required to call API (401)",
    "statusCode": 401
}
404 Not Found

The given vhost name or application name could not be found.

Body

{
    "message": "[HTTP] Could not find the application: [default/app2] (404)",
    "statusCode": 404
}

Web Console에서 재시작하기

Stream List에서 Application 재시작하기

  • Stream List 좌측 상단에서 재시작할 Application을 선택하고 Restart 버튼을 눌러 해당 Application을 재시작할 수 있습니다.

Settings에서 Application 재시작하기

  1. Web Console 네비게이션 바 우측에 위치한 Settings 버튼을 눌러 Server Settings 페이지에 진입하십시오.

  2. 이후 스크롤을 내려 Virtual Hosts Settings 내 Applications에서 재시작하길 원하는 Application Name 우측에 위치한 Restart 버튼을 눌러 해당 Application을 재시작할 수 있습니다.

    • VirtualHost 내 Application이 여러 개라면 해당 Settings 화면에서 Application이 리스트로 나열됩니다.

PreviousAPI Storage | 0.17.0.0+NextRecord Delivery | 0.16.5.0+

Last updated 29 days ago