[Solved] TSMuxer fails to start

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: TSMuxer fails to start

Post 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
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: TSMuxer fails to start

Post 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
DetectiveKenobi
Posts: 27
Joined: Thu May 06, 2021 6:42 pm

Re: TSMuxer fails to start

Post 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 6092 times
User avatar
mik_s
Moderator
Posts: 1115
Joined: Wed Aug 23, 2017 11:03 pm
Location: UK

Re: TSMuxer fails to start

Post by mik_s »

Will it enable if you select it and press the green button on the bottom next to the arrows?
Logs are important for us to help, Please follow This Link before asking for support. Just a forum cleaner, Will help if I can but no expert.
DetectiveKenobi
Posts: 27
Joined: Thu May 06, 2021 6:42 pm

Re: TSMuxer fails to start

Post by DetectiveKenobi »

Acted kinda wonky but it seems to be working now! Thanks.
User avatar
SubJunk
Lead Developer
Posts: 3705
Joined: Sun May 27, 2012 4:12 pm

Re: TSMuxer fails to start

Post by SubJunk »

Yay!
Post Reply