How to get movies link for oxoo to play fast

ukgamer

Well-known member
Trusted Uploader
Mar 7, 2019
2,061
1,144
113
EmbedWorld Movie API
embedworld.xyz
By your question above i thought you had it installed , No ive never installed it

Check the thread about install , But with getting it to play you need a player to stream you movies from and im sure oxoo takes embeded links only
 

Rebel43

New member
May 9, 2022
0
0
0
Change main api url with your host and api key.
sorry but i can't understand, can you please explain in detail
for what purpose this script is use for, i understand that we can edit the .php files
but don't now how this script is usefull for us
 

heryarts

New member
Dec 26, 2020
0
0
0
I've tried the apis, only I'm having problems with the output of m3u, when I try to use get_all_tv_channels for categories it doesn't appear, when I check the output of json there is no category to show.

and when I use get_all_tv_channels_by_category, category name appears but for channel name, channel link, logo link doesn't appear.

How do I fix this script, I'm using ovoo 3.2.9
 

bubi

Member
Oct 8, 2020
27
4
8
49
Albania
kodi.al
I've tried the apis, only I'm having problems with the output of m3u, when I try to use get_all_tv_channels for categories it doesn't appear, when I check the output of json there is no category to show.

and when I use get_all_tv_channels_by_category, category name appears but for channel name, channel link, logo link doesn't appear.

How do I fix this script, I'm using ovoo 3.2.9
try to change these values
Code:
$MAIN_API_URL = "http://localhost/rest-api/v100/"; // PANEL API
$GET_STREAMS_ATTRIBUTES = "all_tv_channel_by_category";
$API_SECRET_KEY_ATTRIBUTES = "?API-KEY="; // DO NOT TOUCH IT
$API_SECRET_KEY = "dvyl8x2trizhcd5pj4rs207e"; // API FROM /admin/android_setting/
$CATEGORY_ID = '&id='."18"; // CHANGE CAT ID ONLY 1 2 3 ETC
 

heryarts

New member
Dec 26, 2020
0
0
0
try to change these values
Code:
$MAIN_API_URL = "http://localhost/rest-api/v100/"; // PANEL API
$GET_STREAMS_ATTRIBUTES = "all_tv_channel_by_category";
$API_SECRET_KEY_ATTRIBUTES = "?API-KEY="; // DO NOT TOUCH IT
$API_SECRET_KEY = "dvyl8x2trizhcd5pj4rs207e"; // API FROM /admin/android_setting/
$CATEGORY_ID = '&id='."18"; // CHANGE CAT ID ONLY 1 2 3 ETC
hai bubi.

I've tried changing it and the result is still error. Here's an example url:

if using the slug get_all_tv_channel_by_category field that appears only the name of the category group, the rest nothing appears.
http://cal.heryarts.ga/bins/vlc.php?v=get_all_tv_channel_by_category

if using the slug get_all_tv_channel, the other fields appear, only the category name does not appear

ovoo version 3.2.9
 

bubi

Member
Oct 8, 2020
27
4
8
49
Albania
kodi.al
hai bubi.

I've tried changing it and the result is still error. Here's an example url:

if using the slug get_all_tv_channel_by_category field that appears only the name of the category group, the rest nothing appears.
http://cal.heryarts.ga/bins/vlc.php?v=get_all_tv_channel_by_category

if using the slug get_all_tv_channel, the other fields appear, only the category name does not appear

ovoo version 3.2.9
Call your api from browser
http://YOUR PANEL HOST.COM/rest-api/v100/all_tv_channel/?API-KEY=iv97zq9k7g3pk1988qxqk05s

find stream url value
ex:
$stream_url = $item->stream_url;

change only $item->THIS VALUE WITH STREAM URL;

mabye in new versions this value is $item->link;
 

bubi

Member
Oct 8, 2020
27
4
8
49
Albania
kodi.al
hai bubi.

I've tried changing it and the result is still error. Here's an example url:

if using the slug get_all_tv_channel_by_category field that appears only the name of the category group, the rest nothing appears.
http://cal.heryarts.ga/bins/vlc.php?v=get_all_tv_channel_by_category

if using the slug get_all_tv_channel, the other fields appear, only the category name does not appear

ovoo version 3.2.9
Get updated version and read notes in php codes https://github.com/SxtBox/OVOO_APIS/tree/master/V_3.28.xx
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu