diff options
Diffstat (limited to 'src/flufigut.py')
-rwxr-xr-x | src/flufigut.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flufigut.py b/src/flufigut.py index 83e1220..25e86ac 100755 --- a/src/flufigut.py +++ b/src/flufigut.py @@ -416,7 +416,7 @@ if output_format == 'flumotion': flow['streamer'][name]['plugs']['sfive']['socket'] = globals['stats']['sfive']['socket'] flow['streamer'][name]['plugs']['sfive']['duration'] = globals['stats']['sfive']['duration'] flow['streamer'][name]['plugs']['sfive']['tags'] = globals['stats']['sfive']['tags'] - flow['streamer'][name]['plugs']['sfive']['hostname'] = '%s-%s%i' % (stream[cluster]['type'], cluster, idx+1) + flow['streamer'][name]['plugs']['sfive']['hostname'] = '%s%i' % (cluster, idx+1) flow['streamer'][name]['plugs']['sfive']['content-id'] = mux_name flow['streamer'][name]['plugs']['sfive']['format'] = format flow['streamer'][name]['plugs']['sfive']['quality'] = profile |