How to convert a string to srt file
I have a string, in which the timing is formatted correctly like a SRT file. I also have ExpPlayer for displaying videos. I want to use this string in ExoPlayer as SRT file, how to do that? For example this string: const val SRT_STRING = "1\n" + "00:01:52,042 –> 00:01:57,917\n" + "When the child was… Read More How to convert a string to srt file