Skip to content

Commit

Permalink
extend simulcast scenario with vp8 codec
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrobdolby committed Nov 12, 2024
1 parent c94ca35 commit f8dfce1
Showing 1 changed file with 8 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Feature: Simulcast Feature

Scenario: Publisher connects with simulcast and viewer select layers
Scenario: Publisher connects with codec: <codec>, simulcast: true and viewer select layers
Given the "publisher1" opens "Publisher" app
When the "publisher1" starts the stream with the specified options
| codec | h264 |
| simulcast | true |
| codec | <codec> |
| simulcast | true |
And the "publisher1" stream should be LIVE

When the "viewer1" opens "Viewer" app and is ready to be connected
Expand All @@ -21,3 +21,8 @@ Feature: Simulcast Feature

When the "viewer1" selects simulcast layer with encodingId "q"
Then the "viewer1" verifies video resolution for layer "q"

Examples:
| codec |
| h264 |
| vp8 |

0 comments on commit f8dfce1

Please sign in to comment.