I am a newbie to Roku development. I want to find out whether the Roku TV discovers all the other TVs(Samsung, LG, Android & Apple TVs). If yes, please give me the function to discover the other TVs. Thanks in advance.
Is it possible to discover other smart tv's with a Roku TV?
646 Views Asked by AndroidGeek At
2
There are 2 best solutions below
2
AndroidGeek
On
I used the function in this link https://sdkdocs.roku.com/display/sdkdoc/roDataGramSocket and used address as 239.255.255.250 and port - 1900 which is used for SSDP( simple service discovery protocol). I was able to see the other smart TV's such as Samsung and Sony Bravia in my console log.
Related Questions in UDP
- UDP congestion control in NS2
- Packet drops in multicast when multiple instance of listner are running
- Netty loses udp packets at the beginning of the communication
- iOS "NSLocalizedDescription=Broken pipe" Error For UDP
- lua udp not working between computers
- Issues regarding multiplayer networking: input
- Implementing VOIP over udp, what is the approach to take when the player cannot cope up with received packet's speed
- Detecting incoming port for TFTP data?
- Is Winsock error 10054 (WSAECONNRESET) "normal" with UDP to/from localhost?
- PHP UDP socket memory leak
- What is the effect of the pseudo header in UDP?
- can we open an UDP conection in javascript
- UDP sending and receiving lists
- using Visual Basic 2013 and simple tcp client/server to implement lan game
- Manually send to iperf via UDP socket? (C++)
Related Questions in ROKU
- Checking for button title overflows in Brightscript
- Roku animation using animated sprites, how to create the tedious xml
- Play Video with redirect url
- Is it possible to assign an anonymous function to a global associative array property?
- Play multiple ads using RAF roku
- Why are heavy images not loading when we scroll down and scroll up
- Is it possible to discover other smart tv's with a Roku TV?
- Roku RAF Integration Assistance
- Roku How to get standard input in Main.brs
- Is it possible to display the loading indicator until the task node response is completed?
- Will Roku WebDriver setup work with my Java framework
- How to put together a roku toolchain
- roImageCanvas layer is not updating
- Text overlay on fullscreen video Roku
- ROKU-Using urlTransfer to Call Script File
Related Questions in BRIGHTSCRIPT
- Checking for button title overflows in Brightscript
- Roku animation using animated sprites, how to create the tedious xml
- Play Video with redirect url
- Is it possible to assign an anonymous function to a global associative array property?
- Play multiple ads using RAF roku
- Why are heavy images not loading when we scroll down and scroll up
- Is it possible to discover other smart tv's with a Roku TV?
- Roku RAF Integration Assistance
- Roku How to get standard input in Main.brs
- Is it possible to display the loading indicator until the task node response is completed?
- roImageCanvas layer is not updating
- Text overlay on fullscreen video Roku
- ROKU-Using urlTransfer to Call Script File
- Roku app crashing on devices with 1 GB RAM
- Getting Protected Content License Error while playing DRM Protected Video in Roku Brightscript
Related Questions in SMART-TV
- Is it possible to discover other smart tv's with a Roku TV?
- How to install application to new samsung Smart tvs
- Run application on desktop and display to Smart Tv(s) over LAN
- How to get description of LG Smart TV through rootservice.xml?
- How can I check if Samsung Smart TV has Internet connection?
- How to support OTA video in custom web app (for LG TV)?
- Calling other existing smart TV applications from another application for Samsung Smart TV SDK
- Youtube api and Samsung SmartTV App resolutions
- Floating widget application on LG webOS Smart TV
- Smart TV Browser and Meteor.js App
- On Hover Listener is not firing up in android
- Samsung Smart TV App to use HUE as Ambilight
- Seeking Recommendations for Automated Testing Tools for Smart TVs and HbbTV Apps
- Tizen TV Emulator Not Launching (HAXM not Detected)
- use URL to get smart TV UID via TV browser, then pass UID to server for processing and return content to display
Related Questions in SSDP
- Win8: DatagramSocket.send to multicast addr silently failes
- Sending UDP datagram with Haskell
- Is it possible to discover other smart tv's with a Roku TV?
- ESP8266 SSDP - Not showing on Windows?
- Listen for UDP multicast packets
- SSDP & Android, how to reply to a M-SEARCH
- How to get description of LG Smart TV through rootservice.xml?
- SSDP and interface IP address
- How to do ip multicast /broadcast in ASP.NET Core
- Skip the IP headers with tcpdump
- Simple Service Discovery on linux
- Android how to implement ssdp alive receiver function
- How can I list upnp server/renderer in command line (console mode) on linux?
- SSDP UPnP discovery using Network
- How to query an ssdp server using java
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Roku by itself does not do discovery for other devices. If you have something specific in mind though, you should be able to send and listen for UDP, see https://sdkdocs.roku.com/display/sdkdoc/roDataGramSocket