Unknown1User / ps3mediaserver

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

PS3 no longer sees ps3mediaserver after pc os awaken from sleep #163

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Have a working ps3 mediaserver->ps3 setup
2. Switch off ps3
3. put windows vista to sleep
4. resume windows vista
5. turn on ps3
6. scan for new media servers
7. no media servers found
8. need to restart ps3mediaserver for ps3 to see the it

What is the expected output? What do you see instead?

The ps3 can no longer find ps3media server after the pc has been awaked
from sleep

What version of the product are you using? On what operating system?

pms-setup-win32-1.02.1.exe
Windows Vista SP1

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

N/A

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) ? 

N/A

Please provide any additional information below and PLEASE JOIN debug.log
file !!

Original issue reported on code.google.com by mr.vi...@gmail.com on 13 Jan 2009 at 9:21

GoogleCodeExporter commented 9 years ago
I've installed pms on two different vista x64 machines as a server and I've 
noticed
not a single problem on the machine that has uac and the firewall disabled but 
the
other machine which still has both enable with exceptions rules. The machine 
that has
them enabled seems to have this problem while the other one doesn't. However 
since
the other machine is my roommates I don't want to mess with the settings he 
already
had set on his computer so I have to constantly restart the server even though 
its
already running. In conclusion most issues with pms and vista are due to uac 
and/or
firewall.

Original comment by Cow...@gmail.com on 23 Jan 2009 at 6:28

GoogleCodeExporter commented 9 years ago
I have the exact same problem.  When I used to use the service method instead 
of the
software.  Restarting the service didnt do it, I had to reboot the computer.  
Now
that I only use the software version, I have to quit the PSM and restart it 
each time
I want to use it after my computer comes back from sleep.

Any idea what's causing it?  Can I force a restart of the PSM after my computer 
wakes ?

Original comment by drake...@gmail.com on 22 Apr 2009 at 10:27

GoogleCodeExporter commented 9 years ago
i also have this same issue w/Windows 7 Ultimate Ed 64bit Edition.

my ps3 media server connection works fine until my desktop win7 machine goes to 
sleep.

once i wake from sleep, ps3 will no longer see the PS3 Media Server; however it 
does 
still see my Windows Media Center DLNA connection.  Seems if i turn off and on 
Media 
Server option on PS3 and stop and restart PS3 Media Server service, my 
connection 
shows up again.

thanks

Original comment by jamesselix on 20 Nov 2009 at 5:19

GoogleCodeExporter commented 9 years ago
Same on Leopard. After waking up from sleep the PS3 can't see PS3 Media Server 
- i have to restart the 
application.

Original comment by mosc...@gmail.com on 30 Nov 2009 at 8:47

GoogleCodeExporter commented 9 years ago
I got vista, and I just created a script that I have to run whenever my machine 
comes 
back from sleep... annoying, but app is just excellent...  I would like to get 
it fixed 
though, will try firewall and see...

Original comment by wpere...@gmail.com on 15 Feb 2010 at 4:45

GoogleCodeExporter commented 9 years ago
Same issue here on Windows 7 Ultimate 64-bit.  Sleep makes PS3 media server 
(running
as a service) dissapear to the PS3.  Have to re-start the service, then 
re-start the
PS3 for it to be seen again

Original comment by munr...@gmail.com on 29 Mar 2010 at 2:56

GoogleCodeExporter commented 9 years ago
Another one on Win 7 (64 bit) cannot find server. Takes a few service restarts 
and
PS3 restarts to get it going

Original comment by yana.di...@gmail.com on 2 Apr 2010 at 5:21

GoogleCodeExporter commented 9 years ago
having this same problem

sometimes PSM even shows it detecting the ps3 but the ps3 doesnt see it.

Im thinking that might have to do with having multiple ps3's on the network...

wish this could get resolved as this is the biggest flaw with this program IMO

Original comment by moog1...@gmail.com on 2 Apr 2010 at 6:01

GoogleCodeExporter commented 9 years ago
Same problem on Win7 Pro. Neeed to open the main pannel, change network 
interface, 
change back, restart http server to solve the problem...

Original comment by ptib...@gmail.com on 5 Apr 2010 at 7:42

GoogleCodeExporter commented 9 years ago
Same problem on Vista 64 SP2, running as a service. Works again after I restart 
the service.
Debug.log attached from: 1) Restart service 2) Sleep computer 3) Wake computer 
4) Try to find servers on PS3.
Note the usual "Receiving a NOTIFY..." entries seemed to have stopped.

Original comment by phoeni...@gmail.com on 21 Jun 2010 at 7:10

Attachments:

GoogleCodeExporter commented 9 years ago
It is very annoying issue, but I found workaround for Win7 (Vista should work 
as well):

Open Task scheduler in Computer management and create a task triggered by Event 
ID 1, Log: System, Source: Power-Troubleshooter. Make task running with highest 
privileges and whether user logged in or not. Create batch file that stops and 
starts PS3 service:

@net stop "PS3 Media Server"
@net start "PS3 Media Server"

Add this batch file as an action to the above mentioned task. Done.

Simple way of verifying it - Windows 7 explorer shows PS3 Media Server under 
the Network/Media Devices if PS3 service is functional. When you see PS3 Media 
Server there - it should be seen by your Playstation (of course if you properly 
configured Win7 firewall).

My setup works like a charm.

Original comment by michael....@gmail.com on 7 Jul 2010 at 6:05

