hey and hello. I did everything like described but when the symlink is set Plex doesn´t plays anymore, when I uninstall the link and the right plex transcoder is back its working again. ffmpeg works in separately or in tvheadend e.g. What could be wrong with the symlink or my configuration of the ffmpeg-transcode.yaml?
This is my system:
Linux xxxxx 5.10.103-v8+ #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022 aarch64 GNU/Linux
This is the file:
`'version': '1.0.0-1'
'ffmpeg': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffmpeg'
'ffprobe': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffprobe'
'log': '/var/lib/plexmediaserver/plex-transcoder.log'
'version': '1.0.0-1'
'ffmpeg': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffmpeg'
'ffprobe': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffprobe'
'log': '/config/plex-transcoder.log'
'profiles':
'default':
'input':
'-f': 'mpegts'
'output':
'-c:v:0': 'h264_v4l2m2m'
'-b:v': '4000k'
'-bufsize:0': '5M'
'-c:a:0': 'libfdk_aac'
'-b:a': '192k'
'-f': 'mpegts'
'profiles':
'mkv2mpegts_stream':
'group': 'format'
'input':
'output':
'-segment_format': 'ts'
'mkv2mpegts_download':
'group': 'format'
'input':
'output':
'-f': 'mpegts'
'profile_select':
'by_codec':
-
'source': 'hevc'
'target': 'h264_v4l2m2m'
'output':
'-b:v': '5M'
'-bufsize:$stream$': '10M'
'-crf:$stream$': 'REMOVE'
'-maxrate:$stream$': 'REMOVE'
'-x264opts:$stream$': 'REMOVE'
-
'source': 'flac'
'target': 'aac'
'output':
'-b:$stream$': '256k'
'priority': 10
-
'source': 'eac3'
'target': 'aac'
'output':
'-b:$stream$': '256k'
'priority': 10
'by_argument':
-
'argSection': 'output'
'argName': '-segment_format'
'type': 'exact'
'value': 'matroska'
'profile': 'mkv2mpegts_stream'
-
'argSection': 'output'
'argName': '-f'
'type': 'exact'
'value': 'matroska'
'profile': 'mkv2mpegts_download'
`
hey and hello. I did everything like described but when the symlink is set Plex doesn´t plays anymore, when I uninstall the link and the right plex transcoder is back its working again. ffmpeg works in separately or in tvheadend e.g. What could be wrong with the symlink or my configuration of the ffmpeg-transcode.yaml?
This is my system:
Linux xxxxx 5.10.103-v8+ #1529 SMP PREEMPT Tue Mar 8 12:26:46 GMT 2022 aarch64 GNU/Linux
This is the file:
`'version': '1.0.0-1'
'ffmpeg': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffmpeg'
'ffprobe': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffprobe'
'log': '/var/lib/plexmediaserver/plex-transcoder.log'
'version': '1.0.0-1'
'ffmpeg': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffmpeg'
'ffprobe': '/home/pi/raspi-plex-transcode/plex-media-server-ffmpeg/ffprobe'
'log': '/config/plex-transcoder.log'
'profiles':
'default':
'input':
'-f': 'mpegts'
'output':
'-c:v:0': 'h264_v4l2m2m'
'-b:v': '4000k'
'-bufsize:0': '5M'
'-c:a:0': 'libfdk_aac'
'-b:a': '192k'
'-f': 'mpegts'
'profiles':
'mkv2mpegts_stream':
'group': 'format'
'input':
'output':
'-segment_format': 'ts'
'mkv2mpegts_download':
'group': 'format'
'input':
'output':
'-f': 'mpegts'
'profile_select':
'by_codec':
-
'source': 'hevc'
'target': 'h264_v4l2m2m'
'output':
'-b:v': '5M'
'-bufsize:$stream$': '10M'
'-crf:$stream$': 'REMOVE'
'-maxrate:$stream$': 'REMOVE'
'-x264opts:$stream$': 'REMOVE'
-
'source': 'flac'
'target': 'aac'
'output':
'-b:$stream$': '256k'
'priority': 10
-
'source': 'eac3'
'target': 'aac'
'output':
'-b:$stream$': '256k'
'priority': 10
'by_argument':
-
'argSection': 'output'
'argName': '-segment_format'
'type': 'exact'
'value': 'matroska'
'profile': 'mkv2mpegts_stream'
-
'argSection': 'output'
'argName': '-f'
'type': 'exact'
'value': 'matroska'
'profile': 'mkv2mpegts_download'
`