dturing / node-gstreamer-superficial

Superficial gstreamer binding
MIT License
127 stars 45 forks source link

Example for receiving current Position #40

Closed infantilo closed 3 years ago

infantilo commented 3 years ago

Hi! Thanks for your great work!

Could you PLZ give an example, of how to receive the current play position?

pipeline.query_position(gst.FORMAT_TIME)

THANKS for advice

dturing commented 3 years ago

Hi. i've just added queryPosition and queryDuration (version 1.6.0). They return TIME in seconds. Example: https://github.com/dturing/node-gstreamer-superficial/blob/master/examples/query.js

infantilo commented 3 years ago

Working like charm! Thanks a lot for really quick help and update!!!!!!!!