Workflow
00:00 Intro
00:29 Mp4 URLS & DRM
03:15 Gumlet URLS via the workspace & asset id
05:28 Embed code
06:50 Embed params
Docs:
Video URLs pattern Notion
Embed parameters https://docs.gumlet.com/docs/embed-stream#parameter-reference
Processing settings Processing Settings
Using Gumlet video on different platforms https://docs.gumlet.com/docs/video-player-developers
In summation
You can either use
a. Share URL = gumlet.tv/watch/{asset_id}
b. Embed URL = play.gumlet.io/embed/{asset_id}
c .Embed code
on most platforms to distribute videos on Gumlet
If you have a video player of your choice , you can use playback url / raw video URL in mp4 or HLS (m3u8) mainly
- Playback URL if output=HLS : https://video.gumlet.io/{{workspace_id}}/{{asset_id}}/main.m3u8
- Playback URL if output=MP4 : https://video.gumlet.io/{{workspace_id}}/{{asset_id}}/main.mp4
Related Video