• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Casting

IBMJunkman

Senior member
How does it work? I go to Fox app on my iPad and select a program. I select the cast button and pick my TV. Voila! The show is on my TV! Sony X750D running Android TV.

But how? The app just tells the Fox site to send the program data to my TVs IP address? What in the TV just ignores everything and starts showing the data stream?
 
How does it work? I go to Fox app on my iPad and select a program. I select the cast button and pick my TV. Voila! The show is on my TV! Sony X750D running Android TV.

But how? The app just tells the Fox site to send the program data to my TVs IP address? What in the TV just ignores everything and starts showing the data stream?

Voodoo
 
i've worked on chromecast recievers and clients

most smart TV apps, are actually just web pages, with a few extensions in java script to hook into the chromecast mediaplayer (which is just an interface to a piece of software on the chromecast firmware.... on say a samsung or LG tv its pretty similar too but they have their own proprietary apis).

chromecast is no different. you make a special web page. it has event hooks for when someone "casts". and you can hook into those events. So if I click play on my phone, it goes through the network, and the TV gets an event which some javascript wouldu see and it would do whatever it needed to get Urls for your video etc.

when you cast to a TV all you are telling theTV to do is load "the special webpage" that company X made for the chromecast. the chromecast has an api for a media player which supports most of the popular streaming formats (off the top of my head, chromecast supports HLS , smoothstreaming and MPEG DASH with widevine or playready digital rights management) and a vendor will tell the player to start streaming a video from the cloud.
 
Back
Top