openframeworks / openframeworks/openFrameworks
ofAVFoundationPlayer doesn't support OF_LOOP_PALINDROME
Open
Nobody has claimed this yet.
bug
regression
section-video
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
Only supports normal looping and logs a warning if you try to set palindrome looping:
Seems like a core feature to not support...should this be milestoned to 0.9? I don't see any team names for video so I'll mention @prisonerjohn @obviousjim :)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at libs/openFrameworks/video/ofAVFoundationPlayer.mm around lines 325-327, where palindrome looping is reported as unsupported. Trace how OF_LOOP_PALINDROME is handled and compare it with normal looping. Done means the AVFoundation player supports palindrome looping without issuing the current warning.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- audio-video-rtc
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100