Forum Discussion

Uzair_Abdullah's avatar
Uzair_Abdullah
Streaming Star
2 years ago

Disable video buffering loader

How to disable the default buffering loader of a video? I don't want to display the loader and the loading percentage.
Also, how to smoothly transition from one video to another, I added the prebuffer control, but that made only slight improvements.

1 Reply

  • If you delve deep into the Video node you'll find a BusySpinner, which you can mess with - it has a .poster and contains a label somewhere too.

    Be very careful of future null reference errors if the implementation changes, do lots of checks for invalid.