diff --git a/app/templates/runs/detail.html b/app/templates/runs/detail.html index 4c5e003..7bfaa18 100644 --- a/app/templates/runs/detail.html +++ b/app/templates/runs/detail.html @@ -88,18 +88,36 @@ - - {% if run.status == 'rendering' %} -
+ + {% if run.status == 'rendering' or run.ipfs_playlist_cid %} +

- - Live Preview + {% if run.status == 'rendering' %} + + Live Preview + {% else %} + + Video + {% endif %}

-
Connecting...
+
+ +
+ + +
+
Connecting...
+
- +
@@ -107,25 +125,35 @@
-
- Stream URL: /runs/{{ run.run_id }}/hls/stream.m3u8 +
+ Stream: /runs/{{ run.run_id }}/playlist.m3u8 +