GoogleCodeExporter commented 9 years ago
Under Windows, PS3MS should probably monitor for the WM_POWERBROADCAST system 
message, more specifically the PBT_APMRESUMEAUTOMATIC (wParam) sub-message, 
which is described here:

http://msdn.microsoft.com/en-us/library/aa373247%28v=VS.85%29.aspx
http://msdn.microsoft.com/en-us/library/aa372718%28v=VS.85%29.aspx

..and upon receiving this restart the server or do whatever is required.

(And yes, I have the issue myself also. PS3MS on W7-64)

Original comment by capercai...@gmail.com on 23 Jul 2010 at 5:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Issue 873 has been merged into this issue.

Original comment by chocol...@cpan.org on 13 Jan 2011 at 8:37

GoogleCodeExporter commented 9 years ago
i think im having this issue :S but im not sure as my computer is unable to 
sleep properly due to a fried motherboard lol

Original comment by insipid....@gmail.com on 11 Apr 2011 at 10:49

GoogleCodeExporter commented 9 years ago
Same issue here with Win7 64-bit, PMS 1.21.0 and PS3 3.60.
Server disappears from XMB after PC wake up from sleep mode.

Original comment by happy.neko on 15 Apr 2011 at 1:34

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same problem, Win 7 Ultimatre 64-bit, UAC disabled, PMS 1.23, Hardwired PS3 and 
PC to same hub.  Running PS3 windows service.  Microsoft Media Center does not 
have this issue.  Issue happens with and without Microsoft Media Center server 
running.

Original comment by 5h4rp...@gmail.com on 13 Jun 2011 at 4:28

GoogleCodeExporter commented 9 years ago
this went away after I stopped and disabled the windows system service.

Original comment by 5h4rp...@gmail.com on 17 Jun 2011 at 8:37

GoogleCodeExporter commented 9 years ago
I have this issue also. Windows x64 sp1 Vipre firewall. On wake no server found 
but it works if I access last played movie. If I close and reopen PS3 Media 
server 3.40 it works again.

Original comment by bteam...@gmail.com on 25 Oct 2011 at 3:33

GoogleCodeExporter commented 9 years ago
hi!
same issue here. when my PC (win 7 ultimate) hase gone slleping once there is 
no way the PMS3 will find my PS3. i need to restart the pc to get it working 
again. a bit annoying, since i rarly do startup and rather let the pc sleep.
any new on this topic?

Original comment by mario.ka...@gmail.com on 24 Mar 2012 at 6:12

GoogleCodeExporter commented 9 years ago
Hi!!!
Had the same issue on Windows 7 Pro. x64 machine with PS3 Media Server 1.52 ... 
seems to help for me not to restart the server but to kill the according java 
process (javaw.exe) instead. This is working since several days for me now ... 
hope it helps you too.

Original comment by manuel.s...@googlemail.com on 29 Mar 2012 at 6:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Same problem.. My PC(Win7 x64) never sleeps and not in any idle modes, but when 
i shutdown PS3 or close any Of Android DLNA compat. software, AND run them 
again, PS3MediaServers stops being showed in list of avail. servers. Only 
restart of PS3-MS helps. Older version of ps3-ms 1.3xx primted into the log, 
that it sends "ALIVE" bcast requests, but ver.1.52.0 does not showing this ( 
maybe was disabled)

Original comment by pavel.rogovoi@gmail.com on 4 Apr 2012 at 6:42

GoogleCodeExporter commented 9 years ago
Can the users with this problem check:
Under Network Adapters -> Properties -> Power Management is checkbox "Allow the 
computer to turn off this device to save power" ticked? Thanks!

Original comment by Devlsh...@gmail.com on 20 Oct 2012 at 8:48

Attachments:

GoogleCodeExporter commented 9 years ago
Is this bug really only a Windows issue? I experienced the same thing on 
Lubuntu 12.04, and I'll tell you what happened there -- the machine was in 
suspend mode and I tried to browse the listings from my Sony blu-ray player. 
The PC *woke up* from me trying to access it from the BD player, and I waited, 
but the listing never able to be loaded. Tried a second time and no luck. The 
machine still had the same generic "offline server" icon on the Sony interface, 
instead of the PS3 picture it has when it's available.

The host computer takes less than 40 seconds to go from OFF to browsable so I 
know it wasn't still waking up the second time I tried.

Original comment by nx...@hotmail.com on 20 Oct 2012 at 9:02

GoogleCodeExporter commented 9 years ago
I don't think your Lubuntu error is the same as the Window issue. If I 
understand correctly, your machine came out of it's suspended state due to a 
WOL condition, not user interaction. The previous reports were all from Windows 
users that report there machines coming out of a hibernation or sleep state and 
PMS was unaware of the machine's NIC restarting until the app is rebooted.
Windows and Linux have very different methods of resuming from a suspend-type 
condition. I suggest you create a different bug report for your Lubuntu issue.
Thanks

Original comment by Devlsh...@gmail.com on 22 Oct 2012 at 12:33

GoogleCodeExporter commented 9 years ago
I used to rin this software on windows 7 with no issues what so ever. 

I now run windows 8 pro, my ps3 can not see the ps3 media server what so ever, 
but my samsung tv does. 
I never put my computer into sleep mode or to hibernate. 

Original comment by bjenk...@comcen.com.au on 5 Jan 2013 at 3:41