jazzfool / iced_video_player

Video player component for Iced
Apache License 2.0
112 stars 16 forks source link

v4l2(camera) fail to seek #6

Closed skygrango closed 6 months ago

skygrango commented 6 months ago

This is an interesting project. great job !

As far as I know playbin can support v4l2 (camera) images by using uri="v4l2:///dev/video0" , but after I tested it, the message I got was "fail to seek"

did I miss something ?

skygrango commented 6 months ago

There is a seek function in the restart_stream function. I should not call restart_stream.