-
Notifications
You must be signed in to change notification settings - Fork 22
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
Using Threadfin or Xteve #16
Comments
i got it working using m3u-playlist-proxy |
if you want to use the standard version but don't want to use a m3u proxy. you can use this ffmpeg profile in streammaster or threadfin to watch them. -hide_banner -loglevel error -user_agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" -referer "https://ilovetoplay.xyz/" -headers "Origin: https://ilovetoplay.xyz/" -abort_on empty_output -re -thread_queue_size 1024 -rtbufsize 0.5MB -fix_sub_duration -analyzeduration 3500000 -probesize 4000000 -ignore_unknown -i {streamUrl} -ignore_unknown -fflags -reconnect 1 -map 0:v -map 0:a? -map 0:s? +genpts+discardcorrupt -preset ultrafast -tune zerolatency -timeout 6000000 -muxdelay 0.001 -max_interleave_delta 0 -report -copyts -c copy -report -f mpegts pipe:1 |
if you want to use the standard version but don't want to use a m3u proxy. you can use this ffmpeg profile in streammaster or threadfin to watch them. -hide_banner -loglevel error -user_agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" -referer "https://ilovetoplay.xyz/" -headers "Origin: https://ilovetoplay.xyz/" -abort_on empty_output -re -thread_queue_size 1024 -rtbufsize 0.5MB -fix_sub_duration -analyzeduration 3500000 -probesize 4000000 -ignore_unknown -i {streamUrl} -ignore_unknown -fflags -reconnect 1 -map 0:v -map 0:a? -map 0:s? +genpts+discardcorrupt -preset ultrafast -tune zerolatency -timeout 6000000 -muxdelay 0.001 -max_interleave_delta 0 -report -copyts -c copy -report -f mpegts pipe:1 |
if you want to use the standard version but don't want to use a m3u proxy. you can use this ffmpeg profile in streammaster or threadfin to watch them. -hide_banner -loglevel error -user_agent "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36" -referer "https://ilovetoplay.xyz/" -headers "Origin: https://ilovetoplay.xyz/" -abort_on empty_output -re -thread_queue_size 1024 -rtbufsize 0.5MB -fix_sub_duration -analyzeduration 3500000 -probesize 4000000 -ignore_unknown -i {streamUrl} -ignore_unknown -fflags -reconnect 1 -map 0:v -map 0:a? -map 0:s? +genpts+discardcorrupt -preset ultrafast -tune zerolatency -timeout 6000000 -muxdelay 0.001 -max_interleave_delta 0 -report -copyts -c copy -report -f mpegts pipe:1 |
@Tw1zT3d2four7 Nice! I’ll check this out and consider adding it to the main page as an option. I wasn’t aware you could set ffmpeg commands, so thanks for the info! |
None of these options are working for me to play on Jellyfin. I've tried Threadfin with @Tw1zT3d2four7 suggestion and m3u-playlist-proxy with docker and vercel and it's still not working. The moveonjoy list works perfectly. Can anyone provide a more detailed setup that works? |
@JHarding86 mentioned here that the listed User-Agent didn’t work for him. I’m not sure if it’ll solve your issue, but it’s worth a try. If it works, please let me know so I can update it. I’m not running Jellyfin, so I haven’t tested it. Thanks! |
Using vercel to make the proxy link and made it work. Using docker on my own machine caused the stream to stutter. I used "Mozilla/5.0 (X11; Linux x86_64; rv:132.0) Gecko/20100101 Firefox/132.0" as the user-agent |
I tried @Tw1zT3d2four7 suggestion on my nas using threadfin docker with jellyfin, and it worked flawlessly. |
What exactly did you do cause its still not working for me. |
do you have threadfin and jellyfin on the same network (host) ? |
Yes |
what about stream buffer? i have mine set to ffmpeg |
mine is on ffmpeg. It still doesnt work |
I have all default settings other then EPG Source being XPEG, the stream buffer being ffmpeg.FFmpeg option being what @Tw1zT3d2four7 said. |
your doing something wrong bud i assure you this works no question. what player are you using? or plex , jelly , emby? |
Jellyfin, do i need to change something on jellyfin? |
I fixed the issue by updating to the latest version of threadfin and putting in the header and origin as it is now supported |
Feeds dont work in Threadfin / Xteve and I think it's because Origin and Referer dans not applied. Any idea how to make it works?
https://github.com/Threadfin/
The text was updated successfully, but these errors were encountered: