📺 IPTV M3u8 and MPD Stream Test Tool

Hello Ts, yung wish 107.5 FM may m3u po ako, pero di ko mapagana. tinest ko po sa tester ninyo. di rin po nag work, may error po baka ma figure out po ninyo paano gumana siya.

You do not have permission to view the full content of this post. Log in or register now.

Heto po yung error



1775623709384.webp
 
Hello Ts, yung wish 107.5 FM may m3u po ako, pero di ko mapagana. tinest ko po sa tester ninyo. di rin po nag work, may error po baka ma figure out po ninyo paano gumana siya.

You do not have permission to view the full content of this post. Log in or register now.

Heto po yung error



View attachment 4128353

Tried it. Eto yung logs bakit hindi nagana. Check mo SHAKA docs for details ng error:
You do not have permission to view the full content of this post. Log in or register now.

Code:
[4:37:14 PM] Log capture enabled.
[4:37:15 PM] Starting manifest load.
[4:37:15 PM] TYPE HLS (application/x-mpegurl)
[4:37:15 PM] DRM  none
[4:37:15 PM] EVT  loading
[4:37:15 PM] EVT  buffering start
[4:37:15 PM] REQ  MANIFEST  GET  https://radio.wish1075.com/web/stream/wish.m3u8
[4:37:15 PM] NET  request headers  no-headers
[4:37:16 PM] NET  download failed  unknown-uri  shaka.util.Error {
  "severity": 1,
  "category": 1,
  "code": 1002,
  "data": [
    "https://radio.wish1075.com/web/stream/wish.m3u8",
    {},
    0
  ],
  "handled": false,
  "message": "Shaka Error 1002",
  "stack": "Error: Shaka Error 1002\n    at new V (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:96:242)\n    at ya.h (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:1517:212)\n    at Ba (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:28:217)\n    at Da.throw (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:29:189)\n    at c (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:29:366)"
}
[4:37:16 PM] REQ  MANIFEST  GET  https://radio.wish1075.com/web/stream/wish.m3u8
[4:37:16 PM] NET  request headers  no-headers
[4:37:17 PM] NET  download failed  unknown-uri  shaka.util.Error {
  "severity": 1,
  "category": 1,
  "code": 1002,
  "data": [
    "https://radio.wish1075.com/web/stream/wish.m3u8",
    {},
    0
  ],
  "handled": false,
  "message": "Shaka Error 1002",
  "stack": "Error: Shaka Error 1002\n    at new V (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:96:242)\n    at ya.h (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:1517:212)\n    at Ba (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:28:217)\n    at Da.throw (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:29:189)\n    at c (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:29:366)"
}
[4:37:17 PM] REQ  MANIFEST  GET  https://radio.wish1075.com/web/stream/wish.m3u8
[4:37:17 PM] NET  request headers  no-headers
[4:37:17 PM] NET  download failed  unknown-uri  shaka.util.Error {
  "severity": 2,
  "category": 7,
  "code": 1010,
  "data": [],
  "handled": false,
  "message": "Shaka Error 1010",
  "stack": "Error: Shaka Error 1010\n    at new V (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:96:242)\n    at ya.h (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:266:124)\n    at Ba (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:28:217)\n    at Da.next (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:29:91)\n    at https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:29:484\n    at new Promise (<anonymous>)\n    at Ea (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:29:377)\n    at F (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:30:22)\n    at zg.attempt (https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:266:55)\n    at https://cdn.jsdelivr.net/npm/shaka-player@5.0.6/dist/shaka-player.ui.min.js:277:141"
}
[4:37:17 PM] EVT  buffering end
[4:37:17 PM] LOAD failed Shaka Error 1002
 
It's not about ip address, it's due to http cors restrictions, browsers cannot load http content called from an https environment.
Yes sir! I agree. Even though you are using valid domain name with SSL Certificate that doesn't guarantee it will work due to CORS Issue.
 
Astra supports channels of this type:
Example: You do not have permission to view the full content of this post. Log in or register now.
?????????

vanbasten

No tester/player running on https will play a stream that's http due to cors restrictions, those streams only could be played in web browser if the player is on http too, or using a cors proxy url other than workers.dev proxys, 'cuase those doesn't support direct ip adresses.
 

vanbasten

No tester/player running on https will play a stream that's http due to cors restrictions, those streams only could be played in web browser if the player is on http too, or using a cors proxy url other than workers.dev proxys, 'cuase those doesn't support direct ip adresses.
te agradezco la aclaracion
 

About this Thread

  • 32
    Replies
  • 753
    Views
  • 9
    Participants
Last reply from:
vanbasten

Trending Topics

Online now

Members online
555
Guests online
1,093
Total visitors
1,648

Forum statistics

Threads
2,286,957
Posts
29,041,419
Members
1,217,284
Latest member
polopu
Back
Top