BetterVideoPlayer
BetterVideoPlayer copied to clipboard
How can I play a .ts in BetterVideoPlayer?
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?
BetterVideoPlayer uses Android's native MediaPlayer API. If native library does not support ".ts" files, I'm afraid neither BetterVideoPlayer does.