colthreepv / colthreepv/angular-media-player
Directive reloads the audio file after it's ended
- Dominant language
- JavaScript
- Stars
- 228
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
I have a single audio file. On ranged streams, the server returns 206 and the range.
If I play it, and let it end, then press play again, the library will reload the file.
This does not happen in case I have the same `` element alone in the page.
Contributor guide
No contributing guide indexed for this repository
Research direction
Reproduce the issue with a single audio file served as a ranged 206 response, then compare replay behavior with the same audio element outside the directive. Inspect the AngularJS directive's handling of playback ending and replay, and confirm that pressing play again reuses the existing file instead of reloading it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- angularjs, javascript
- Domain
- audio-video-rtc, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100