diff --git a/gec22_demo/vlc-oml.oedl b/gec22_demo/vlc-oml.oedl index 938f682..40e3d30 100644 --- a/gec22_demo/vlc-oml.oedl +++ b/gec22_demo/vlc-oml.oedl @@ -17,7 +17,7 @@ # [1] http://witestlab.poly.edu/site/page/oml-enabled-applications defApplication('vlc') do |app| - app.quiet = true + #app.quiet = true app.binary_path = "/usr/bin/vlc" app.description = "OML-Instrumented VLC multimedia player and streamer" app.defProperty( @@ -89,4 +89,4 @@ defApplication('vlc') do |app| mp.defMetric('timeSession_s',:float) mp.defMetric('timeChunk_s',:float) end -end \ No newline at end of file +end