Hi,
I want to add video from my local drive to be served in Dash app, how can I do it?
I tried using static or assets folders together with html.Video(src=app.get_asset_url(‘my_video.mp4’))
but it doesn’t work.
1 post - 1 participant
Hi,
I want to add video from my local drive to be served in Dash app, how can I do it?
I tried using static or assets folders together with html.Video(src=app.get_asset_url(‘my_video.mp4’))
but it doesn’t work.
1 post - 1 participant