|
79 | 79 | 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 |
80 | 80 | --test_name video_streaming_test --robot_test --robot_ip 192.168.204.101 --coordinate 3,4 --rotation 30,70 |
81 | 81 |
|
| 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 | +
|
82 | 92 | SCRIPT CLASSIFICATION: Test |
83 | 93 |
|
84 | 94 | SCRIPT_CATEGORIES: Performance, Functional, Report Generation |
@@ -2791,6 +2801,16 @@ def main(): |
2791 | 2801 | 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 |
2792 | 2802 | --test_name video_streaming_test --robot_test --robot_ip 192.168.204.101 --coordinate 3,4 --rotation 30,70 |
2793 | 2803 |
|
| 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 | +
|
2794 | 2814 | SCRIPT CLASSIFICATION: Test |
2795 | 2815 |
|
2796 | 2816 | SCRIPT_CATEGORIES: Performance, Functional, Report Generation |
|
0 commit comments