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
  • Configuration
  • Server.xml을 이용한 설정
  • Web Console을 이용한 설정
  • Post Configuration
  • Web Console Event Log 디렉터리 설정
  • Event Specification
  1. Web Console
  2. Web Console Overview
  3. Event Monitoring | 0.18.1.0+

Event Configuration

Configuration

Event Monitoring은 Server.xml 수정 또는 Web Console을 통해 설정 할 수 있습니다.

Server.xml을 이용한 설정

Event Monitoring을 활성화 하기 위해서 Server.xml에 관련 설정을 추가합니다.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<Server version="8">

 <Monitoring>
    <Events>
      <Level>info</Level>
      <Log>
        <Enabled>true</Enabled>
        <Path>/var/log/ovenmediaengine</Path>
      </Log>
    </Events>
  </Monitoring>

</Server>
Parameter
Required
Description

<Events><Level>

N

Event Log는 동작에 따라 다른 레벨을 가지고 있습니다. 설정 가능한 값은 trace, debug, info, warn, error 이며 기본값은 debug입니다.

<Events><Log><Enabled>

Y

true, false로 Event Log 기능을 활성화, 비활성화 할 수 있습니다.

<Events><Log><Path>

N

Event Log 파일이 저장되는 디렉토리를 지정합니다. 기본 디렉토리는 /var/log/ovenmediaengine입니다.

Server.xml을 수정한 경우 OvenMediaEngine 및 웹 콘솔 재시작이 필요합니다.

Web Console을 이용한 설정

Web Console의 Server Settings 페이지에서 UI를 통해 Event Monitoring 기능을 활성화 할 수 있습니다.

  1. 화면 우측상단의 네비게이션을 이용해 Settings → Server 페이지에 진입합니다.

  2. Monitoring 섹션에 설정 값을 세팅합니다. 2-1. level: Event Log의 레벨을 설정합니다. 2-2. Log Enabled: Evnet Log를 활성화 하기 위해 true로 설정합니다. 2-3. Log Path: Event Log가 저장될 디렉토리를 설정합니다. 빈 값으로 설정하면 OvenMediaEngine의 기본 Log 저장 디렉토리인 /var/log/ovenmediaengine 내 event.log파일로 저장됩니다.

  3. 설정 값들을 세팅한 후 상단의 Update Changes버튼을 클릭해 변경 사항을 적용합니다.

변경 사항을 적용하면 OvenMediaEngine이 자동 재시작 됩니다.

Post Configuration

Web Console Event Log 디렉터리 설정

기본 설정값인 /var/log/ovenmediaengine 디렉토리를 사용하는 경우에는 별도의 설정이 필요하지 않습니다.

기록된 Event Log를 Web Console과 동기화 하기 위해서는 설정된 LogPath와 Web Console의 환경 변수를동일하게 맞춰야 합니다.

system.env에 환경 변수를 추가하여 변경한 Event Log 디렉토리를 설정할 수있습니다.

OS_ENGINE_MONITORING_EVENT_PATH=/your/eventlog/directory

Event Specification

Event Log로 기록되는 Event 형식 및 Evnet 목록의 상세 내용을 확인하려면 Event Specification 문서를 참조하시기 바랍니다.

PreviousEvent Monitoring | 0.18.1.0+NextEvent Specification

Last updated 23 days ago