Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: http-referrer parameter support #177

Open
LITUATUI opened this issue Jul 25, 2024 · 3 comments
Open

Feature request: http-referrer parameter support #177

LITUATUI opened this issue Jul 25, 2024 · 3 comments
Labels

Comments

@LITUATUI
Copy link

Please add support to the "http-referrer" parameter.

Example:

#EXTINF:-1 group-title="TV" tvg-id="CubavisionInternacional.cu" tvg-logo="https://raw.githubusercontent.com/LITUATUI/M3UPT/main/logos/Cubavisión-Internacional.png",Cubavisión Internacional
#EXTVLCOPT:http-referrer=https://teveo.cu/
https://cdn.teveo.cu/live/video/A36pWmuWvZBQskuZ/ngrp:gppfydfzpSUn9Udy.stream/playlist.m3u8

This channel opens with IPTV players that support the "http-referrer" parameter, like Kodi PVR IPTV Simple Client or OTT Navigator for example.

Thanks!

@oxyroid
Copy link
Owner

oxyroid commented Jul 28, 2024

Thank you for submitting this feature request. Could you please provide more details so we can better understand this?

@thomraider12
Copy link

Thank you for submitting this feature request. Could you please provide more details so we can better understand this?

The '#EXTVLCOPT:' is a tag used in M3U playlists to specify options for compatible media players. It indicates that the following parameters are options specific to how players should handle the stream.
The 'http-referrer=https://teveo.cu/' is setting the HTTP referrer header for the media request. The http-referrer option tells the media player to include a specific referrer URL when making the HTTP request for the stream. In this case, it is set to https://teveo.cu/.

@LITUATUI
Copy link
Author

Forgot about this issue sorry.

Curiously, the M3U IPTV app added support to the referrer parameter today.

The Portuguese channel SIC Notícias also requires this parameter, please check my public IPTV list with this channel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants