Working great so far tonight all channels that I have surfed around in the lineup with limited time from 6:10-6:22. Stable and quick channel changes .
Printable View
Working great so far tonight all channels that I have surfed around in the lineup with limited time from 6:10-6:22. Stable and quick channel changes .
by far the best service
thanks sat9182
Thank sat9182 for fixing the sportsnet channels. I noticed slow channel changes happening tonight and some freezing on ca-ctv 2 Alberta
It had a micro freeze and the.froze solid .
Changing channels up and down resolved if
Good afternoon, ca:cp24-b has approximately 5 freezes within an hours of viewing . Test run 10am-11am.
Ca: CP24-a no freezing within an hours of viewing. Test run 2:15-3:15pm
Thanks
Seems like most (if not all) the channels under the PLUTO_US, PLUTO_CA and PLUTO_UK categories have been down for a little while.
If we can get them back, it would be appreciated.
Thanks
Ca:ctv news channel is frozen solid under the news category in primary video mode. Backup video mode, small screen.
Thanks
Yes
I noticed all the PlutoTV channels (us, ca, uk) have been down almost a week now and same thing happened about a month ago too
There are 385 PlutoTV channels from the us feed and they are adding more all the time..
pluto is free you can download there app
the host source that did all the redirects was taken down by dcma and dazan
DAZN DMCA Notice Hits Pluto TV Playlist Linking to read
we may put it back up but will take bit to make scripts to update every few hours the back end urls
Ok I read the shutdown notice and it’s going to affect EVENTUALLY more than just PlutoTV but all free public FAST services
FAST is Free Advertisement Supported Television (PlutoTV, Tubi, Samsung plus etc)
Now this means you can download their free App, but that is obviously inconvenient and annoying
The simpler and automatically updated approach is to use Matt Huismann’s redirected url .m3u playlists
that we can load “on the fly” all the FAST free and legal public servers.
Sat9182 I think it should be an easy script to code and redirect these redirected FAST links that Matt is providing, so it shows up and works in our IPTV and has both EPG and it automatically updates when the providers change their urls.
In the meantime we can simply add his M3U playlists manually to our BuzzTV 4500 server settings menu
But obviously that is less convenient than having it already in our wickedTV since you login and out and back and forth
so you have to build up and save a playlist if you want to watch FAST providers like: PlutoTV, Tubi, Plex etc
I already added PlutoTV link for my Buzz 4500 and their 385 US channels load much faster and change quickly, but I the received the
link from a member here, so you have to look for it. Plus PlutoTV link may change andvv v the others too.
Matt Huismann provides a link to many of these FAST provided M3U playlist links on his website
just not PlutoTV because of the “shutoff” notice.
Even though they are free servers or FAST Providers it is considered piracy to redirect them.
So I would expect this will be a challenge for IPTV private services moving forward
So the sooner we get a working PlutoTV script the better, because TubiTV, Plex and others will be next
should just kill live link i think
yes but he pulled his pluto list so you cant use his lists for pluto
the problem is when there lists change every few hours and need to be re linked in panels we are running other scripts right now too and will get to pluto when we can as we are working on a few other ones right now and tweaking them first
The M3U lists we had were definitely nice to have (and were around for a while). But like sat mentioned, they are dynamic and they change every few hours. These links are not "free" in the sense that you may think. The intention was for the streams to be used strictly by their client apps. They have all their own advertising in the client apps, and that is how they generate their revenue (nothing is free in this world). Using the direct links, bypasses all the advertisement (and all their revenue stream), since they do not inject advertising directly into the m3u8/hls stream.
Yes, Pluto has an API, which you can easily pull the channels and epg (for now). For those that are handy, they can easily create a script to do it, and there are even some docker containers which can handle it already (even some basic php pages exist). But like sat mentioned, having the list is only one part of the equation. Regularly injecting this "dynamic" link into the panel, is a completely different challenge.
If you do a little "googling" you can easily find at least 2 other sources for these dynamically generated lists. How long they will be around for (considering their location is now more front and center after this takedown), is anyone's guess.
The 2 or 3 pluto streams I personally watch, have not changed in a while. And since they are just 24/7 style channels, I don't really care about the epg for them anyhow. I just appended it to my own m3u list and it's on a private pastebin m3u file and I just use that link to watch them. 1 of those channels also seems to be the same stream running on the "redbox tv" category anyhow :)
When/if they are back, they are back I guess. In the meantime there are options anyhow :)
Thanks
I wish sat would drop those free services all together. Samsung has an url that loads just like your paid servers and appears within you player. They are just an app that stops playing anyways, why waste resources and time.
Tsn 1 stuck in a loop.
A while back they used to be "on demand" if I recall (hence why they take a sec before they start to stream). So not really "huge" resource, unless the channels are being streamed. However if maintaining the links is time consuming, I don't mind either way, but that's obviously not a call for the wicked admins :)
Sportsnet world under the ca: and premium sports : category is experiencing microfreezes.
It’s behaving like the other sportsnet channels pacific, east and west that were already fixed and working great now.
Can we have the sportsnet world looked at , source may need to be swapped.
Thanks
yeah these samsung lists are remote they are updated not only by the author of this listCode:https://listasm3u.live/listas/pluto.txt
but by pluto tv its their official app on samsung tv`s you can pull these with wireshark
all you do is change channels until you come to the last channel copy and paste the captures
of each channel off wireshark you do have to allow time for each chaanel to load once it loads
you can change to the next channel these being from plutos app they will track you thats what the
mpa`s big stink is pluto wants to track you and smother you with adds that's why git hub took theirs down
cause you couldn't be tracked. so this guy here doesn't have to do anything to this list other than
add and remove channels its been up for years used to use it in my xbmc/kodi addon i thought this was
the list wicked was probably using those links you get from windows pluto tv using the windows developer tool
inspect at pluto do a right click on a playing channel click inspect network and media these media streams will change often
these lists that were around like github were for eliminating the adds and tracking.
Don't even really need to do any wireshark captures :) Pluto even has an API available for easy pulling of the channel lists, epg, etc... Specify date/time range and it gladly spits it all out.
It is not in M3U or XML format, but there are plenty of scripts out there that will parse this and generate the appropriate lists. An old docker container exists which does exactly that very simply and runs every x hours to regenerate (just google for pluto-for-channels). And you can customize it as you wish.Code:Example for next 2 days:
http://api.pluto.tv/v2/channels?start=2024-01-13%2014%3A00%3A00.000%2B0000&stop=2024-01-15%2020%3A00%3A00.000%2B0000
And the API has pile of different options (No I don't have the API documentation, so don't ask).
Reverse engineer some of the existing scripts out there if needed.
This is my last post on this topic (at least in this thread).. Let's keep this thread clean for Wicked issue. For now we know pluto categories are not working.
EVENTS/PPV
EVENTS01: Memphis Wrestling, Episode 151: Grind City Rumble 2024 12PM EST-9PM PT
EVENTS02: BOXING: Gholam vs. Sitemela fight night 11PM EST-8PM PT
EVENTS03: AWC #3: All Or Nothing 1PM EST-10PM PT
EVENTS04: Mma bushido wavre belgium 3PM EST-12PM PT
EVENTS05: Total Nonstop Action: Hard to Kill 2024 08PM EST-5PM PT
EVENTS06: GCW: 56 Birdz 08PM EST-5PM PT
EVENTS07: Tna wrestling hard to kill 2024 08PM EST-5PM PT
EVENTS08: Shamrock FC 351 8:30PM EST-5:30PM PT
EVENTS09: NJPW: Battle in the Valley 2024 10PM EST-7PM PT
EVENTS10: BOXING: Beterbiev v Smith 08PM EST-5PM PT
EVENTS11: BOXING: Beterbiev v Smith BU 08PM EST-5PM PT
EVENTS12: UFC Fight Night: Ankalaev vs. Walker 2 Prelims and Main 28PM EST-5PM PT
EVENTS13: UFC Fight Night: Ankalaev vs. Walker 2 5PM EST-2PM PT
EVENTS14: UFC Fight Night: Ankalaev vs. Walker 2 5PM EST-2PM PT
EVENTS15: UFC Fight Night: Ankalaev vs. Walker 2 5PM EST-2PM PT
EVENTS16: Chili Bowl 2023 on now last day of event
Has anybody located a local NBC feed that isn’t freezing for the football game tonight between Cleveland vs Houston?
I have tried around 6 different locations and massive freezing
Thanks
Update: watching it on the NFL category and working fine. Those nbc local feeds are experiencing to much freezing.
None of the nbc feeds including kalb are working here. I even tried to hotspot off my cell and still massive freezing.
The sky sports feed and the Tsn 3 feed are flawless.
Thanks
I tried cyberghost vpn connected to Canada, USA and a few other countries and still froze on each of them.
Any setup on the e5 buzz box can be creating my freezing on those local nbc feeds?
Tried a few different internet providers and still same bad result .
so I just noticed sky sports nfl is 1080 but main event is 720
I tried a few NBC local feeds and they did have some freezing. Some were worse than others. The San Antonio TX feed was solid for me.
However for the E5 box (which is a very nice box), be careful with VPN running on the box. Some VPN protocols may be quite heavy for the entry level boxes. When using Windscribe, I typically use Wireguard or basic UDP for IPTV purposes. They are the lightest.
In the past, I also found on these entry level boxes, once you start enabling VPN, watching an FHD feed, and enabling features like TimeShift can take a toll (was the source of glitches a while back for me). They take up precious processing and I/O bandwidth and if the USB key (for TS) is marginal, it is going to cause problems. Maybe enable a 3 to 5 second buffer also, which "can" help also.
anyone else getting bad gateway when trying to connect?
I’m getting bad gateway myself now..just tried to reconnect and no go
CloudFlare error right now as well as per posters above. Server connection timeout
You can verify this by opening the Wicked domains on your cellphone web browser
Edit - we're back