tedbarnett / VideoWatcher

An iOS app that allows users to review their video files and highlight favorite moments
2 stars 0 forks source link

Play random video files in 6-panel window #1

Closed tedbarnett closed 1 year ago

tedbarnett commented 1 year ago

Core feature is to randomly select videos (from local storage in v1.0) and play them in 6 panels filling the screen of an iOS device.

tedbarnett commented 1 year ago

Looks like only 5 of the panels are working. The bottom left one (on my iPhone) is blank always.

tedbarnett commented 1 year ago

image

bhautikpatoliya004 commented 1 year ago

@tedbarnett Do you still get this issue? Currently, I added a label on a panel with the video name which is not able play.

tedbarnett commented 1 year ago

Not getting that issue now and I did see the error message. That must be what happened before. We will have to figure out how to handle un-playable videos later (add to a list?) but your solution works! I will close this issue.