annotate web/ascoltami/index.html @ 2458:0e27ba33118c default tip

better blender<->asco playback cooperation. still no play support in blender; only seek
author drewp@bigasterisk.com
date Tue, 20 May 2025 16:25:06 -0700
parents 06da5db2fafe
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2050
7ed414bdaab9 wip porting asco to TS and not-jquery
drewp@bigasterisk.com
parents: 1928
diff changeset
1 <!DOCTYPE html>
7ed414bdaab9 wip porting asco to TS and not-jquery
drewp@bigasterisk.com
parents: 1928
diff changeset
2 <html>
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
3 <head>
1928
1cb63991eb19 asco use cyclone templating instead of genshi
Drew Perttula <drewp@bigasterisk.com>
parents: 1845
diff changeset
4 <title>ascoltami on {{host}}</title>
2372
06bf6dae8e64 reorg tools into light9/web/ and a single vite instance
drewp@bigasterisk.com
parents: 2364
diff changeset
5 <link rel="stylesheet" href="../style.css" />
2439
06da5db2fafe rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents: 2376
diff changeset
6 <meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=.7" />
2372
06bf6dae8e64 reorg tools into light9/web/ and a single vite instance
drewp@bigasterisk.com
parents: 2364
diff changeset
7 <script type="module" src="./Light9AscoltamiUi"></script>
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
8 </head>
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
9 <body>
2439
06da5db2fafe rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents: 2376
diff changeset
10 <light9-ascoltami-ui></light9-ascoltami-ui>
06da5db2fafe rewrite ascoltami to use the graph for more playback data
drewp@bigasterisk.com
parents: 2376
diff changeset
11 <p><a href="">reload</a></p>
529
1156d3531327 new ascoltami2, using gstreamer
drewp@bigasterisk.com
parents:
diff changeset
12 </body>
788
8d87a3528369 go button support
drewp@bigasterisk.com
parents: 732
diff changeset
13 </html>