research.package icon indicating copy to clipboard operation
research.package copied to clipboard

Research Package - Add media step

Open bardram opened this issue 1 year ago • 2 comments

An RPStep implementation which can display a video or image as a step during surveys

Open questions:

  • Where to upload the media? (YouTube? Resources on the portal? Any link?)
    • You can parse the URL with a regex to decide what kind of player to use (YouTube/other)
  • What kind of media to support?
  • Pictures?
  • Audio files?

bardram avatar Sep 04 '24 09:09 bardram

Resources should be:

  • audio
  • video
  • image

all accessible from an URL or a Flutter asset.

bardram avatar Sep 04 '24 09:09 bardram

For video - use https://pub.dev/packages/video_player ?

bardram avatar Sep 17 '24 11:09 bardram