tellytv / telly

An IPTV proxy
MIT License
750 stars 105 forks source link

Get rid of double transcoding #290

Open igor-epam opened 1 year ago

igor-epam commented 1 year ago

telly release with the issue:

telly --version telly, version 1.1.0.8 (branch: dev, revision: 96424a4719f33de9c1b66d8d2186e0452e45a234) build user: root@7abd9a6a6502 build date: 20200704-05:28:02 go version: go1.12.17

Last working telly release (if known): NA

Operating environment (Docker/Windows/Linux/QNAP, etc.):

Docker is created using the following dockerfile. It's 'custom' as there is no arm64 docker image available. Dockerfile.txt

Description of problem: The local Plex instance is configured not to transcode the video stream. On attempt to play any channel, there is a message "Playback error. Source is unavailable". When the transcode option is set, the video is transcoded by plex. Thus, there is double transcoding: one on the telly and another on the plex sides. Is it possible to make a stream Direct-streamable for plex to not have double transcoding?

Contents of telly.config.toml [if you're using a version above 1.1]:

Command line used to run telly [if applicable]:


**Docker run command used to run telly [if applicable]:**
- REMEMBER TO DELETE ANY CREDENTIALS IN CONFIG FILES OR COMMAND LINES

docker-compose up -d see dockerfile for additional information


**telly or docker log:**

plex.log telly.log



**Additional information:**