Skip to content

Commit 89479b1

Browse files
kadalinikhitagoyalsaurabh06
authored andcommitted
lf_interop_video_streaming.py: Add example CLI
- Added CLI example demonstrating video streaming using a LANforge-hosted HTTP URL VERIFIED CLI: python3 lf_interop_video_streaming.py --mgr 192.168.207.78 --url http://192.168.204.63/kalki/kalki.mpd --media_source dash --media_quality 1080P --duration 1m --debug --test_name video_streaming_test --robot_test --robot_ip 192.168.204.101 --coordinate 3,4 --rotation 30,90 Signed-off-by: Nikhita <kadali.nikhita@candelatech.com>
1 parent 0f8d84d commit 89479b1

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

py-scripts/lf_interop_video_streaming.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,16 @@
7979
python3 lf_interop_video_streaming.py --mgr 192.168.207.78 --url "https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8" --media_source hls --media_quality 1080P --duration 1m --debug
8080
--test_name video_streaming_test --robot_test --robot_ip 192.168.204.101 --coordinate 3,4 --rotation 30,70
8181
82+
Example-15:
83+
Command Line Interface to run Video Streaming test using a DASH stream hosted on the local LANforge server
84+
python3 lf_interop_video_streaming.py --mgr 192.168.207.78 --url "http://192.168.204.63/kalki/kalki.mpd" --media_source dash --media_quality 1080P --duration 1m --debug
85+
--test_name video_streaming_test
86+
87+
Example-16:
88+
Command Line Interface to run Video Streaming test using a DASH stream hosted on the local LANforge server with Robot at specified coordinates without any rotation
89+
python3 lf_interop_video_streaming.py --mgr 192.168.207.78 --url "http://192.168.204.63/kalki/kalki.mpd" --media_source dash --media_quality 1080P --duration 1m --debug
90+
--test_name video_streaming_test --robot_test --robot_ip 192.168.204.101 --coordinate 3,4
91+
8292
SCRIPT CLASSIFICATION: Test
8393
8494
SCRIPT_CATEGORIES: Performance, Functional, Report Generation
@@ -2791,6 +2801,16 @@ def main():
27912801
python3 lf_interop_video_streaming.py --mgr 192.168.207.78 --url "https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8" --media_source hls --media_quality 1080P --duration 1m --debug
27922802
--test_name video_streaming_test --robot_test --robot_ip 192.168.204.101 --coordinate 3,4 --rotation 30,70
27932803
2804+
Example-13:
2805+
Command Line Interface to run Video Streaming test using a DASH stream hosted on the local LANforge server
2806+
python3 lf_interop_video_streaming.py --mgr 192.168.207.78 --url "http://192.168.204.63/kalki/kalki.mpd" --media_source dash --media_quality 1080P --duration 1m --debug
2807+
--test_name video_streaming_test
2808+
2809+
Example-14:
2810+
Command Line Interface to run Video Streaming test using a DASH stream hosted on the local LANforge server with Robot at specified coordinates without any rotation
2811+
python3 lf_interop_video_streaming.py --mgr 192.168.207.78 --url "http://192.168.204.63/kalki/kalki.mpd" --media_source dash --media_quality 1080P --duration 1m --debug
2812+
--test_name video_streaming_test --robot_test --robot_ip 192.168.204.101 --coordinate 3,4
2813+
27942814
SCRIPT CLASSIFICATION: Test
27952815
27962816
SCRIPT_CATEGORIES: Performance, Functional, Report Generation

0 commit comments

Comments
 (0)