Page 2 of 3

Re: Problem with unwanted transcoding

Posted: Mon Jun 18, 2018 11:08 pm
by atamariya
squadjot wrote: Fri Jun 15, 2018 8:38 pm The reason there's alot of transocding options, is because i've been trying alot :D ..
The closest i came to playing transcoded file was this: https://www.youtube.com/watch?v=URyq8Ug2boY
Starts, but then restarts and the sound is async

As mentioned i kinda gave up, but if you have some specific tests you want me to do, i'll do it for the sake of the communitaeh :P
@squadjot can you give this https://drive.google.com/open?id=1hEwH3 ... FriqyL3LDw jar a try?

Re: Problem with unwanted transcoding

Posted: Mon Jun 18, 2018 11:11 pm
by squadjot
atamariya wrote: Mon Jun 18, 2018 11:08 pm
squadjot wrote: Fri Jun 15, 2018 8:38 pm The reason there's alot of transocding options, is because i've been trying alot :D ..
The closest i came to playing transcoded file was this: https://www.youtube.com/watch?v=URyq8Ug2boY
Starts, but then restarts and the sound is async

As mentioned i kinda gave up, but if you have some specific tests you want me to do, i'll do it for the sake of the communitaeh :P
@squadjot can you give this https://drive.google.com/open?id=1hEwH3 ... FriqyL3LDw jar a try?
You bet, i'll get back to you when i have had the time to test. :)

Re: Problem with unwanted transcoding

Posted: Tue Jun 19, 2018 6:02 am
by squadjot
@atamariya Did you wan't me to rename and replace it with ums.jar ?

If so; then i get this errror;

Code: Select all

A JNI error has occurred, please check your installation and try again.

Re: Problem with unwanted transcoding

Posted: Tue Jun 19, 2018 10:32 pm
by atamariya
squadjot wrote: Tue Jun 19, 2018 6:02 am @atamariya Did you wan't me to rename and replace it with ums.jar ?

If so; then i get this errror;

Code: Select all

A JNI error has occurred, please check your installation and try again.
I usually build a small JAR containing only UMS code without dependencies. That's the one I provided and it failed. Sorry about that. Try this one https://drive.google.com/open?id=1dGErd ... CvI6wuTZ4w

Re: Problem with unwanted transcoding

Posted: Thu Jun 21, 2018 5:06 am
by squadjot
I'm sorry, but UMS won't start when i use your jar.
I can see javaw.exe launches.. but i never see GUI and cannot see server on TV's

Let me know if you want me to try something else.

Re: Problem with unwanted transcoding

Posted: Fri Jun 22, 2018 4:56 pm
by atamariya
squadjot wrote: Thu Jun 21, 2018 5:06 am I'm sorry, but UMS won't start when i use your jar.
I can see javaw.exe launches.. but i never see GUI and cannot see server on TV's

Let me know if you want me to try something else.
Can you attach the log for me to debug?

Re: Problem with unwanted transcoding

Posted: Sat Jun 23, 2018 8:18 am
by squadjot
I don't think it even creates one..Where exactly would this log be located .

Re: Problem with unwanted transcoding

Posted: Sat Jun 23, 2018 4:45 pm
by atamariya
squadjot wrote: Sat Jun 23, 2018 8:18 am I don't think it even creates one..Where exactly would this log be located .
Can you try running at command line?

Code: Select all

java -jar ums.jar
You can provide me the console output.

Re: Problem with unwanted transcoding

Posted: Sun Jun 24, 2018 8:48 am
by squadjot
Ok, the program could not start because of some old database version in "C:\ProgramData\UMS\database" so i deleted those files and got a bit further.

The GUI still doesent launch if i try to start UMS.exe

I tried to run the jar file by commandline as you suggested, i've attached the output for you.

I can see "Universal Media Server" on my TV, but there's no folders available. (and i've shared W:\Test which contains one file)

Re: Problem with unwanted transcoding

Posted: Sun Jun 24, 2018 5:31 pm
by atamariya
squadjot wrote: Sun Jun 24, 2018 8:48 am Ok, the program could not start because of some old database version in "C:\ProgramData\UMS\database" so i deleted those files and got a bit further.

The GUI still doesent launch if i try to start UMS.exe

I tried to run the jar file by commandline as you suggested, i've attached the output for you.

I can see "Universal Media Server" on my TV, but there's no folders available. (and i've shared W:\Test which contains one file)
Looks like your Samsung sends a request before the server has successfully initialized. Since there's no response from the server at this instant, there's no further attempt from the TV. Can you switch on the TV after the server has initialized? You can check if the server is up by hitting http://192.168.1.133:9001 . Also verify that the test folder lists content in the UI.

BTW your debug log is located at C:\ProgramData\UMS\debug.log . You can send me that file for future results.