public IObservable <string> StreamError() { return(demuxerController.DemuxerError() .Merge(rtspClient.RTSPError())); }