Page 4 of 4

Re: TSMuxer fails to start

Posted: Sat Jan 08, 2022 8:19 pm
by SubJunk
In your logs I can see:

Code: Select all

TRACE 2021-12-28 22:04:27.499 [main] net.pms.io.SimpleProcessWrapper Executing "/Applications/Universal Media Server.app/Contents/Resources/osx/tsMuxeR -v"
TRACE 2021-12-28 22:04:27.510 [SPW "tsMuxeR" consumer] net.pms.io.ListProcessWrapperConsumer Process output: dyld[72978]: Library not loaded: /usr/local/opt/freetype/lib/libfreetype.6.dylib
TRACE 2021-12-28 22:04:27.511 [SPW "tsMuxeR" consumer] net.pms.io.ListProcessWrapperConsumer Process output:   Referenced from: /Applications/Universal Media Server.app/Contents/Resources/osx/tsMuxeR
TRACE 2021-12-28 22:04:27.511 [SPW "tsMuxeR" consumer] net.pms.io.ListProcessWrapperConsumer Process output:   Reason: tried: '/usr/local/opt/freetype/lib/libfreetype.6.dylib' (no such file), '/usr/local/lib/libfreetype.6.dylib' (no such file), '/usr/lib/libfreetype.6.dylib' (no such file)
and I can see that when I run otool, that confirms it is depending on libfreetype:

Code: Select all

otool -L tsmuxer                             
tsmuxer:
	/usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
	/usr/local/opt/freetype/lib/libfreetype.6.dylib (compatibility version 25.0.0, current version 25.0.0)
	/usr/lib/libc++.1.dylib (compatibility version 1.0.0, current version 904.4.0)
	/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1292.60.1)
which is a regression of the bug I reported to the tsMuxeR developer at https://github.com/justdan96/tsMuxer/issues/443
I have left a new comment about it and will keep following up

Edit: I noticed there is a new active maintainer now too so I opened a new issue to make sure it gets seen https://github.com/justdan96/tsMuxer/issues/539

Re: TSMuxer fails to start

Posted: Mon Jan 17, 2022 2:51 pm
by SubJunk
It looks like they fixed it, and I confirmed it again with otool. Here's a build for you https://www.universalmediaserver.com/up ... Kenobi.dmg

Re: TSMuxer fails to start

Posted: Sat Jan 22, 2022 1:06 pm
by DetectiveKenobi
Seems like it works. but in the menu it says that transcoding engine tsmuxer is disabled?
Screen Shot 2022-01-21 at 5.07.02 PM.png
Screen Shot 2022-01-21 at 5.07.02 PM.png (119.26 KiB) Viewed 6664 times

Re: TSMuxer fails to start

Posted: Sat Jan 22, 2022 2:08 pm
by mik_s
Will it enable if you select it and press the green button on the bottom next to the arrows?

Re: TSMuxer fails to start

Posted: Sun Jan 23, 2022 4:30 pm
by DetectiveKenobi
Acted kinda wonky but it seems to be working now! Thanks.

Re: TSMuxer fails to start

Posted: Mon Jan 24, 2022 1:25 pm
by SubJunk
Yay!