View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004051 | MMW v4 | Player | public | 2007-11-29 01:38 | 2007-12-09 13:08 |
Reporter | Ludek | Assigned To | |||
Priority | immediate | Severity | crash | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.0 | ||||
Fixed in Version | 3.0 | ||||
Summary | 0004051: MMDS: MM can frreeze + INWMP3: doesn't play some mp3 streams | ||||
Description | As reported here: http://www.mediamonkey.com/forum/viewtopic.php?t=22945 The problems are reproducible by following this steps and using the podcast: Right Clicked on Podcasts Subscriptions > Subscribe to new podcast. Entered the feed link : http://www.cnet.com/i/pod/cnet_buzz.xml All the info got loaded. Pressed OK. Got a list of 133 files and first 10 are queued to download. I double click on one of them and the Now Playing window gets populated with ALL of the files (I didn't notice this before because I didn't have this window open) It tries to play it, after 2-3 sec it skips to the next one, so on. I press Pause and it freezes. Problem can be divided into 2 parts: 1) MM cannot play the stream - seems to be a problem in INWMP3 plugin because the debug line says: 49.08113663 [4540] INWMP3: Thread - problem, terminated 2) If I click pause to stop, MM freezes - seems to be problem of MMDS, because the last debug line is 53.00857774 [4540] MMDS: Pause starting The debug log (generated by me) is attached on our FTP. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1110 | ||||
|
1) It seems to be caused by stange URLs of individual episodes, for example: http://chkpt.zdnet.com/chkpt/1pcast.bole.111907/http://podcast-files.cnet.com/podcast/cnet_buzzoutloud_111907.mp3 Check out where's the root of this problem... 2) Fixed in build 1110. |
|
1) The root of this problem lies in the feed itself, it is presented like this http://chkpt.zdnet.com/chkpt/1pcast.bole.111907/http://podcast-files.cnet.com/podcast/cnet_buzzoutloud_111907.mp3 so I added prevention which transforms http://chkpt.zdnet.com/chkpt/1pcast.bole.111907/http://podcast-files.cnet.com/podcast/cnet_buzzoutloud_111907.mp3 to http://podcast-files.cnet.com/podcast/cnet_buzzoutloud_111907.mp3 so that it could be streamed properly. Fixed in build 1110. |
|
Fixed in build 1110. |
|
Verified 1115. |