const timerVideoTwig = setInterval(() => {
// check if the script is loaded
if ("tavoos_jwplayer_obj" in window) {
clearInterval(timerVideoTwig);
tavoos_init_player(
'tavoos-ZyJ4hx4yLs92',
'https://cdn.eghtesadnews.com/thumbnail/ZyJ4hx4yLs92/rygr_OlXE1SxWscip_svQzRkUwr5ev-rB2Jjaoi22T3Ob5ykcpxC3VmJktg0AeQqPr-TMUStHybDaRzXwcxoLg,,/15368429.jpg',
[
{
"file": "https://cdn.eghtesadnews.com/servev2/ZyJ4hx4yLs92/lLl5vbV5w7c,/15368429.mp4",
"type": "mp4",
"label": "720p"
},
],
'https://tavoos.net/services/vast/aJcwf6TN-BiZX-0P86-VWyL-r3NMNPTiuVbP/2842'
);
}
}, 500);