View Single Post
  #1 (permalink)  
Old 18th July 2004
gcyf gcyf is offline
Junior Member
BS.Player Newbie
 
Join Date: Jul 2004
Posts: 2
Rep Power: 0
gcyf is an unknown quantity at this point
Default Bug of loading *.srt with the newest version BSPlayer

I found a bug that made the BSPlayer be freeze when loading a *.srt subtitle. The problem was caused if the sequence number in the *.srt was not in order or some sequence number was missed. Below is a sample of the *.srt missing sequence number:

1 <-- sequence number 1
00:00:15,000 --> 00:00:17,000
Hello!

3 <-- sequence number 3 but 2 is missing
00:00:19,000 --> 00:00:21,000
Hi!

4 <-- sequence number 4
00:00:22,000 --> 00:00:24,000
How are you?


This style subtitle would freeze the BSPlayer while loading
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20