Hi,
On Ubuntu 22.04.1 a database upgrade fails after a SW update and is reproducable on every restart of ums:
Sep 26 03:16:51 linux-flo UMS.sh[2120]: INFO 03:16:51.673 [main] Upgrading database "medias" table "FILES" from version 32 to 33
Sep 26 03:16:51 linux-flo UMS.sh[2120]: ERROR 03:16:51.748 ...
Search found 11 matches
- Mon Sep 26, 2022 3:23 pm
- Forum: Help and Support
- Topic: database upgrade fails after upgrade 11.4.0 -> 11.4.1
- Replies: 0
- Views: 10241
- Sun Feb 20, 2022 10:52 pm
- Forum: Help and Support
- Topic: 10.16.0 [Linux] ffmpeg hwaccel issue
- Replies: 0
- Views: 10541
10.16.0 [Linux] ffmpeg hwaccel issue
Hi,
Even though there is a custimized ffmpeg path configured, the hwaccel check will not honor this:
DEBUG 2022-02-20 10:33:03.315 [main] Starting /usr/bin/ffmpeg -hwaccels
DEBUG 2022-02-20 10:33:03.319 [main] Unix process ID (/usr/bin/ffmpeg): 1331
DEBUG 2022-02-20 10:33:03.819 [ffmpeg-1-2 ...
Even though there is a custimized ffmpeg path configured, the hwaccel check will not honor this:
DEBUG 2022-02-20 10:33:03.315 [main] Starting /usr/bin/ffmpeg -hwaccels
DEBUG 2022-02-20 10:33:03.319 [main] Unix process ID (/usr/bin/ffmpeg): 1331
DEBUG 2022-02-20 10:33:03.819 [ffmpeg-1-2 ...
- Mon Feb 22, 2021 8:43 pm
- Forum: Announcements
- Topic: Version 10.1.0 released
- Replies: 4
- Views: 10902
Re: Version 10.1.0 released
And the new 64 bit version of tsmuxer also works now with recent OS versions



- Sat Feb 13, 2021 8:59 pm
- Forum: Help and Support
- Topic: tsmuxer fails with HEVC (10.0.1)
- Replies: 0
- Views: 6842
tsmuxer fails with HEVC (10.0.1)
Hi,
I have a HEVC encoded video, mediainfo shows HEVC ([email protected]@Main) video with HE-AAC audio. Nevertheless, when transconding with tsmuxer the UMS will create a .meta file that contains "V_MPEG4/ISO/AVC", which is IMHO wrong. Correct would be "V_MPEGH/ISO/HEVC". The not-so-surprising result is ...
I have a HEVC encoded video, mediainfo shows HEVC ([email protected]@Main) video with HE-AAC audio. Nevertheless, when transconding with tsmuxer the UMS will create a .meta file that contains "V_MPEG4/ISO/AVC", which is IMHO wrong. Correct would be "V_MPEGH/ISO/HEVC". The not-so-surprising result is ...
- Thu Feb 11, 2021 12:29 am
- Forum: Help and Support
- Topic: [Solved] 10.0.1 VLC transcoding leads to java exception
- Replies: 9
- Views: 9543
Re: 10.0.1 VLC transcoding leads to java exception
YES IT WORKS :)
I gradually removed options in the string but vlc kept segfaulting. Then I downloaded the vlc 3.0.12 source code and compiled it, voila now it works. The latest Ubuntu vlc version is 3.0.11.1, so either this is a bugfix from 3.0.11.1 -> 3.0.12, or some hickup with my libraries and ...
I gradually removed options in the string but vlc kept segfaulting. Then I downloaded the vlc 3.0.12 source code and compiled it, voila now it works. The latest Ubuntu vlc version is 3.0.11.1, so either this is a bugfix from 3.0.11.1 -> 3.0.12, or some hickup with my libraries and ...
- Wed Feb 10, 2021 7:23 am
- Forum: Help and Support
- Topic: [Solved] 10.0.1 VLC transcoding leads to java exception
- Replies: 9
- Views: 9543
Re: 10.0.1 VLC transcoding leads to java exception
Hi,
The only option I was not able to verify is the "strict-rc" option, in Google I only found references to the ffmpeg module, like in this example:
#transcode{venc=ffmpeg{vt=0,strict=1,keyint=12, rc-buffer-size=4000,strict-rc}...
but not as a plain option. Nevertheless, I am not a VLC expert ...
The only option I was not able to verify is the "strict-rc" option, in Google I only found references to the ffmpeg module, like in this example:
#transcode{venc=ffmpeg{vt=0,strict=1,keyint=12, rc-buffer-size=4000,strict-rc}...
but not as a plain option. Nevertheless, I am not a VLC expert ...
- Tue Feb 09, 2021 6:01 am
- Forum: Help and Support
- Topic: Linux install instructions
- Replies: 18
- Views: 66074
Re: Linux install instructions
Hi,
I attached my latest build, pls. check it out, any feedback/bugfixing welcome.
root@linux-flo:/home/flo/tsMuxer-master/bin# ./tsMuxeR -v
tsMuxeR version 2.6.16-dev. github.com/justdan96/tsMuxer
Cheers
I attached my latest build, pls. check it out, any feedback/bugfixing welcome.
root@linux-flo:/home/flo/tsMuxer-master/bin# ./tsMuxeR -v
tsMuxeR version 2.6.16-dev. github.com/justdan96/tsMuxer
Cheers
- Tue Feb 09, 2021 5:54 am
- Forum: Help and Support
- Topic: [Solved] 10.0.1 VLC transcoding leads to java exception
- Replies: 9
- Views: 9543
Re: 10.0.1 VLC transcoding leads to java exception
Hi,
Yes, the java exceptions are fixed now :) Now I get a segfault with vlc, showing this error:
avcodec encoder error: Unknown option "rc_buffer_aggressivity"
But at this point I am not sure if this is a UMS or VLC issue, or some issue with my env, maybe you have an idea about it.
Cheers ...
Yes, the java exceptions are fixed now :) Now I get a segfault with vlc, showing this error:
avcodec encoder error: Unknown option "rc_buffer_aggressivity"
But at this point I am not sure if this is a UMS or VLC issue, or some issue with my env, maybe you have an idea about it.
Cheers ...
- Sun Feb 07, 2021 8:30 pm
- Forum: Help and Support
- Topic: Linux install instructions
- Replies: 18
- Views: 66074
Re: Linux install instructions
The initial post said "tsmuxer ist 32 bit only". Well, its not obviously, if you compile it on 64 bit it is 64 bit, like I did on my Ubuntu 20.10. But the binary which is packaged still in 10.x is 32 bit only, which is IMHO outdated. So either drop tsmuxer completely or add a 64 bit binary to the ...
- Sun Feb 07, 2021 8:11 pm
- Forum: Help and Support
- Topic: [Solved] 10.0.1 VLC transcoding leads to java exception
- Replies: 9
- Views: 9543
Re: 10.0.1 VLC transcoding leads to java exception
Thank you for the quick response, there is still an exception but it changed to this:
Caught exception: Cannot invoke "javax.swing.JCheckBox.isSelected()" because "this.experimentalCodecs" is null
Cheers
Caught exception: Cannot invoke "javax.swing.JCheckBox.isSelected()" because "this.experimentalCodecs" is null
Cheers