forked from turboladen/rtsp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b1772e2
commit ccab658
Showing
4 changed files
with
30 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
Feature: Control stream from an RTSP server | ||
As an RTSP consumer | ||
I want to be able to control RTSP streams from a server | ||
So that I can view its contents as I desire | ||
|
||
@wip | ||
Scenario: Play single stream | ||
Given an RTSP server at "10.221.222.235" and port 9010 and URL "" | ||
When I play a stream from that server | ||
Then I should not receive any errors | ||
And I should receive data on the same port | ||
|
||
Scenario: Play then pause single stream | ||
Given an RTSP server at "10.221.222.235" and port 9010 and URL "" | ||
When I play a stream from that server for 10 seconds | ||
And I pause that stream | ||
Then I should not receive data on the same port | ||
|
||
Scenario: Play two streams individually and simultaneously | ||
|
||
Scenario: Play then pause two streams individually and simultaneously | ||
|
||
Scenario: Play two streams using the aggregate control URL | ||
|
||
Scenario: Play then pause two streams using the aggregate control URL | ||
|
This file was deleted.
Oops, something went wrong.
4 changes: 2 additions & 2 deletions
4
...efinitions/pull_stream_as_client_steps.rb → ...itions/control_streams_as_client_steps.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters