Can I open Wuffy Player with ActivityStarter?

I’m developing an live tv app and in app im using different video player VLC, MX Player, Wuffy Player now im stuck at setting up Wuffy Player, in HTML Wuffy Player intent like this ;
intent://base64encodedlink#Intent;scheme=xmtv;package=co.wuffy.player;end. When I use this for data url it doesn’t work. Can you help me ?

I’m solved this;
ACTION: android.intent.action.VIEW
ACTIVITY CLASS: org.wuffy.videoplayer.WuffyPlayer
ACTIVITY PACKAGE: co.wuffy.player
DATA TYPE: https , http
DATA URL: https://example.com/mystream.m3u8

What error?

İm solved the problem and edited post. This post can be closed.