PS3 Media Server 1.52.1 is released

Announcements about PS3 Media Server

Re: PS3 Media Server 1.52.1 is released

Postby Raptor399 » Mon Apr 23, 2012 6:18 am

lanky71 wrote:is that normal now? that when playing a file it says constantly? This was being streamed to my PS3 btw.

I don't think it is normal behavior to see that message every 1-2 microseconds.
Raptor399
Project Member
 
Posts: 1346
Joined: Wed Mar 09, 2011 11:06 pm
Top

Re: PS3 Media Server 1.52.1 is released

Postby lanky71 » Mon Apr 23, 2012 11:41 am

I can confirm when playing via Panasonic recorder it doesn't do the above - but playing via PS3 it now writes that message to the trace report every one to two microseconds.
lanky71
 
Posts: 8
Joined: Sun Apr 22, 2012 12:58 pm
Top

Re: PS3 Media Server 1.52.1 is released

Postby chocolateboy » Mon Apr 23, 2012 8:34 pm

lanky71 wrote:my log is filled with this when playing a file via the PS3:

Code: Select all
INFO  2012-04-22 17:54:11.741 [StartPlaying Event] renderer: 10.1.1.13, file: D:\folder\sub-folder\file.avi
INFO  2012-04-22 17:54:32.784 [StopPlaying Event] renderer: 10.1.1.13, file: D:\folder\sub-folder\file.avi


It repeats itself every 1-2 micro seconds for the duration of the file.


Not sure where you get microseconds from. The minimum is 4 seconds. The example you've quoted is 21 seconds.
chocolateboy
Project Member
 
Posts: 1977
Joined: Wed Sep 16, 2009 9:05 am
Top

Re: PS3 Media Server 1.52.1 is released

Postby lanky71 » Mon Apr 23, 2012 10:01 pm

sorry my bad, i thought it was minutes, seconds then microseconds not hours, minutes, seconds.
Ok this has only just started happening since the update this constant "start/stop" in the trace report is it still normal? Cause i've noticed more "glitches" when playing back files since the update.
lanky71
 
Posts: 8
Joined: Sun Apr 22, 2012 12:58 pm
Top

Re: PS3 Media Server 1.52.1 is released

Postby chocolateboy » Mon Apr 23, 2012 10:51 pm

Change:

Code: Select all
<root level="DEBUG">


to:

Code: Select all
<root level="TRACE">


- in logback.xml and zip/attach your PMS.conf and debug.log.
chocolateboy
Project Member
 
Posts: 1977
Joined: Wed Sep 16, 2009 9:05 am
Top

Re: PS3 Media Server 1.52.1 is released

Postby urra901109 » Wed Apr 25, 2012 8:26 pm

hello, i am avid user of this very useful program.. i usually stream to both my ps3 and android phone.. what i realize is missing in this release is the transcode folder no longer display option of "no encoding". is it a feature of this release? if not how can i enable? because my phone seems to not streaming encoded+subtitle stream so i need to choose the no encoding option. sorry if it have been answered before but i didn't find any info about this when googling. :D
urra901109
 
Posts: 1
Joined: Wed Apr 25, 2012 8:20 pm
Top

Re: PS3 Media Server 1.52.1 is released

Postby lanky71 » Thu Apr 26, 2012 1:48 pm

pm sent
lanky71
 
Posts: 8
Joined: Sun Apr 22, 2012 12:58 pm
Top

Re: PS3 Media Server 1.52.1 is released

Postby KwaXi » Fri Apr 27, 2012 12:28 pm

Hi,

after installing I found the following Java stracktrace on console, it appears really often:

Code: Select all
INFO  2012-04-27 14:23:37.014 [New I/O server worker #1-11] Node(net.pms.dlna.virtual.MediaLibrary) already has an ID=0$
6, which is overriden now. The previous parent node was:RootFolder[[MapFile [name=serials, id=0$1, ext=null, children=[]
], MapFile [name=movies, id=0$2, ext=null, children=[]], MapFile [name=music, id=0$3, ext=null, children=[]], MapFile [n
ame=m-vids, id=0$4, ext=null, children=[]], VirtualFolder [id=5, name=Web, full path=0$5, ext=null, discovered=false]]]
ERROR 2012-04-27 14:23:40.896 [pool-10-thread-2] null
org.h2.jdbc.JdbcSQLException: Wert zu gross / lang f³r Feld CODECV: 'mpeg4 (Advanced Simple Profile) (XVID / 0x44495658)
'
Value too long for column CODECV: 'mpeg4 (Advanced Simple Profile) (XVID / 0x44495658)' [90005-105]
        at org.h2.message.Message.getSQLException(Message.java:103) ~[pms.jar:na]
        at org.h2.message.Message.getSQLException(Message.java:114) ~[pms.jar:na]
        at org.h2.table.Column.validateConvertUpdateSequence(Column.java:301) ~[pms.jar:na]
        at org.h2.table.Table.validateConvertUpdateSequence(Table.java:579) ~[pms.jar:na]
        at org.h2.command.dml.Insert.update(Insert.java:93) ~[pms.jar:na]
        at org.h2.command.CommandContainer.update(CommandContainer.java:71) ~[pms.jar:na]
        at org.h2.command.Command.executeUpdate(Command.java:207) ~[pms.jar:na]
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdateInternal(JdbcPreparedStatement.java:137) ~[pms.jar:na]
        at org.h2.jdbc.JdbcPreparedStatement.executeUpdate(JdbcPreparedStatement.java:126) ~[pms.jar:na]
        at net.pms.dlna.DLNAMediaDatabase.insertData(DLNAMediaDatabase.java:395) ~[pms.jar:na]
        at net.pms.dlna.RealFile.resolve(RealFile.java:190) [pms.jar:na]
        at net.pms.dlna.DLNAResource.run(DLNAResource.java:775) [pms.jar:na]
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [na:1.7.0_04]
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [na:1.7.0_04]
        at java.lang.Thread.run(Unknown Source) [na:1.7.0_04]
ERROR 2012-04-27 14:23:40.927 [pool-10-thread-3] null


Regards
Last edited by chocolateboy on Sun Apr 29, 2012 1:07 pm, edited 1 time in total.
Reason: reformatted: http://tinyurl.com/4294qo2
KwaXi
 
Posts: 4
Joined: Thu Dec 29, 2011 1:14 pm
Top

Re: PS3 Media Server 1.52.1 is released

Postby taconaut » Fri Apr 27, 2012 12:32 pm

@KwaXi this issue has been fixed and will be part of the next release
If you always wanted to have your most recent videos at the top of the folder in the ps3 or wished you could group all videos with the same genre in one folder, have a look at pms-mlx
taconaut
Project Member
 
Posts: 911
Joined: Fri Apr 10, 2009 11:29 pm
Location: Switzerland
Top

Re: PS3 Media Server 1.52.1 is released

Postby frk78 » Fri Apr 27, 2012 12:49 pm

will this next release be for linux generic, or also ubuntu (10 lts in my case) ?
frk78
 
Posts: 4
Joined: Fri Apr 27, 2012 8:43 am
Top

PreviousNext

Return to Announcements

Who is online

Users browsing this forum: Alexa [Bot] and 9 guests