XF2 [8WR] XenRio 2 (Streams) PRO

XF2 [8WR] XenRio 2 (Streams) PRO [Paid] 2.1.1.9

No permission to buy ($40.00)
There is no public API yet.
Not sure if anything's changed, a buddy of mine did send me a link of interest but i'm not entirely sure if it'd be of use as it's only for his channel.....

Have you heard anything further about Kick's API going public yet?

I found this:
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.

Apparently webscraping (Isn't this how XenRIo works?) Is against Kick's TOS? :/
 
I'm actually having issues with their API:
Code:
    $client = \XF::app()->http()->client();
    $response = $client->get('https://kick.com/api/v2/channels/ultrajaxel');
    $json = \GuzzleHttp\json_decode($response->getBody(), true);
Running that simple code is returning a 403 error for me. So I can't get a response from their API.
 
I'm actually having issues with their API:
Code:
    $client = \XF::app()->http()->client();
    $response = $client->get('https://kick.com/api/v2/channels/ultrajaxel');
    $json = \GuzzleHttp\json_decode($response->getBody(), true);
Running that simple code is returning a 403 error for me. So I can't get a response from their API

Do you think reaching out to their team might get some insight on it?
 
Since Glimesh is shutting down at the end of the month, would you consider replacing it with SharePlay? They aren't out yet, but keep an eye out for their development. They plan to release it this summer.

I know of at least 10 people who are moving to SharePlay, and I'd love to promote em.
 
Hi can you add support for self-hostet rtmp streams, which is streamed over NGINX-based Media Streaming Server, flussonic, wowza or similar ?
 
Hey @Jaxel I keep getting this error, almost daily, this is for both service_video & service_chat.....

image_2023-10-04_104746686.webp

Please note the user "UntoldMight" does not exist in my DB. I think i may have deleted his stream from the channel list. How can I fix this error from being triggered going forward? Thanks!
 
Desktop-screenshot.png

Also, the video HTML for Trovo should be:
Code:
<iframe width="100%" height="100%" scrolling="no" frameborder="0" allowfullscreen 
src="//player.trovo.live/embed/player?streamername={serviceVAL1}"></iframe>
 
View attachment 292003

Also, the video HTML for Trovo should be:
Code:
<iframe width="100%" height="100%" scrolling="no" frameborder="0" allowfullscreen
src="//player.trovo.live/embed/player?streamername={serviceVAL1}"></iframe>
Trovo has a 'whitelist' requirement for embeds, so null redirects it and bypasses that.

Also, Trovo is 8
Twitch is 5
 
What is 1?
Nothing I don't think? I think i may have removed a service awhile back. Maybe Mixer? I don't have '1' listed. I'm thinking it might be Mixer?

I 'deleted' the services that went inactive/closed such as Mixer and now Glimesh. and Youtube.

Is there a way to fix this? or should I take the drastic hit of uninstalling & re-installing? (I'll need to have the file sent to me again)
 
Top Bottom