📺 IPTV KBS On-air Korea HLS M3u8 (FREE)

Try use this cors You do not have permission to view the full content of this post. Log in or register now.
like this?
You do not have permission to view the full content of this post. Log in or register now.
I'm sorry, I tried it but still can't watch it. I think you misunderstood me. I meant that using a Hong Kong VPN would allow me to watch it, but I'm currently in China, and my elders can't use VPNs; they have a local Chinese network.
 
PHP:
<?php
$c = isset($_GET["c"]) ? $_GET["c"] : 0;
$post_content = file_get_contents('http://mn.kbs.co.kr/api/getNewsLiveStreamUrl?channel='. $c .'');
preg_match('/streamUrl" : "(.*?)"/s', $post_content, $matches);
header("HTTP/1.1 301 Moved Permanently");
header("Location: $matches[1]");
exit();
?>
KBS1 = 1tv
KBS2 = 2tv
KBS Drama = kbsndrama
KBS Joy = kbsnjoy
KBS Life = kbsnlife
KBS Story = kbsnw
KBS News = news24
KBS World = world
KBS 2FM = 2fm-bora
KBS 1Radio = 1radio-bora
KBS Happy FM = 2radio-bora
 
PHP:
<?php
$c = isset($_GET["c"]) ? $_GET["c"] : 0;
$post_content = file_get_contents('http://mn.kbs.co.kr/api/getNewsLiveStreamUrl?channel='. $c .'');
preg_match('/streamUrl" : "(.*?)"/s', $post_content, $matches);
header("HTTP/1.1 301 Moved Permanently");
header("Location: $matches[1]");
exit();
?>
KBS1 = 1tv
KBS2 = 2tv
KBS Drama = kbsndrama
KBS Joy = kbsnjoy
KBS Life = kbsnlife
KBS News = news24
KBS World = world
KBS 2FM = 2fm-bora
KBS 1Radio = 1radio-bora
KBS Happy FM = 2radio-bora
why wait for 100 comments,that sounds like epal to me
 
KBS's feed is already a cat on the loose code kaya madali lang gawin anak ng hopia.
Hi, I used your code to set up a KBS proxy server. It works perfectly for KBS News, KBS World, and other channels. But KBS1 and KBS2 are not working anymore.

The API now returns:
{
"success": true,
"data": {
"streamUrl": "You do not have permission to view the full content of this post. Log in or register now...."
}
}

But when I open that URL directly in browser, it shows:
"Amazon CloudFront distribution is configured to block access from your country"

It seems KBS1/2's CDN (CloudFront) is blocking IPs from China. But other channels still work, probably because they use different CDNs.

Do you know any way to bypass this block? Or any alternative working URLs for KBS1/2?

Thanks!
 
Hi, I used your code to set up a KBS proxy server. It works perfectly for KBS News, KBS World, and other channels. But KBS1 and KBS2 are not working anymore.

The API now returns:
{
"success": true,
"data": {
"streamUrl": "You do not have permission to view the full content of this post. Log in or register now...."
}
}

But when I open that URL directly in browser, it shows:
"Amazon CloudFront distribution is configured to block access from your country"

It seems KBS1/2's CDN (CloudFront) is blocking IPs from China. But other channels still work, probably because they use different CDNs.

Do you know any way to bypass this block? Or any alternative working URLs for KBS1/2?

Thanks!
they are currently blocking access because of the paralympics
 

Similar threads

About this Thread

  • 34
    Replies
  • 1K
    Views
  • 23
    Participants
Last reply from:
icemontenegro8

Online now

Members online
543
Guests online
1,415
Total visitors
1,958

Forum statistics

Threads
2,286,439
Posts
29,037,765
Members
1,217,951
Latest member
lolpops
Back
Top