1
mirror of https://github.com/streamlink/streamlink synced 2024-09-11 05:57:52 +02:00
streamlink/tests
Christopher Rosell 6a8f2341ce Add ability to choose stream type preference.
When there are multiple streams with same name
but different streaming types, a priority system
is used.

API: plugin.get_streams(priority=["rtmp", "hls", ...])
CLI: --stream-priority rtmp,hls,http,akamaihd
2012-12-29 21:48:10 +01:00
..
plugins Add ability to choose stream type preference. 2012-12-29 21:48:10 +01:00
__init__.py Add some unit testing. 2012-11-19 03:47:13 +01:00
test_log.py Fix unit tests. 2012-11-19 20:35:55 +01:00
test_options.py Add some unit testing. 2012-11-19 03:47:13 +01:00
test_plugin_stream.py Update tests. 2012-12-11 17:35:34 +01:00
test_session.py Add ability to choose stream type preference. 2012-12-29 21:48:10 +01:00