2019-04-05, 12:42 AM
Sub, a users sent me an m3u file from his satellite receiver and I imported it and NextPVR imports it with transcoding URL's If I want to change this to mpegts is removing the transcoding markup enough for it to maintain any limit?
Martin
Code:
update channel_mapping
set service_type = 25,
tuning = replace(tuning,'<transcode>true</transcode>','')
Martin