cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jutley
Engaged Sweeper III
According to this page, lansweeper should be retrieving information from media players, including Roku players.

https://www.lansweeper.com/asset/digital-media-players/

We have 32 rokus across our library branches that we use for digital signage, but none of the players are being picked up. We have them all connected via ethernet and they are all on the same network and subnets as our computers and other devices that are being picked up just fine.

Is there something extra we need to do to be able to pick these up?

We are on Lansweeper v. 7.0.30.66.
3 REPLIES 3
Esben_D
Lansweeper Employee
Lansweeper Employee
My bad, I actually linked the wrong tool.

It's Program Files (x86)\Lansweeper\Actions\Devicetester.exe
Esben_D
Lansweeper Employee
Lansweeper Employee
With an IP Range scan they should be scanned. However, do note that information can be limited on these. If only HTTP/HTTPS information is available, Lansweeper will also not be able to instantly recognize it as a media player.

Best thing you can do is search for it in Lansweeper based on IP. You can change the asset type in bulk if needed.

You can also check the connection with Program Files (x86)\Lansweeper\Actions\testconnection.exe
This will also give some indication whether information can be retrieved.
jutley
Engaged Sweeper III
Charles.X wrote:
With an IP Range scan they should be scanned. However, do note that information can be limited on these. If only HTTP/HTTPS information is available, Lansweeper will also not be able to instantly recognize it as a media player.

Best thing you can do is search for it in Lansweeper based on IP. You can change the asset type in bulk if needed.

You can also check the connection with Program Files (x86)\Lansweeper\Actions\testconnection.exe
This will also give some indication whether information can be retrieved.


They are definitely in the IP range that we scan everything else. I tried the testconnection.exe tool, but it's telling me I need to enter credentials. Querying a roku doesn't require credentials, but does require using port 8060.

You can get all of the information about a device by querying http://{ipaddress}:8060/query/device-info

Below is the XML result I get from querying one of our Rokus in the browser, as you can see you can get a lot of information about the Roku. Vendor, Model, Serial, friendly device name, which is similar to a hostname. this is the name you assign the Roku device when you add it to your account at Roku.com when first setting it up. The info below is for one of our RokuTV's, it's identical to the results of our normal Roku player with the addition to a few TV specific items such as screen size and tuner type.

<device-info>
<udn>2978001c-6805-109e-8032-c0d2f36caf7b</udn>
<serial-number>YN00LJ368178</serial-number>
<device-id>HJ786L368178</device-id>
<advertising-id>0fa3c349-3825-5819-8c31-c05a109eb928</advertising-id>
<vendor-name>TCL</vendor-name>
<model-name>49S405</model-name>
<model-number>7127X</model-number>
<model-region>US</model-region>
<is-tv>true</is-tv>
<is-stick>false</is-stick>
<screen-size>49</screen-size>
<panel-id>26</panel-id>
<tuner-type>ATSC</tuner-type>
<supports-ethernet>true</supports-ethernet>
<wifi-mac>c0:d2:f3:6c:af:7b</wifi-mac>
<wifi-driver>realtek</wifi-driver>
<ethernet-mac>5c:ad:76:cf:ff:f1</ethernet-mac>
<network-type>wifi</network-type>
<network-name>mlsemp</network-name>
<friendly-device-name>Northwest North End RokuTV</friendly-device-name>
<friendly-model-name>TCL•Roku TV</friendly-model-name>
<default-device-name>TCL•Roku TV - YN00LJ368178</default-device-name>
<user-device-name>Northwest North End RokuTV</user-device-name>
<software-version>8.1.2</software-version>
<software-build>4024</software-build>
<secure-device>true</secure-device>
<language>en</language>
<country>US</country>
<locale>en_US</locale>
<time-zone-auto>true</time-zone-auto>
<time-zone>US/Central</time-zone>
<time-zone-name>United States/Central</time-zone-name>
<time-zone-tz>America/Chicago</time-zone-tz>
<time-zone-offset>-300</time-zone-offset>
<clock-format>12-hour</clock-format>
<uptime>161489</uptime>
<power-mode>PowerOn</power-mode>
<supports-suspend>true</supports-suspend>
<supports-find-remote>false</supports-find-remote>
<supports-audio-guide>true</supports-audio-guide>
<developer-enabled>false</developer-enabled>
<keyed-developer-id/>
<search-enabled>true</search-enabled>
<search-channels-enabled>true</search-channels-enabled>
<voice-search-enabled>true</voice-search-enabled>
<notifications-enabled>true</notifications-enabled>
<notifications-first-use>false</notifications-first-use>
<supports-private-listening>true</supports-private-listening>
<supports-private-listening-dtv>true</supports-private-listening-dtv>
<supports-warm-standby>true</supports-warm-standby>
<headphones-connected>false</headphones-connected>
<expert-pq-enabled>0.5</expert-pq-enabled>
<supports-ecs-textedit>true</supports-ecs-textedit>
<supports-ecs-microphone>true</supports-ecs-microphone>
<supports-wake-on-wlan>true</supports-wake-on-wlan>
<has-play-on-roku>true</has-play-on-roku>
<has-mobile-screensaver>true</has-mobile-screensaver>
<support-url>tclusa.com/support</support-url>
</device-info>


Also, with one additional query, you can find out what all "channels" or "apps" are installed:

http://{ipaddress}:8060/query/apps

<apps>
<app id="37835" subtype="sdka" type="appl" version="2.6.21">QuickESign</app>
<app id="837" subtype="ndka" type="appl" version="1.0.70500264">YouTube</app>
</apps>


I do have my own MySQL database and a PHP app I wrote to query these things to make sure they are online and to perform a few basic commands such as launching our signage apps using the API. The problem is none of my Help Desk staff are able to do some of the manual MySQL manipulation if things need to be udpated, but they all use Lansweeper all day long, so using the scanner to be able to keep things current and to find out if these devices get turned off or unplugged when they shouldn't be would be beneficial.

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now