.DEB package available for Debian/Ubuntu

For help and support with issues specific to Linux/Unix
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply.

Re: .DEB package available for Debian/Ubuntu

Postby no_Legend » Sun Mar 28, 2010 3:01 pm

Does anybody got the PS3 playing MKV Files?
I just try it yesterday with a file which i allready have played but yesterday it doesn't work.


Best regards Robert
no_Legend
 
Posts: 27
Joined: Fri Feb 12, 2010 7:03 pm

Re: .DEB package available for Debian/Ubuntu

Postby p4tr1ck » Mon Mar 29, 2010 11:11 pm

I just wanted to say thank you and that it works very well. Keep up the good work.
User avatar
p4tr1ck
 
Posts: 2
Joined: Mon Mar 29, 2010 11:00 pm

Re: .DEB package available for Debian/Ubuntu

Postby lovswr » Wed Mar 31, 2010 11:23 am

well I have trouble again. I just can't seem to get this to work right for more than a few days at a time.

I'm running the AMD 64bit version of ubuntu,
lovswr@matrixone:~$ uname -r
2.6.31-20-generic
PS3 Media Server v1.29.409


it will not start correctly. When I reboot, the pms-linux is already running & I have to kill the process & start it again, but when I try to run it from the Applications menu, I get the following error message:


Failed to execute child process "/usr/share/pms-linux" (Permission denied)



I have to go to a command line: i.e. /usr/bin/pms-linux


this starts the program & I get the following on the traces tab


