Iot integration in video streaming#195
Conversation
smileyrekiere
left a comment
There was a problem hiding this comment.
See the example uses a dash url, is there information on how this is created so that someone may replicate the test, or a confluence
|
| json.dump(data, file, indent=4) | ||
|
|
||
|
|
||
| def duration_to_seconds(duration): |
There was a problem hiding this comment.
This the duration_to_seconds() duplicates LFCliBase::parse_time(), why not call parse_time?
memnochproxy
left a comment
There was a problem hiding this comment.
Please use LFCliBase::parse_time().
| thread = threading.Thread(target=trigger_iot, args=(iot_ip, iot_port, iot_iterations, iot_delay, iot_device_list, iot_testname, iot_increment)) | ||
| thread.start() | ||
| else: | ||
| total_secs = duration_to_seconds(args.duration) |
There was a problem hiding this comment.
Please call parse_time() here
There was a problem hiding this comment.
@memnochproxy ,Thanks for the suggestion! I’ve updated the PR to use LFCliBase.parse_time()
… running the video streaming test Signed-off-by: sivakondri-CT <kondru.sankar@candelatech.com>
…s into video streaming report
VERIFIED CLI 1 : python3 -u lf_interop_video_streaming.py --mgr 192.168.242.2 \
--duration 1m \
--url https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd \
--test_name videostreaming \
--webgui_incremental 1 \
--media_source dash \
--media_quality 4k \
--postcleanup \
--precleanup \
--iot_test \
--iot_testname "IotVideoStreaming"
VERIFIED CLI 2 : python3 -u lf_interop_video_streaming.py --mgr 192.168.242.2 \
--duration 1m \
--url https://dash.akamaized.net/akamai/bbb_30fps/bbb_30fps.mpd \
--test_name videostreaming \
--webgui_incremental 1 \
--media_source dash \
--media_quality 4k \
--postcleanup \
--precleanup
Signed-off-by: sivakondri-CT <kondru.sankar@candelatech.com>
2d177d4 to
6b72405
Compare
No description provided.