awstreamer/gst_pipeline/cmd_pipeline.py [28:33]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            cwd_path = os.getcwd()
            file_path = os.path.abspath(os.path.dirname(__file__))
            if len(file_path) > len(cwd_path):
                diff_path = file_path.replace(cwd_path, '')
                diff_path = os.path.normpath(diff_path)
                plugin_path = os.path.join(diff_path, plugin_path)[1:]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



awstreamer/gst_pipeline/stream_client.py [77:82]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        cwd_path = os.getcwd()
        file_path = os.path.abspath(os.path.dirname(__file__))
        if len(file_path) > len(cwd_path):
            diff_path = file_path.replace(cwd_path, '')
            diff_path = os.path.normpath(diff_path)
            plugin_path = os.path.join(diff_path, plugin_path)[1:]
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



