View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002174 | NoesisGUI | C# SDK | public | 2021-10-29 04:37 | 2021-12-10 14:59 |
| Reporter | DavidYawCSpeed | Assigned To | hcpizzi | ||
| Priority | normal | Severity | major | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.1.1 | ||||
| Target Version | 3.1.3 | Fixed in Version | 3.1.2 | ||
| Summary | 0002174: MediaPlayer: Errors when calling methods rapid-fire | ||||
| Description | I'm getting various errors when I call various methods on MediaElement rapid-fire. I haven't tried every combination, but I have found this:
I could implement a wrapper around MediaElement to check for these timing requirements, and wait until the required time is elapsed, but I would need to know which combinations of methods cannot be called rapid-fire, and I'd need some way to know when it's good to call the method again. I could just implement a hard 3 second delay between each call, but the actual time required is probably different for different video files, so a real solution would probably involve interacting with the 'mp' utility to know when it's safe to call again. | ||||
| Steps To Reproduce | My testing code: Start a video playing, and then run this method:
| ||||
| Platform | Linux | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-10-29 04:37 | DavidYawCSpeed | New Issue | |
| 2021-10-29 10:33 | sfernandez | Assigned To | => hcpizzi |
| 2021-10-29 10:33 | sfernandez | Status | new => assigned |
| 2021-10-29 10:33 | sfernandez | Target Version | => 3.1.3 |
| 2021-12-10 14:59 | hcpizzi | Status | assigned => resolved |
| 2021-12-10 14:59 | hcpizzi | Resolution | open => fixed |
| 2021-12-10 14:59 | hcpizzi | Fixed in Version | => 3.1.2 |