- the issue appear du the fact that _streamNames array is initialized only after the play method has been called
- until play _streamNames array is null so the quality level is always set to 0
- from now on, the setQualityLevelForStreamName is called inside play method