mirror of
https://github.com/Free-TV/IPTV.git
synced 2026-04-26 20:45:57 +03:00
[GH-ISSUE #60] Forwarders #897
Labels
No labels
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/IPTV#897
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @NezbednikSK on GitHub (Jul 10, 2021).
Original GitHub issue: https://github.com/Free-TV/IPTV/issues/60
I have a PHP script that sends request to a particular address, extracts the stream URL (that is dynamic) and forwards to it.
If i host it online, can I submit it here or is it not allowed?
Concrete example: live-source.js contains the stream URL.
The PHP script sends the request, extracts the URL and forwards to it.
@NezbednikSK commented on GitHub (Jul 13, 2021):
Update: in Australia, i found urls from c.mjh.nz, so they probably are allowed.

@freetv332 commented on GitHub (Jul 14, 2021):
If it helps adding channels we couldn't have otherwise, then yes.
@NezbednikSK commented on GitHub (Jul 14, 2021):
Well that's great! I've already made a script to add the three major channels here in Slovakia, :-)
Is RunKit fine for the forwarders by the way? It works fine for me, although a bit slow.
@guillerber commented on GitHub (Jan 27, 2022):
can you install the script on a server?
@NezbednikSK commented on GitHub (Jan 28, 2022):
yes, i have it running locally @guillerber