BetterVideoPlayer icon indicating copy to clipboard operation
BetterVideoPlayer copied to clipboard

How can I play a .ts in BetterVideoPlayer?

Open zhangzhu95 opened this issue 7 years ago • 1 comments

I started using "BetterVideoPlaye" recently to play stream links in my android application, such as .m3u8 and .mp4 files, but when I tried to play .ts files, the player didn't recognized the stream type...

Is there any way to play .ts files in BetterVideoPlayer?

zhangzhu95 avatar Sep 17 '17 12:09 zhangzhu95

BetterVideoPlayer uses Android's native MediaPlayer API. If native library does not support ".ts" files, I'm afraid neither BetterVideoPlayer does.

halilozercan avatar Sep 18 '17 06:09 halilozercan