mister-ben / videojs-flvjs

Video.js tech using flv.js for FLV playback
https://mister-ben.github.io/videojs-flvjs/
Other
125 stars 31 forks source link

how to destroy the player? #33

Open jeenkzou opened 5 months ago

jeenkzou commented 5 months ago

Encapsulated a Vue component to render a live player, but when the component is closed, network streaming keeps requesting data and cannot terminate. FLVJS provides a destroy method that can trigger destruction after rendering. Can a similar method be provided to destroy the player