mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
Add referer parameter to ffmpeg #4045
Reference in New Issue
Block a user
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 @joseph39 on GitHub (Jul 19, 2022).
As of https://trac.ffmpeg.org/ticket/2179, ffmpeg supports referer parameter which injects Referer header to the HTTP request for remote content. Have EncodingHelper pass this in if it's included in RemoteHttpHeaders.
@steven-b89 commented on GitHub (Nov 2, 2023):
Hi,
I have a question about this one...
I have an .m3u file with the follow lines specifies:
#EXTM3U
#EXTINF:-1 tvg-id="EchoroukTV.dz" tvg-logo="https://i.imgur.com/FtrSAqu.png" group-title="Undefined",Echorouk TV (1080p)
#EXTVLCOPT:Referer: https://echorouk.dzsecurity.net
https://echorouk-live-tv.dzsecurity.net/fullres/EchoroukTV_First/playlist.m3u8
I've tried to adjust the #EXTVLCOPT in multiple ways but can't seem to get it working.
Where can I pass the http-referer so I can stream this channel through Jellyfin.
Regards,
Steven
@LaserKaspar commented on GitHub (Mar 3, 2025):
I am also interested in this issue (:
@NaturalDevCR commented on GitHub (May 15, 2025):
Same for me, it says completed but there's no documentation about how to do it.