IPTV.bundle icon indicating copy to clipboard operation
IPTV.bundle copied to clipboard

Always transcoding

Open segator opened this issue 6 years ago • 2 comments

I modified the playlist to have protocol audio codec videocodec and container, The Source is pretranscoded to avoid if multiple users connect to same channel everyone transcode the source.

Example

#EXTM3U cache=2000 url-tvg="https://server/epg"refresh="14400" x-tvg-url="https://server/epg" tvg-shift=0

#EXTINF:-1 tvg-logo="https://server/icon/1" tvg-id="26bf44817182941dbb16a4106d629ce6" tvg-name="M.LCAMPEON8" protocol="http" audio_codec="aac" video_codec="h264" container="mpegts" ,M.LCAMPEON8
https://server/view/1080p/26bf44817182941dbb16a4106d629ce6

What is wrong?

segator avatar Jan 30 '19 12:01 segator

is there a way to disable trans coding? i tell everyone to set quality to max and disable auto adjust and still getting a ton of transcoding on server image

daveftw84 avatar Apr 07 '19 04:04 daveftw84

No idea, plug-in does not control transcoding, there are some instructional properties that can be set up, but there is no guarantee that Plex server will care for them.

Cigaras avatar Dec 06 '19 17:12 Cigaras