archienz / ps3mediaserver

Automatically exported from code.google.com/p/ps3mediaserver
0 stars 0 forks source link

[Video] When using tsMuxer, the video starts accelerated then freeze on PS3 #74

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use TSMuxer as PMS player

What is the expected output? What do you see instead?
Playable movie, instead, the first minute of the movie is played by the ps3
in accelerated mode. Then the movie freeze and the PMS still have threads
running. 

What version of the product are you using? On what operating system?
I use the devel version of PMS on vista. I already have this issue on older
beta releases.

If you are transcoding a media file, which engine are you using (mencoder,
avisynth/mencoder, tsmuxer?)
tsMuxer

If the media file is in error (or does not play flawlessly), what are the
codec informations of this file (you can use following program:
mediainfo.sourceforge.net) ? 

It can be reproduced systematically with some mkvs. These mkvs remuxed
manually to ts or m2ts or well played via PMS. 
Debug log file attached. 

Original issue reported on code.google.com by fabrice....@gmail.com on 3 Jan 2009 at 7:07

Attachments:

GoogleCodeExporter commented 9 years ago
After that, if i stop the frozen video, it remains a thread locked in 

Thread [Thread-108] (Suspended) 
    Thread.sleep(long) line: not available [native method] [local variables unavailable]    
    BufferedOutputFile.write(byte[], int, int) line: 166    
    OutputBufferConsumer.run() line: 43 

this threads locks in 
while ((inputStream !=null && (writeCount - inputStream.readCount >
bufferOverflowWarning)) || (inputStream == null && writeCount > 
bufferOverflowWarning)) {

with inputStream = null, writeCount = 116000000, bufferOverflowWarning = 
104257600

Original comment by fabrice....@gmail.com on 3 Jan 2009 at 7:14

GoogleCodeExporter commented 9 years ago
I think i found the problem, as I used eclipse to debug the application, I 
stopped
the application by stopping the debugger. The byebye was not send and when then
server does not disappear from the ps3. Then asking some files on the restarted
server may introduce border line effects.

Until I'm able to reproduce this behavior with normal launching/stopping on the
application, you can mark this as fixed. 

Original comment by fabrice....@gmail.com on 6 Feb 2009 at 1:23

GoogleCodeExporter commented 9 years ago
ok then :p

Original comment by ps3mediaserver@gmail.com on 6 Feb 2009 at 9:43