Shared network folders , shows video media, but not playing

Post Reply
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Shared network folders , shows video media, but not play

Post by Eugene »

Hi,

Settings - Additional - turn off "Install Windows Service"
S@gittarius
Posts: 98
Joined: Sat May 08, 2010 8:12 pm

Re: Shared network folders , shows video media, but not play

Post by S@gittarius »

Hi there,

Network connected shares are written into user's profile. So in order to access them one has to be logged in. On the other hand services start earlier in the start up process. Nevertheless every service run under a specific context and make use of its profile. So you have two possibilities:
  1. Run WMS under your user context. You have to modify WMS service Log on information. In this case WMS service will become non interactive thus you won't see transcoding activities.
  2. Make use of NET USE Windows command and put it into a stat-up batch script. You will end up with something like this

    Code: Select all

    NET USE z: \\<server>\NetShare /user:<user name> <password> /persistent
    More information on windows start up/shutdown scrips through Google
Hope this information will help you.

Regards
Post Reply