Cigaras / IPTV.bundle

Plex plug-in that plays live streams (like IPTV) from a M3U playlist
https://forums.plex.tv/discussion/83083
GNU General Public License v3.0
961 stars 293 forks source link

Always transcoding #218

Open segator opened 5 years ago

segator commented 5 years ago

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?

daveftw84 commented 5 years ago

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

Cigaras commented 4 years ago

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.