[New I/O server worker #1-1] TRACE 23:01:07.949 Media renderer was not recognized. HTTP User agent :PLAYSTATION 3
[New I/O server worker #1-2] TRACE 23:01:08.038 Media renderer was not recognized. HTTP User agent :PLAYSTATION 3
[New I/O server worker #1-1] TRACE 23:01:08.087 Media renderer was not recognized. HTTP User agent :PLAYSTATION 3
[main] TRACE 23:01:09.582 It's ready! You should see the server appears on XMB

Now, my PS3 sees the server every time, but the server NEVER sees the PS3. I always get unknown renderer & that big orange triangle on the status tab. Now for the biggee.


When I check on my PS3 I see

Videos

#- Video Settings -#

Videos

#- Video Settings -#


It does not load/see WEB.conf (which is in /usr/share/pms-linux)
I can go to the videos folder & most things will play.


I installed from your repo & just before this post I did
sudo apt-get remove pms-linux
sudo apt-get clean
sudo apt-get update

rebooted my maching

sudo apt-get install pms-linux




What am I doing wrong?
lovswr
 
Posts: 31
Joined: Mon Jan 19, 2009 5:00 pm

Re: .DEB package available for Debian/Ubuntu

Postby p4tr1ck » Wed Mar 31, 2010 11:49 am

This happens with me as well. However, if I start PMS with the command "sudo /etc/init.d/pms-linux restart" (or start if it isn't already running) in terminal it always work perfectly.
User avatar
p4tr1ck
 
Posts: 2
Joined: Mon Mar 29, 2010 11:00 pm

Re: .DEB package available for Debian/Ubuntu

Postby lovswr » Thu Apr 01, 2010 1:37 am

p4tr1ck wrote:This happens with me as well. However, if I start PMS with the command "sudo /etc/init.d/pms-linux restart" (or start if it isn't already running) in terminal it always work perfectly.



This works great. Thanks
lovswr
 
Posts: 31
Joined: Mon Jan 19, 2009 5:00 pm

Re: .DEB package available for Debian/Ubuntu

Postby yHuKyM » Mon Apr 05, 2010 8:26 am

Many thanks for your work. Installing was easy, and straight forward.
I have lenny 5.0 with 2GB of RAM and 3GHz Core2Duo. Everything was installed according to the how-to. My DLNA renderer is Sony Bravia KDL-40V5500. All works great, I even enjoy the ability to watch movies with .srt subtitles.
Though, I have an issue. How do I make the subtitles smaller? I did change the scale in the PMS.conf but nothing changes.
Code: Select all
mencoder_subfribidi = false
mencoder_ass_scale = 0.2
mencoder_ass_margin = 4
mencoder_ass_outline = 1
mencoder_ass_shadow = 1
mencoder_noass_scale = 0.2
mencoder_noass_subpos = 1
mencoder_noass_blur = 1
mencoder_noass_outline = 1
mencoder_subcp = cp1251
mencoder_ass = true
mencoder_disablesubs = false


I go through the transcoding folder, I select mencoder with external subtitles, and the subtitles show, but they are huge! Enabling or disabling ASS style in the TV's menu doesn't make any difference.
I've read in other posts in the linux section, that I need to have the ASS patch of mencoder. Do the .deb packages installed from the personal repository (from the HOWTO) have this patch?

I see in the log, that all custom options are passed correctly:
Code: Select all
[mencoder] INFO  10:07:51.289 Starting mencoder -ss 239.367 -quiet /shared/1tb/Films/A Walk To Remember/A Walk To Remember.avi -quiet -quiet -oac lavc -of mpeg -quiet -quiet -mpegopts format=mpeg2:muxrate=500000:vbuf_size=1194:abuf_size=64 -ovc lavc -channels 2 -lavdopts debug=0:threads=2 -lavcopts autoaspect=1:vcodec=mpeg2video:acodec=ac3:abitrate=256:threads=2:keyint=1:vqscale=1:vqmin=2 -ass -fontconfig -subcp cp1251 -subfont /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf -ass-color ffff00 -ass-border-color 00000000 -ass-font-scale 0.2 -ass-force-style FontName=Arial,Outline=1,Shadow=1,MarginV=4 -quiet -quiet -sid 100 -quiet -quiet -ofps 24000/1001 -sub /shared/1tb/Films/A Walk To Remember/A Walk To Remember.srt -mc 0 -noskip -af lavcresample=48000 -srate 48000 -o /tmp/javaps3media-root/mencoder1270451270845

Any clues?
yHuKyM
 
Posts: 2
Joined: Mon Apr 05, 2010 8:12 am

Re: .DEB package available for Debian/Ubuntu

Postby yHuKyM » Thu Apr 08, 2010 7:29 am

Nevermind, I got it working with smaller subtitles.
From what I did, I get the conclusion, that ASS is either not available or not working. Disabling it solved everything:
Code: Select all
mencoder_ass = false
yHuKyM
 
Posts: 2
Joined: Mon Apr 05, 2010 8:12 am

Re: .DEB package available for Debian/Ubuntu

Postby Danners » Fri Apr 09, 2010 9:37 pm

Hi,

I've just rebuilt my linux box and moved over to 64bit Ubuntu lucid in the process, used to run PMS on the old linux box and it demuxed MKVs fine, however I cannot seem to replicate the set up on my new box. I've added the repositories listed in the first post to my sources, updated apt-get and installed pms-linux mencoder tsmuxer ffmpeg mplayer. Playing avis etc work fine, and if I set "mencoder_mux_compatible" to false, mkvs play just fine, however it appears PMS is re-encoding it, which I don't want it to do. I've attached the debug log below, could someone with a keen eye take a quick look at tell me what's happening? My uneducated eye is telling me something is wrong with ffmpeg, which incidentally I've tried to compile myself, but it's throwing up an error when accessing the svn repository.

Thanks in advance.

Code: Select all
[New I/O server worker #1-1] DEBUG 23:39:34.585 Asked stream chunk [0-0] timeseek: 0.0 of 24.s08e01.720p.hdtv.x264-immerse.mkv and player MEncoder
[New I/O server worker #1-1] TRACE 23:39:34.586 Starting transcode/remux of 24.s08e01.720p.hdtv.x264-immerse.mkv
[New I/O server worker #1-1] DEBUG 23:39:34.586 Searching an audio track with lang: fre
[New I/O server worker #1-1] DEBUG 23:39:34.595 Searching an audio track with lang: jpn
[New I/O server worker #1-1] DEBUG 23:39:34.596 Searching an audio track with lang: ger
[New I/O server worker #1-1] DEBUG 23:39:34.598 Searching an audio track with lang: eng
[New I/O server worker #1-1] DEBUG 23:39:34.599 Matched audio track: Audio: AC3 / lang: eng / ID: 0
[New I/O server worker #1-1] DEBUG 23:39:34.601 Searching a subtitle track with lang: fre
[New I/O server worker #1-1] DEBUG 23:39:34.601 Searching a subtitle track with lang: eng
[New I/O server worker #1-1] INFO  23:39:34.601 Starting ffmpeg -vframes 1 -i /var/repo/media/TV/24/Season 8/24.s08e01.720p.hdtv.x264-immerse.mkv -vcodec copy -f h264 -vbsf h264_mp4toannexb -an -y pipe:
[New I/O server worker #1-1] INFO  23:39:34.608 Attaching thread: ffmpeg
[Thread-11] INFO  23:39:34.609 Sending ALIVE...
[Thread-11] DEBUG 23:39:34.609 Setting multicast network interface: name:eth0 (eth0) index: 2 addresses:
/192.168.0.254;

[Thread-11] DEBUG 23:39:34.609 Sending message from multicast socket on network interface: name:eth0 (eth0) index: 2 addresses:
/192.168.0.254;

[Thread-11] DEBUG 23:39:34.609 Multicast socket is on interface: /192.168.0.254
[Thread-11] DEBUG 23:39:34.609 Socket Timeout: 0
[Thread-11] DEBUG 23:39:34.609 Socket TTL: 32
[Thread-12] DEBUG 23:39:34.610 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-112] DEBUG 23:39:34.613 FFmpeg version SVN-r0.5.1-4:0.5.1-1ubuntu1, Copyright (c) 2000-2009 Fabrice Bellard, et al.
[Thread-112] DEBUG 23:39:34.613   configuration: --extra-version=4:0.5.1-1ubuntu1 --prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-vdpau --enable-bzlib --enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping --disable-vhook --enable-runtime-cpudetect --enable-gpl --enable-postproc --enable-swscale --enable-x11grab --enable-libdc1394 --enable-shared --disable-static
[Thread-112] DEBUG 23:39:34.613   libavutil     49.15. 0 / 49.15. 0
[Thread-112] DEBUG 23:39:34.613   libavcodec    52.20. 1 / 52.20. 1
[Thread-112] DEBUG 23:39:34.613   libavformat   52.31. 0 / 52.31. 0
[Thread-112] DEBUG 23:39:34.613   libavdevice   52. 1. 0 / 52. 1. 0
[Thread-112] DEBUG 23:39:34.613   libavfilter    0. 4. 0 /  0. 4. 0
[Thread-112] DEBUG 23:39:34.613   libswscale     0. 7. 1 /  0. 7. 1
[Thread-112] DEBUG 23:39:34.613   libpostproc   51. 2. 0 / 51. 2. 0
[Thread-112] DEBUG 23:39:34.613   built on Mar  4 2010 12:41:55, gcc: 4.4.3
[Thread-112] DEBUG 23:39:34.617 Seems stream 0 codec frame rate differs from container frame rate: 47.95 (48000/1001) -> 23.98 (24000/1001)
[Thread-112] DEBUG 23:39:34.617 Input #0, matroska, from '/var/repo/media/TV/24/Season 8/24.s08e01.720p.hdtv.x264-immerse.mkv':
[Thread-112] DEBUG 23:39:34.617   Duration: 00:41:55.26, start: 0.000000, bitrate: N/A
[Thread-112] DEBUG 23:39:34.617     Stream #0.0(eng): Video: h264, yuv420p, 1280x720, PAR 1:1 DAR 16:9, 23.98 tbr, 20k tbn, 47.95 tbc
[Thread-112] DEBUG 23:39:34.617     Stream #0.1(eng): Audio: ac3, 48000 Hz, 5.1, s16
[Thread-112] DEBUG 23:39:34.618 Output #0, h264, to 'pipe:':
[Thread-112] DEBUG 23:39:34.619     Stream #0.0(eng): Video: 0x0000, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 90k tbn, 23.98 tbc
[Thread-112] DEBUG 23:39:34.619 Stream mapping:
[Thread-112] DEBUG 23:39:34.619   Stream #0.0 -> #0.0
[Thread-112] DEBUG 23:39:34.619 Press [q] to stop encoding
[Thread-112] DEBUG 23:39:34.619 video:1kB audio:0kB global headers:0kB muxing overhead 3.854390%
[New I/O server worker #1-1] DEBUG 23:39:34.625 EOF
[New I/O server worker #1-1] DEBUG 23:39:34.625 Ready to Stop: true
[New I/O server worker #1-1] DEBUG 23:39:34.626 H264 file: /var/repo/media/TV/24/Season 8/24.s08e01.720p.hdtv.x264-immerse.mkv: Profile: 100 / level: 31 / ref frames: 3
[New I/O server worker #1-1] DEBUG 23:39:34.679 Searching a subtitle track with lang: fre
[New I/O server worker #1-1] DEBUG 23:39:34.679 Searching a subtitle track with lang: eng
[mkfifo] INFO  23:39:34.683 Starting mkfifo --mode=777 /tmp/javaps3media-root/1270852774683tsmuxerout.ts
[mkfifo] INFO  23:39:34.734 Starting mkfifo --mode=777 /tmp/javaps3media-root/1270852774681ffmpegvideo
[mkfifo] INFO  23:39:34.734 Starting mkfifo --mode=777 /tmp/javaps3media-root/1270852774681videoout
[Thread-12] DEBUG 23:39:34.782 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-116] DEBUG 23:39:34.884 Opening file /tmp/javaps3media-root/1270852774681ffmpegvideo for reading...
[mencoder] INFO  23:39:34.934 Starting mencoder -ss 0 /var/repo/media/TV/24/Season 8/24.s08e01.720p.hdtv.x264-immerse.mkv -quiet -quiet -really-quiet -msglevel statusline=-1:mencoder=-1 -ovc copy -nosound -mc 0 -noskip -of rawvideo -o /tmp/javaps3media-root/1270852774681ffmpegvideo
[mencoder] INFO  23:39:34.941 Attaching thread: mencoder
[Thread-116] DEBUG 23:39:34.954 Opening file /tmp/javaps3media-root/1270852774681videoout for writing...
[mkfifo] INFO  23:39:34.984 Starting mkfifo --mode=777 /tmp/javaps3media-root/1270852774682ffmpegaudio01
[mkfifo] INFO  23:39:34.985 Starting mkfifo --mode=777 /tmp/javaps3media-root/1270852774682audioout
[Thread-12] DEBUG 23:39:35.049 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-117] DEBUG 23:39:35.135 Opening file /tmp/javaps3media-root/1270852774682ffmpegaudio01 for reading...
[Thread-12] DEBUG 23:39:35.138 Receiving a NOTIFY from [192.168.0.254:54174]
[mencoder] INFO  23:39:35.185 Starting mencoder -ss 0 /var/repo/media/TV/24/Season 8/24.s08e01.720p.hdtv.x264-immerse.mkv -quiet -quiet -really-quiet -msglevel statusline=-1:mencoder=-1 -channels 6 -ovc copy -of rawaudio -mc 0 -noskip -oac copy -fafmttag 0x2000 -lavcopts acodec=ac3:abitrate=384 -af lavcresample=48000 -srate 48000 -quiet -quiet -o /tmp/javaps3media-root/1270852774682ffmpegaudio01
[mencoder] INFO  23:39:35.193 Attaching thread: mencoder
[Thread-131] DEBUG 23:39:35.206 Using SSE optimized IMDCT transform
[Thread-131] DEBUG 23:39:35.206 Using MMX optimized resampler
[Thread-117] DEBUG 23:39:35.206 Opening file /tmp/javaps3media-root/1270852774682audioout for writing...
[tsMuxeR] INFO  23:39:35.285 Starting tsMuxeR /tmp/javaps3media-root/pms-tsmuxer.meta /tmp/javaps3media-root/1270852774683tsmuxerout.ts
[tsMuxeR] INFO  23:39:35.291 Reading pipe: /tmp/javaps3media-root/1270852774683tsmuxerout.ts
[tsMuxeR] DEBUG 23:39:35.292 Opening file /tmp/javaps3media-root/1270852774683tsmuxerout.ts for reading...
[Thread-12] DEBUG 23:39:35.870 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-12] DEBUG 23:39:36.315 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-12] DEBUG 23:39:36.398 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-12] DEBUG 23:39:36.999 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-115] INFO  23:39:37.125 Stopping process: ffmpeg
[Thread-115] DEBUG 23:39:37.126 Killing the Unix process: 8560
[Thread-135] DEBUG 23:39:37.146 kill: No such process
[Thread-115] INFO  23:39:37.146 Destroying buffer
[Thread-115] INFO  23:39:37.282 Destroying buffer
[Thread-111] INFO  23:39:37.602 Stopping process: ffmpeg
[Thread-111] DEBUG 23:39:37.602 Killing the Unix process: 8560
[Thread-137] DEBUG 23:39:37.614 kill: No such process
[Thread-111] INFO  23:39:37.615 Destroying buffer
[Thread-12] DEBUG 23:39:37.747 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-12] DEBUG 23:39:38.140 Receiving a NOTIFY from [192.168.0.254:54174]
[Thread-13] INFO  23:39:38.445 Stopping process: ffmpeg
[Thread-13] DEBUG 23:39:38.445 Killing the Unix process: 8401
[Thread-14] INFO  23:39:38.449 Stopping process: ffmpeg
[Thread-14] DEBUG 23:39:38.449 Killing the Unix process: 8404
[Thread-15] INFO  23:39:38.453 Stopping process: ffmpeg
[Thread-15] DEBUG 23:39:38.454 Killing the Unix process: 8406
[Thread-139] DEBUG 23:39:38.458 kill: No such process
[Thread-13] INFO  23:39:38.462 Destroying buffer
[Thread-140] DEBUG 23:39:38.513 kill: No such process
[Thread-14] INFO  23:39:38.513 Destroying buffer
[Thread-15] INFO  23:39:38.602 Destroying buffer
[Thread-143] DEBUG 23:39:38.602 kill: No such process
[Thread-26] INFO  23:39:38.648 Stopping process: ffmpeg
[Thread-26] DEBUG 23:39:38.648 Killing the Unix process: 8419
[Thread-31] INFO  23:39:38.733 Stopping process: ffmpeg
[Thread-31] DEBUG 23:39:38.733 Killing the Unix process: 8426
[Thread-36] INFO  23:39:38.785 Stopping process: ffmpeg
[Thread-36] DEBUG 23:39:38.785 Killing the Unix process: 8433
[Thread-41] INFO  23:39:38.891 Stopping process: ffmpeg
[Thread-41] DEBUG 23:39:38.892 Killing the Unix process: 8441
[Thread-145] DEBUG 23:39:38.892 kill: No such process
[Thread-31] INFO  23:39:38.893 Destroying buffer
[Thread-146] DEBUG 23:39:38.893 kill: No such process
[Thread-26] INFO  23:39:38.893 Destroying buffer
[Thread-48] INFO  23:39:38.943 Stopping process: ffmpeg
[Thread-47] INFO  23:39:38.943 Stopping process: ffmpeg
[Thread-48] DEBUG 23:39:38.943 Killing the Unix process: 8451
[Thread-47] DEBUG 23:39:38.943 Killing the Unix process: 8448
[Thread-47] INFO  23:39:39.189 Destroying buffer
[Thread-149] DEBUG 23:39:39.189 kill: No such process
[Thread-150] DEBUG 23:39:39.189 kill: No such process
[Thread-36] INFO  23:39:39.190 Destroying buffer
[Thread-153] DEBUG 23:39:39.241 kill: No such process
[Thread-41] INFO  23:39:39.242 Destroying buffer
[Thread-152] DEBUG 23:39:39.242 kill: No such process
[Thread-48] INFO  23:39:39.242 Destroying buffer
[Thread-60] INFO  23:39:39.578 Stopping process: ffmpeg
[Thread-60] DEBUG 23:39:39.578 Killing the Unix process: 8475
[Thread-59] INFO  23:39:39.620 Stopping process: ffmpeg
[Thread-59] DEBUG 23:39:39.620 Killing the Unix process: 8472
[Thread-58] INFO  23:39:39.620 Stopping process: ffmpeg
[Thread-58] DEBUG 23:39:39.620 Killing the Unix process: 8471
[Thread-72] INFO  23:39:39.676 Stopping process: ffmpeg
[Thread-72] DEBUG 23:39:39.676 Killing the Unix process: 8489
[Thread-157] DEBUG 23:39:39.684 kill: No such process
[Thread-60] INFO  23:39:39.685 Destroying buffer
[Thread-74] INFO  23:39:39.733 Stopping process: ffmpeg
[Thread-74] DEBUG 23:39:39.733 Killing the Unix process: 8492
[Thread-58] INFO  23:39:39.733 Destroying buffer
[Thread-160] DEBUG 23:39:39.733 kill: No such process
[Thread-158] DEBUG 23:39:39.734 kill: No such process
[Thread-72] INFO  23:39:39.734 Destroying buffer
[Thread-59] INFO  23:39:39.782 Destroying buffer
[Thread-162] DEBUG 23:39:39.782 kill: No such process
[Thread-74] INFO  23:39:40.213 Destroying buffer
[Thread-165] DEBUG 23:39:40.299 kill: No such process
[New I/O server worker #1-1] DEBUG 23:39:40.340 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:40.840 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:41.340 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:41.841 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:42.341 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:42.841 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:43.341 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:43.841 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:44.341 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:44.842 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-1] DEBUG 23:39:45.342 Sent to socket: Accept-Ranges: bytes
[New I/O server worker #1-1] DEBUG 23:39:45.342 Sent to socket: Connection: keep-alive
[New I/O server worker #1-1] DEBUG 23:39:45.342 Sent to socket: Content-Length: 0
[New I/O server worker #1-1] DEBUG 23:39:45.343 Sent to socket: Content-Type: video/mpeg
[New I/O server worker #1-1] DEBUG 23:39:45.343 Sent to socket: Server: Linux-amd64-2.6.32-19-server, UPnP/1.0, PMS/1.20.409
[New I/O server worker #1-1] DEBUG 23:39:45.343 Opened handler on socket /192.168.0.253:51404 // Playstation 3
[New I/O server worker #1-1] DEBUG 23:39:45.343 Handler infos: HTTP/1.1 : GET : description/fetch
[New I/O server worker #1-1] DEBUG 23:39:45.343 Received on socket: Date: Fri, 09 Apr 2010 22:40:11 GMT
[New I/O server worker #1-1] DEBUG 23:39:45.343 Received on socket: Host: 192.168.0.254:5001
[New I/O server worker #1-1] DEBUG 23:39:45.343 Received on socket: User-Agent: UPnP/1.0
[New I/O server worker #1-1] DEBUG 23:39:45.343 Received on socket: X-AV-Client-Info: av=5.0; cn="Sony Computer Entertainment Inc."; mn="PLAYSTATION 3"; mv="1.0";
[New I/O server worker #1-1] INFO  23:39:45.343 HTTP: description/fetch / 0-0
[New I/O server worker #1-1] DEBUG 23:39:45.345 Sent to socket: Accept-Ranges: bytes
[New I/O server worker #1-1] DEBUG 23:39:45.345 Sent to socket: Cache-Control: no-cache
[New I/O server worker #1-1] DEBUG 23:39:45.345 Sent to socket: Connection: keep-alive
[New I/O server worker #1-1] DEBUG 23:39:45.345 Sent to socket: Content-Length: 2053
[New I/O server worker #1-1] DEBUG 23:39:45.345 Sent to socket: Content-Type: text/xml; charset="utf-8"
[New I/O server worker #1-1] DEBUG 23:39:45.345 Sent to socket: Expires: 0
[New I/O server worker #1-1] DEBUG 23:39:45.345 Sent to socket: Server: Linux-amd64-2.6.32-19-server, UPnP/1.0, PMS/1.20.409
[New I/O server worker #1-2] DEBUG 23:39:45.349 Opened handler on socket /192.168.0.253:51403 // Playstation 3
[New I/O server worker #1-2] DEBUG 23:39:45.349 Handler infos: HTTP/1.1 : GET : get/0$0$0$1$0/24.s08e01.720p.hdtv.x264-immerse.mkv
[New I/O server worker #1-2] DEBUG 23:39:45.349 Received on socket: Accept-Encoding: identity
[New I/O server worker #1-2] DEBUG 23:39:45.349 Received on socket: Connection: Keep-Alive
[New I/O server worker #1-2] DEBUG 23:39:45.350 Received on socket: Host: 192.168.0.254:5001
[New I/O server worker #1-2] DEBUG 23:39:45.350 Received on socket: TimeSeekRange.dlna.org: npt=0.000-
[New I/O server worker #1-2] DEBUG 23:39:45.350 Received on socket: transferMode.dlna.org: Streaming
[New I/O server worker #1-2] DEBUG 23:39:45.350 Received on socket: User-Agent: PLAYSTATION 3
[New I/O server worker #1-2] INFO  23:39:45.350 HTTP: get/0$0$0$1$0/24.s08e01.720p.hdtv.x264-immerse.mkv / 0-0
[New I/O server worker #1-2] DEBUG 23:39:45.350 Searching for objectId: 0$0$0$1$0 with children option: false
[New I/O server worker #1-2] DEBUG 23:39:45.350 Asked stream chunk [0-0] timeseek: 0.0 of 24.s08e01.720p.hdtv.x264-immerse.mkv and player MEncoder
[New I/O server worker #1-2] DEBUG 23:39:45.350 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:45.850 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:46.350 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:46.850 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:47.351 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:47.851 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:48.351 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:48.851 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:49.351 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:49.851 External inputstream instance is null... sounds not good, waiting 500ms
[New I/O server worker #1-2] DEBUG 23:39:50.352 Sent to socket: Accept-Ranges: bytes
[New I/O server worker #1-2] DEBUG 23:39:50.352 Sent to socket: Connection: keep-alive
[New I/O server worker #1-2] DEBUG 23:39:50.352 Sent to socket: Content-Length: 0
[New I/O server worker #1-2] DEBUG 23:39:50.352 Sent to socket: Content-Type: video/mpeg
[New I/O server worker #1-2] DEBUG 23:39:50.352 Sent to socket: Server: Linux-amd64-2.6.32-19-server, UPnP/1.0, PMS/1.20.409
[New I/O server worker #1-2] DEBUG 23:39:50.352 Sent to socket: TransferMode.DLNA.ORG: Streaming
[Thread-11] INFO  23:39:58.513 Sending ALIVE...
[Thread-11] DEBUG 23:39:58.513 Setting multicast network interface: name:eth0 (eth0) index: 2 addresses:
/192.168.0.254;

[Thread-11] DEBUG 23:39:58.513 Sending message from multicast socket on network interface: name:eth0 (eth0) index: 2 addresses:
/192.168.0.254;

[Thread-11] DEBUG 23:39:58.513 Multicast socket is on interface: /192.168.0.254
[Thread-11] DEBUG 23:39:58.513 Socket Timeout: 0
[Thread-11] DEBUG 23:39:58.513 Socket TTL: 32
[Thread-12] DEBUG 23:39:58.514 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:39:59.406 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:40:00.259 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:40:01.055 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:40:01.083 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:40:01.874 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:40:02.104 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:40:02.397 Receiving a NOTIFY from [192.168.0.254:45131]
[New I/O server worker #1-1] DEBUG 23:40:02.844 Opened handler on socket /192.168.0.253:51402 // Playstation 3
[New I/O server worker #1-1] DEBUG 23:40:02.844 Handler infos: HTTP/1.1 : GET : description/fetch
[New I/O server worker #1-1] DEBUG 23:40:02.844 Received on socket: Date: Fri, 09 Apr 2010 22:40:36 GMT
[New I/O server worker #1-1] DEBUG 23:40:02.844 Received on socket: Host: 192.168.0.254:5001
[New I/O server worker #1-1] DEBUG 23:40:02.844 Received on socket: User-Agent: UPnP/1.0
[New I/O server worker #1-1] DEBUG 23:40:02.844 Received on socket: X-AV-Client-Info: av=5.0; cn="Sony Computer Entertainment Inc."; mn="PLAYSTATION 3"; mv="1.0";
[New I/O server worker #1-1] INFO  23:40:02.844 HTTP: description/fetch / 0-0
[New I/O server worker #1-1] DEBUG 23:40:02.855 Sent to socket: Accept-Ranges: bytes
[New I/O server worker #1-1] DEBUG 23:40:02.855 Sent to socket: Cache-Control: no-cache
[New I/O server worker #1-1] DEBUG 23:40:02.855 Sent to socket: Connection: keep-alive
[New I/O server worker #1-1] DEBUG 23:40:02.856 Sent to socket: Content-Length: 2053
[New I/O server worker #1-1] DEBUG 23:40:02.856 Sent to socket: Content-Type: text/xml; charset="utf-8"
[New I/O server worker #1-1] DEBUG 23:40:02.856 Sent to socket: Expires: 0
[New I/O server worker #1-1] DEBUG 23:40:02.856 Sent to socket: Server: Linux-amd64-2.6.32-19-server, UPnP/1.0, PMS/1.20.409
[Thread-12] DEBUG 23:40:03.177 Receiving a NOTIFY from [192.168.0.254:45131]
[Thread-12] DEBUG 23:40:03.243 Receiving a NOTIFY from [192.168.0.254:45131]
Danners
 
Posts: 20
Joined: Thu Sep 03, 2009 6:23 pm

Re: .DEB package available for Debian/Ubuntu

Postby grifonas » Sat Apr 10, 2010 10:30 pm

Hi there.
Thanks a lot for all your work on the PMS!

I'm having quite a peculiar problem though. After I boot my Ubuntu 9.10 64 bit, and try starting PMS with your init.d script it gives me a warning that the PMS is already running. But it does not appear on my PS3. When I stop it and start it again the same way, it works perfectly (The PS3 sees it).

I presume it starts on start-up, but for some reason not correctly. I had a look at the list of startup applications, and it wasn't there.

Any ideas?

Thanks!
grifonas
 
Posts: 2
Joined: Sat Apr 10, 2010 10:14 pm

Re: .DEB package available for Debian/Ubuntu

Postby paissad » Mon Apr 12, 2010 5:29 am

@ grifonas

i personnaly named the application pms-linux, but you won't see it in the started applications because the apps "does not have a default name"
PMS is runned by java application ( take a look at /usr/bin/pms-linux)
so something like "ps ax | grep pms-linux) won't show the result even if PMS is running :)
Take a look at the init script (/etc/init.d/pms-linux) in order to see how i figured it out !
I hope i have been clear enough
User avatar
paissad
 
Posts: 189
Joined: Wed Feb 10, 2010 11:52 pm

PreviousNext

Return to Linux/Unix Support

Who is online

Users browsing this forum: No registered users and 3 guests