kolsys
kolsys
This is Plex Server bug. The plugin can not change mode to transcode or force to direct playing.
I does not have purchased content on youtube and can't test it. But all requests to the YouTube are authorized. My be logs can help me to fix this issue.
What in com.plexapp.plugins.youtube.tv.log and com.plexapp.system.log?
It is not possibly with current Plex API.
Try to restart plugins or server /:/plugins/com.plexapp.system/restart
Please check v4.10
Try to restart server.
Your patch does not affecting API calls and incorrect. If you you need realtime update of your playlist you need change line 1063. But you must understand that every youtube...
> ``` > FROM golang:1.22.0-alpine3.19 AS builder > > COPY matterbridge /go/src/matterbridge > RUN apk --no-cache add git \ > && go version \ > && cd /go/src/matterbridge \ >...
@xeonic-ant Hi. Looks like the RTM attachment message format is not fully compatible with Event API and it's required to write more complex converter for message than my workaround: https://github.com/42wim/matterbridge/pull/2161/files#diff-014f29c022fd23b8c7f870b5cfa1cb6905ca8a8eb1c83d0209d77d279f4962b9R97