How to add local video?

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.

hm that’s odd, this should work. i believe there are several other threads in the forum that demonstrate this working. have you tried searching for other threads?