Skip to content

GStreamer application which will play video streams in cyclic order - plays each video for a particular duration. Useful for stress-testing platform capabilities.

License

Notifications You must be signed in to change notification settings

arun-madhavan-013/gstreamer-channelchange-testapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

GStreamer application which will play video streams in cyclic order - plays each video for a particular duration. Useful for stress-testing platform capabilities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published