Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 807 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 807 Bytes

Native Channel Change Test Application

GStreamer based multiple stream change test application for stability and stress.

Configuration options

Use -DCYCLE_URLS=1 to enable cycling through the test streams.

Use -DPLAY_DURATION_SEC=<seconds> to configure the playback duration of a stream.

Yocto recipe integration

Click to see sample recipe file
DESCRIPTION = "GStreamer channel change test application."
SECTION = "Apps"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e23cb771753baa8f600785009ab29222"

DEPENDS = "gstreamer1.0"

SRCREV = "${AUTOREV}"
SRC_URI = "git://github.com/arun-madhavan-013/gstreamer-channelchange-testapp.git;protocol=https;branch=master"

S = "${WORKDIR}/git"
inherit pkgconfig cmake