If enable HLS and HTTP-TS, SRS can't identify the protocol(HLS or HTTP-TS) when viewer accesses the url http://x/y/z.ts, because it might be HTTP-TS or HLS file.
So, we should detect the conflict for HLS and HTTP-TS, which should return error when enable both.
See #3389 (comment)