Welcome to World of IPTV

Join us now to get access to all our features. Once registered and logged in, you will be able to create topics, post replies to existing threads, give reputation to your fellow members, get your own private messenger, and so, so much more. It's also quick and totally free, so what are you waiting for?

Forum Rules

Our Rules: Read to avoid getting banned!

Advertising

Introduce Yourself to the World with Us!

Resource Database

Find the newest resources around IPTV!

Account upgrade

Upgrade your account to unlock more benefits!

Question problem in stream_id values in millions

hazdo

Extended Member
Ext. Member
Joined
Feb 6, 2020
Messages
53
Reaction score
281
Points
64
Location
germany
hello mates hope you are doing okay

i have a pannel that it has stream id in millions values due to autoincrement jump
the problem now is when trying to add user agent or any stream prameter it can be added due to high value limit.
anyway to fix this problem and reset autoincrement to low values
 
hello mates hope you are doing okay

i have a pannel that it has stream id in millions values due to autoincrement jump
the problem now is when trying to add user agent or any stream prameter it can be added due to high value limit.
anyway to fix this problem and reset autoincrement to low values
easiest way is to back up the stream table as inserts, truncate it and streams_sys, then re-import and mass edit.

more importantly though, if you have reached millions in your stream id's then you obviously have loaded too many playlists over and over. trials or whatever. that is a really bad habit.
 
easiest way is to back up the stream table as inserts, truncate it and streams_sys, then re-import and mass edit.

more importantly though, if you have reached millions in your stream id's then you obviously have loaded too many playlists over and over. trials or whatever. that is a really bad habit.
it is a friend pannel he told me and i noticed a auto increment jump he maybe did somthing wrong impossible to reach that number manually

i did not get this "back up the stream table as inserts" normal backup for table you mean and backup also stream_arguments ??
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
it is a friend pannel he told me and i noticed a auto increment jump he maybe did somthing wrong impossible to reach that number manually

i did not get this "back up the stream table as inserts" normal backup for table you mean and backup also stream_arguments ??
 
thanks a lot urgodfather.
after i do mass edit to restream them back you mean sorry for that but please clarify more.

so i need to re select servers and params for each stream

i thought in a way to update id for streams and streams_id for both stream_sys and stream_arguments tables but the problem is that streams_id is not uniq for those two tables
 
thanks a lot urgodfather.
after i do mass edit to restream them back you mean sorry for that but please clarify more.

so i need to re select servers and params for each stream

i thought in a way to update id for streams and streams_id for both stream_sys and stream_arguments tables but the problem is that streams_id is not uniq for those two tables
nothing needs to be bothered with stream_arguments.

make full backup to be safe.

then make specific backup just for streams.

truncate streams table and stream_sys table.

restore streams backup.

from panel mass edit streams to assign to servers and etc. this will recreate entries in stream_sys.
 
Channels MatchTime Unblock CDN Offshore Server Contact
100 cnx / 90€ 5Gbps / 180€ 48CPU-256GRAM 10Gbps 569€ Skype live:giefsl
500 cnx / 350€ 10Gbps / 350€ 48CPU-128GRAM 5Gbps / 349€ TG @changcdn
1000 cnx / 500€ 20Gbps / 700€ 40CPU-128GRAM 20Gbps / €980 http://coronaserver.com
nothing needs to be bothered with stream_arguments.

make full backup to be safe.

then make specific backup just for streams.

truncate streams table and stream_sys table.

restore streams backup.

from panel mass edit streams to assign to servers and etc. this will recreate entries in stream_sys.
@urgodfather about movies and series i do need to retranscode them right?
 
shape1
shape2
shape3
shape4
shape5
shape6
Back
Top