2019-07-24 16:33:01 +02:00
|
|
|
#!/bin/bash
|
2016-06-20 07:39:15 -07:00
|
|
|
# Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
|
|
|
|
|
#
|
|
|
|
|
# Use of this source code is governed by a BSD-style license
|
|
|
|
|
# that can be found in the LICENSE file in the root of the source
|
|
|
|
|
# tree. An additional intellectual property rights grant can be found
|
|
|
|
|
# in the file PATENTS. All contributing project authors may
|
|
|
|
|
# be found in the AUTHORS file in the root of the source tree.
|
2019-07-24 16:33:01 +02:00
|
|
|
BASE_DIR=`dirname $0`
|
|
|
|
|
python "${BASE_DIR}/rtp_analyzer.py" $@ --working_dir $BASE_DIR
|