-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
Description
Problem
Currently, the links in the iNote images lead a user back to the ClassTranscribe video to the respective chapter timestamp. However, based on in-person discussions and future goals, it would be beneficial to redirect users to the source of the video (YouTube, Kaltura, Box).
Challenges
- The EPub object currently does not track the ID of the media from its source.
- It needs to be retrieved from the
getMediaByIdAPI call - The ID needs to be passed along to the EPubData object to integrate into the chapter data
- The source link needs to be reconstructed.
- The timestamp should be used to offset the start time of the external link.
Edge Cases
- Box does not support timestamps for the start time
- Some videos may not have the
jsonMetadataobject for their original source (Uploaded videos)