-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Currently, the streaming plugin supports :
- creating and destroying RTP mountpoints
- listing mountpoints
- getting information about a mountpoint
There is an example that demonstrate usage of these methods and a basic e2e test which does the same.
What this plugin currently misses (list may not be exhaustive) :
- e2e tests covering mountpoint creation / destruction events
- Support for "legacy" streams
- Support for non RTP mountpoints (live, ondemand, rtsp) + associated e2e tests + examples
- synchronous methods (edit, enable, disable, record) + associated e2e tests + examples
- asynchronous methods (watch, start, configure, pause, switch, stop) + associated e2e tests + examples
What would be required (at minimum) to implement so that the streaming plugin would qualify as non experimental ?
I mean, for my current needs jarust does what I need, so if just adding some e2e tests to cover mountpoint creation / destruction events would allow it to be marked non experimental I may try to add them. If more work is required I'm not sure I can justify this investment now.
Metadata
Metadata
Assignees
Labels
No labels