in stock android, and on most android (and iphone) devices the os (or perhaps just the stock browser) blocks any video from autoplaying when you visit a webpage. Some 3rd party phones like the galaxy s3 do not have this limitation on their stock browser / os and autoplay works just fine.
can anyone who has a chromecast verify whether autoplay works in the stock browser?
for example, if you make a webpage and embed a video and add autoplay=1 to the embed url, does the video autoplay when the page is loaded on chromecast?
thanks!
I added a "src=myvideo.mp4" to the video tag in the receiver example provided by Google. The video will automatically start playing when the receiver page is loaded by the Chromecast. Usually, the video is loaded using the provided javascript through the API (hence why the sample receiver doesn't have a src parameter in the video tag.
WildSatchmo said:
in stock android, and on most android (and iphone) devices the os (or perhaps just the stock browser) blocks any video from autoplaying when you visit a webpage. Some 3rd party phones like the galaxy s3 do not have this limitation on their stock browser / os and autoplay works just fine.
can anyone who has a chromecast verify whether autoplay works in the stock browser?
for example, if you make a webpage and embed a video and add autoplay=1 to the embed url, does the video autoplay when the page is loaded on chromecast?
thanks!
Click to expand...
Click to collapse
Chromecast does not have a browser, stock or otherwise.
cmstlist said:
Chromecast does not have a browser, stock or otherwise.
Click to expand...
Click to collapse
Yeah, except that it has a variant of Chrome...
hjarnsynk said:
Yeah, except that it has a variant of Chrome...
Click to expand...
Click to collapse
It's called Chromecast but it actually is based on Android with some code from Google TV. The difference is that a lot of the guts have been ripped out (such that it can't run Android apps per se).
But the main point is - Chromecast has no interactive interface. Everything you do with it is controlled by other devices which have their own interfaces. So the question of what the "Chromecast browser" can do is moot. There is no browser, and there are no apps. It is simply a receiver for streaming URLs and streamed tabs. When you stream a tab to it from the Chrome browser, all the rendering is done in desktop Chrome and then streamed to the receiver.
cmstlist said:
It's called Chromecast but it actually is based on Android with some code from Google TV. The difference is that a lot of the guts have been ripped out (such that it can't run Android apps per se).
But the main point is - Chromecast has no interactive interface. Everything you do with it is controlled by other devices which have their own interfaces. So the question of what the "Chromecast browser" can do is moot. There is no browser, and there are no apps. It is simply a receiver for streaming URLs and streamed tabs. When you stream a tab to it from the Chrome browser, all the rendering is done in desktop Chrome and then streamed to the receiver.
Click to expand...
Click to collapse
No, the question is not moot.
There are no apps? What about the html based receiver apps?
From the sdk: "A Chrome browser on the receiver downloads the HTML, CSS, and JavaScript and renders it."
hjarnsynk said:
No, the question is not moot.
There are no apps? What about the html based receiver apps?
From the sdk: "A Chrome browser on the receiver downloads the HTML, CSS, and JavaScript and renders it."
Click to expand...
Click to collapse
Whatever that sentence in the SDK is describing, it doesn't refer to anything the end user experiences at this point in time. Maybe it's something developers have access to. Certainly Google Cast doesn't involve any on-device rendering.
Sent from my Nexus 7 using Tapatalk HD
cmstlist said:
Whatever that sentence in the SDK is describing, it doesn't refer to anything the end user experiences at this point in time. Maybe it's something developers have access to. Certainly Google Cast doesn't involve any on-device rendering.
Sent from my Nexus 7 using Tapatalk HD
Click to expand...
Click to collapse
If you take a few minutes to review the SDK, it will become clear that there most certainly is a browser. No, it is not user controllable with a keyboard and mouse, but it certainly renders html content. That is actually all it does... the homepage is a web page hosted on the internet, the youtube app is a webpage, the netflix app is a web page, every app for this thing is going to be a web page. The developer's tools debug mode gives you an inspection tool and allows you to see and modify the html code of the web apps on the fly so it is most definitely a browser.
Related
Direct streaming to Chromecast without using the tab mirror option
1) First find you favorite vimeo URL
for example: I choose this http://vimeo.com/69627704
2) Go to http://keepvid.com/ (This service and other like it can resolve URL from other video site too, not just vimeo)
3) paste in the vimeo address and hit download. You will be presented with 2 links obviously choose the 720p one if possible. Right click on it and copy url it should be something really long like this http://pdl.vimeocdn.com/18706/952/1...n=1375283992_18627ba2bd4d1204fdaacfc695607cc9
4) go to http://googlecast.github.io/cast-chrome/ (I take no credit for this site whomever did it was great)
5) Drop down activity type to HTML5 video play back and paste in the really long URL
6) Hit play (the video should play now, but ignore it and scroll down fast)
7) YOU have to scroll down fast to the bottom on the page and hit the name of your chromecast fast (then your TV will go black screen for a bit seems like a long time 5 secs, then it should play on your TV).
I believe this method work with other video service too as long as you can get their true URL, basically you just need an mp4 file or something URL
Vimeo is already working on an app. It appears that once the SDK goes out of preview there will be a whole glut of casting apps.
Just found the method to work with putlocker as well. When playing putlocker video, to the bottom right it allow you to "download" the video, I just right click and copy the link and past it directly to step 4 above. And it works
I combined http://googlecast.github.io/cast-chrome/ with an apache instance on my macbook air to natively stream an .mp4 to the chromecast, no transcoding or webrtc.
Can the video be paused / resumed?
Sent from my Galaxy Nexus using Tapatalk 4 Beta
even 720 tab casting is good with my setup but for some reason i couldn't get OP solution to work smooth enough. it pauses rather than stutters.
cmstlist said:
Can the video be paused / resumed?
Sent from my Galaxy Nexus using Tapatalk 4 Beta
Click to expand...
Click to collapse
Yep there is a set of control at the bottom when you click on the chromecast to activate it. You can pause stop volume... I been having good luck with multiple video providers... Best of luck to all until we can get official support. The trick is all about the true url of the streaming video and the github website still wondering who made that site. I am trying to study the code, but I am not white listed so it is limited
Sent from my Nexus 7 using Tapatalk HD
sort of off topic question:
does it cast the highest resolution available when used natively? for example youtube, does it send 1080 when the video is available in 720 and 1080? i hope they would offer more bitrate/resolution settings in the future.
Sent from my One S using xda app-developers app
mannequin said:
sort of off topic question:
does it cast the highest resolution available when used natively? for example youtube, does it send 1080 when the video is available in 720 and 1080? i hope they would offer more bitrate/resolution settings in the future.
Sent from my One S using xda app-developers app
Click to expand...
Click to collapse
From what I see, as long as your source from Internet has 1080p then yeah. This is direct streaming, so it work like those YouTube 1080p video directly to Chromecast. However I think you would need pretty good Internet for that. I always have trouble with smooth 1080p streaming even on computer.
Sent from my Nexus 7 using Tapatalk 4
python2121 said:
I combined http://googlecast.github.io/cast-chrome/ with an apache instance on my macbook air to natively stream an .mp4 to the chromecast, no transcoding or webrtc.
Click to expand...
Click to collapse
Sounds very cool, care to share how you did it?
pmgreen said:
Sounds very cool, care to share how you did it?
Click to expand...
Click to collapse
http://forum.xda-developers.com/showthread.php?t=2388915
I know this is a really old post but does this still work or is there an alternative?
Nothing appears under "Select a device to launch this activity"
Flatuglance said:
I know this is a really old post but does this still work or is there an alternative?
Nothing appears under "Select a device to launch this activity"
Click to expand...
Click to collapse
No, it doesn't work any more. Google disabled all of these unofficial casting apps by introducing a "whitelist" of allowed apps in their August firmware update. That's one of the reasons why we've dubbed it the Google CrippledCast in our house.
DJames1 said:
No, it doesn't work any more. Google disabled all of these unofficial casting apps by introducing a "whitelist" of allowed apps in their August firmware update. That's one of the reasons why we've dubbed it the Google CrippledCast in our house.
Click to expand...
Click to collapse
...and @Kyonz developed KyoCast to have a custom whitelist, and Team Eureka released Eureka-ROM which lets you use Google's whitelist, Team Eureka's whitelist (which allows things like AllCast, fling and a few other third-party apps), or a completely custom list of your own.
Of course all of that requires root, which isn't possible for newer Chromecasts...
you can use curl to play video directly on chromecast
If you have whitelisted device (via Kyocast/ EurekaROM) you can play supported video formats using curl directly to chromecast.
curl -H "Content-Type: application/json" http://<your_chromecast_ipaddress>:8008/apps/Fling -X POST -d "<your_video_link>"
where <your_video_link> is the video link from internet.
<your_chromecast_ipaddress> is the ip address of your chromecast
Still no direct Chromecast support in the Vimeo player, but if you have Plex, the Vimeo channel in Plex works with the Chromecast.
I have just received my chromecast and it works quite nicely. However some videos cannot be casted from the youtube app on my nexus 7. They are all videos that have been flagged for mature content. For instance some music videos. I get an error saying the video is not available for my tv.
However, I can cast those same videos from my laptop.
Does anyone know whats going on here?
theaftermath said:
I have just received my chromecast and it works quite nicely. However some videos cannot be casted from the youtube app on my nexus 7. They are all videos that have been flagged for mature content. For instance some music videos. I get an error saying the video is not available for my tv.
However, I can cast those same videos from my laptop.
Click to expand...
Click to collapse
Since Chromecast gets video on its own, there are limits on how the YouTube login gets passed.
Google's support article doesn't seem to mention restrictions on 18+ content, but like I said, what Chromecast can access isn't the same as what a full, normal YouTube login can.
theaftermath said:
I have just received my chromecast and it works quite nicely. However some videos cannot be casted from the youtube app on my nexus 7. They are all videos that have been flagged for mature content. For instance some music videos. I get an error saying the video is not available for my tv.
Click to expand...
Click to collapse
You don't need the App for YouTube to cast to the CCast. Try using the browser and using the Cast button on the Video itself instead of going via the App. This works with both Netflix and YouTube. No need to use Google Cast in a browser or the Android App to send their content to a CCast.
You might have better luck sending the content FROM You Tube than from the App that tells the CCast to go and get that content.Their code is likely to be a bit more up to date on sending than the Apps are.
You say you are casting from a Laptop but did not mention via what method your using so apologies if your already doing it the way I suggested.
bhiga said:
Since Chromecast gets video on its own, there are limits on how the YouTube login gets passed.
Google's support article doesn't seem to mention restrictions on 18+ content, but like I said, what Chromecast can access isn't the same as what a full, normal YouTube login can.
Click to expand...
Click to collapse
I would think an account is an account and the info about that account is stored on the google side. So it should be the same on all devices that use that login.
I would more believe that the player that the Android App sends to retrieve does not have the ability to play 18+ content natively. Or by default has 18+ restrictions set on by default in the app if that was what is going on.
Asphyx said:
I would think an account is an account and the info about that account is stored on the google side. So it should be the same on all devices that use that login.
I would more believe that the player that the Android App sends to retrieve does not have the ability to play 18+ content natively. Or by default has 18+ restrictions set on by default in the app if that was what is going on.
Click to expand...
Click to collapse
Yeah, I Want to Believe but if the account login seamlessly transferred with the Chromecast handoff somehow, then live events would work, and we wouldn't have those random videos that say "Not available for your TV" (unless perhaps there's some backlog of transcoding required, like when they initially launched the mobile/MP4 site).
Asphyx said:
You don't need the App for YouTube to cast to the CCast. Try using the browser and using the Cast button on the Video itself instead of going via the App. This works with both Netflix and YouTube. No need to use Google Cast in a browser or the Android App to send their content to a CCast.
You might have better luck sending the content FROM You Tube than from the App that tells the CCast to go and get that content.Their code is likely to be a bit more up to date on sending than the Apps are.
You say you are casting from a Laptop but did not mention via what method your using so apologies if your already doing it the way I suggested.
I would think an account is an account and the info about that account is stored on the google side. So it should be the same on all devices that use that login.
I would more believe that the player that the Android App sends to retrieve does not have the ability to play 18+ content natively. Or by default has 18+ restrictions set on by default in the app if that was what is going on.
Click to expand...
Click to collapse
On my laptop I am casting directly from the youtube video. I am not casting the tab as I don't have enough CPU.
bhiga said:
Yeah, I Want to Believe but if the account login seamlessly transferred with the Chromecast handoff somehow, then live events would work, and we wouldn't have those random videos that say "Not available for your TV" (unless perhaps there's some backlog of transcoding required, like when they initially launched the mobile/MP4 site).
Click to expand...
Click to collapse
I think the difference is between how the youtube android app and how youtube on my laptop pass login details. It is the only way the laptop works and the android app doesn't.
theaftermath said:
On my laptop I am casting directly from the youtube video. I am not casting the tab as I don't have enough CPU.
I think the difference is between how the youtube android app and how youtube on my laptop pass login details. It is the only way the laptop works and the android app doesn't.
Click to expand...
Click to collapse
Well your account is your account...
Unless your using a different account on the Android App than you are on the Laptop there should be no difference because if Account is important then all anything is telling Yahoo is what the userass is....
It may however be tat the Android app isn't sending or using ANY account at all...
Thats the only way I see account being at fault here.
Asphyx said:
Well your account is your account...
Unless your using a different account on the Android App than you are on the Laptop there should be no difference because if Account is important then all anything is telling Yahoo is what the userass is....
It may however be tat the Android app isn't sending or using ANY account at all...
Thats the only way I see account being at fault here.
Click to expand...
Click to collapse
I agree, I don't believe the youtube app is providing authentication. I am using the same login. I hope they fix this.
Get it whilst its hot.
Stream all those mp4 clips of 'nature' and documentaries with ease.. Definitely not porn. No.
Good stuff. :good:
Bonus! sky sports web videos now playback in non flash mode.. If u wait a second the vget icon appears top left of video.. Pleased
Sent from my Nexus 7
This is so full of win it's not even funny.
Works great.
Tried and works great. Streams seem to be more stable than with both Avia or BubbleUPnP for some reason.
So, on which sites would this be useful? I tried it on amazon prime, it didn't work. I wanted to see if it would work on byutv.org, it didn't work. Any suggestions on where I might use this?
primetime34 said:
So, on which sites would this be useful? I tried it on amazon prime, it didn't work. I wanted to see if it would work on byutv.org, it didn't work. Any suggestions on where I might use this?
Click to expand...
Click to collapse
You can use it to watch clips on hulu.com (not plus) and if you like searching archives (I do, it's an acquired taste) there's a ton of stuff on the Internet Archive.
https://archive.org/details/dick_tracy_detctive (be sure to use the mp4 link in the table)
It's jumpy, it's cheesy but it's the original **** Tracy.
Some good and all but lost stuff in there.
https://archive.org/details/EyesInTheNight720p1942
I'm sure you'll run across things for your tastes at other sites if you're not interested in that sort of thing. There's a lot of gems squirreled away on the net.
I'm just not getting how to use VGet with Chrome to cast an internet stream. Can someone explain it to me?
I have the VGet downloader extension and the VGet casting extension installed in Chrome on my PC.
I see a VGet icon on my toolbar.
If I start an internet video stream (like the **** Tracy example), I can can click on the VGet icon and it gives me the options to download or cast to Chromecast.
I click on Chromecast, and says it's searching for a DLNA renderer on my network (why does it need one?).
I have to turn on an Android based DLNA client like BubbleUpNP on my Android table, or it won't find anything and it won't proceed. My TV DLNA clients on Samsung or Roku aren't detected.
If I select my Android tablet as the DLNA renderer, I get a small VGet play window that looks like its trying to play something, but nothing happens. It never asks me anything about which Chromecast to use, and my Chromecast shows nothing. The BubbleUpNP client on the Android tablet shows a blank screen.
What's supposed to happen? I don't quite understand the relationship between VGet and the DLNA renderer and the Chromecast.
I'm using the vGet app for Android. On that, if you turn off desktop/Flash mode and turn on Chromecast, select an mp4, it'll cast. With desktop/Flash mode on, you get to choose - Stream (to your selected Android media player, MoboPlayer is good here), Download, or DLNA.
I didn't know that they made a desktop Chrome extension.
PS - when I said it works great - I'm using it with low quality videos that don't look worse via vGet/casting vs. any other methods I use to watch those, but it's very convenient so that's great for me.
VGet appears to work for the Webisodes Network website which is nice.
Would be even nicer if vGet had a functional back button in their internal browser. If I navigate into a site and then press the Android back button, it just bumps me out of the app.
Sent from my Nexus 5 using Tapatalk
cmstlist said:
VGet appears to work for the Webisodes Network website which is nice.
Would be even nicer if vGet had a functional back button in their internal browser. If I navigate into a site and then press the Android back button, it just bumps me out of the app.
Click to expand...
Click to collapse
Odd. Must be device or Android version dependent. I get the previous page.
The problem with the app that I noticed last night is that once my phone has gone to sleep, it sometimes forgets that it's casting and remote control is lost.
Are you seeing any of that?
PS - thanks for the tip on Webisodes.
Could be version dependent. This is a Nexus 7 2012 running 4.4. The bad back button may be a quirk of the new Chromium Web view.
Sent from my Nexus 5 using Tapatalk
Eyeonanime.com tried, tested, and verified to work.
Tried a few more experiments with the PC Chrome extension and with the Android app to answer my own questions about vGet since nobody else seems to have the answers.
As far as I can tell, the vGet extension for PC Chrome does not currently support the Chromecast, although it uses the Chromecast icon. When I click the cast icon and it prompts for a "DLNA renderer", it's looking for a playback client. But it doesn't detect the Chromecast as a valid client, nor does it detect my Roku (even if it's running the DLNA client), nor my Samsung Blu-Ray player (even if it's running the DLNA client). The only thing it detects is Android-based DLNA clients on the network, like BubbleUPnP on my tablet - and it can't cast successfully to that client either, although it tries.
I can get the Android vGet app to work and cast a stream like the **** Tracy video to the Chromecast, but it's really flaky. Most of the time I just get the cast icon in the middle of the screen on the Chromecast when vGet connects, and no stream starts. A few times I got sound but no video. It takes a couple of tries to get a proper video stream to start, and as soon as it does, vGet crashes Android immediately, causing a reboot - but the stream keeps playing on the Chromecast, so it's obviously receiving it directly. If I attempt to restart vGet after Android reboots, it just crashes and reboots Android again immediately as long as the Chromecast continues to play. Only after I turn off the Chromecast will vGet start again without crashing the Android tablet.
Too bad vGet on Android isn't more robust. I'd guess it cares about the version or something. I've used it quite a bit already without those issues. Hopefully they'll fix it.
Vget forma Android is great. But only with DLNA devices.
giuliastro said:
Vget forma Android is great. But only with DLNA devices.
Click to expand...
Click to collapse
My mileage is the exact opposite.
On vGet Android, I uncheck desktop/Flash, select Cast, then tap the desired mp4 link and I'm in business.
My TV tends to suck at dealing with DLNA video.
On my TV, I'm stuck with this -
Compatible files: DLNA-supported file types and extensions are listed below.
Music – MP3 (.mp3)
Photos – JPEG (.jpg, .jpeg)
Video – MPEG1 (.mpg, .mpeg) MPEG2 (.mpg, .mpeg, .trp, .ts, .tp) DIVX (.mpg, .mpeg, .avi)
MPEG4 AVC (.mpg, .mpeg)
Click to expand...
Click to collapse
Between vGet, LocalCast, and RealPlayer Cloud, I'm pretty much done with DLNA.
It's fabulous when it works though, I agree.
And now it's US$5 for vGet.
EarlyMon said:
And now it's US$5 for vGet.
Click to expand...
Click to collapse
Since when? I have it for free, so if you got it free you dont have to buy a premium version or anything?
Sent from my Nexus 10 using Tapatalk
impulse101 said:
Since when? I have it for free, so if you got it free you dont have to buy a premium version or anything?
Click to expand...
Click to collapse
Since now.
If you update to 0.4.3 or newly install it, you get two weeks free, after that it's $5. I understand that one can earn more free time through a new referral plan.
0.4.2 was the last free version.
People responded with unhappiness in the Play Store comments, the dev replied -
schibum February 27 said:
We are truly sorry for those that cannot afford to spend a few bucks and have no Facebook or real live friends to refer. But basically it's simple: Developing and maintaining an App costs money. This money has to come from somewhere. For some very popular Apps, Ads may be able to pay it for you . They cannot for vGet - we tried that initially.
Click to expand...
Click to collapse
I got the price by asking in another thread.
It's not listed in the Play Store - it simply says that an in-app purchase is added.
Hello there,
I want to use my Chromecast to view a Web site, an image or a file (e.g. HTML file) on a screen. Basically, to be informed about an Android app or website Chromecast that he opens it independently and then displays without further interaction.
According to the Google Developer Page developers.google.com/cast/docs/custom_receiver , this should be possible.
Actually this principle is already being used in media libraries or the Youtube app. Are there any specific examples or information about development?
Mfg,
Sissie
**
Firefox for Android can do that by its own . Also by using screen mirroing all web browsers too
Yeah thats true. But i want to tell the Chromecast with a selfmade website, show me websites from my webserver on the TV and it should refresh on its own.
After that the Computer should be turned off, so that you must configure it only one time.
I only want to now if this is possible and if i need a Chromecast App and a Website.
IIRC Vbukit can display a website. Not sure if it refreshes on its own though.
Since Chromecast OS is basically a cut-down version of Chrome OS, shouldn't the code be in Chromium OS codebase?
If so, we should build a Chromiumcast OS and port it to those MiniPC's on them market (if we have the kernel sources and drivers).
Can anyone check the possibility of the above?
However, since Chrome OS uses a different kind of boot image, we should ask Chainfire for help, since he is working on the Chromebook Pixel, as it has such a boot image.
It is funny thought, Google puts Android on a Chromebook, and we may put Chrom(ium) OS on Android devices.
Update 1: Sorry for posting this here, XDA Labs isn't letting me reply to my own thread, but why not port it?
We should make it a full Chromium OS (with the abilities to make a local owner account and recieving casts, as well as casting to another device), while we're at it.
Update 2: Apparently it's a known XDA Labs server API issue, they're working on though, for now I need to wait for there to be a 2nd page to be able to post seperately from the opening post.
If it's just a webpage, then how about packaging it for the different systems (Windows, OS X, Linux, Android, Ubuntu Touch, Firefox OS, iOS, Windows Modern (8/8.1), Windows Universal (10), Sailfish, Unix, Chrome OS, etc.)?
Yes, I'm aware that half of these technically (via ports, for example) are either Linux or Unix (and that Linux is a port of Unix).
I would have included SkyOS, however it appears to have been discontinued before even graduating Alpha... several years ago.
It's not really a cut down version of Chrome OS but more of a cut down version of the Chrome Browser sans any ability to run Chrome OS Apps.
Similar to the chrome browser you find in an Android Phone.
It has nothing to do with what the OS is based on, the important part isn't the OS, but the actual cast receiver application. I was tinkering around with it for a little while and ended up with a not-entirely-functional APK file that implemented a cast receiver, using actual google code and libraries. Installed it on a Nexus 7, which was discoverable as a cast receiver on the network. More important thing to work on led to ignoring the project for a while.
doitright said:
It has nothing to do with what the OS is based on, the important part isn't the OS, but the actual cast receiver application. I was tinkering around with it for a little while and ended up with a not-entirely-functional APK file that implemented a cast receiver, using actual google code and libraries. Installed it on a Nexus 7, which was discoverable as a cast receiver on the network. More important thing to work on led to ignoring the project for a while.
Click to expand...
Click to collapse
The Cast Receiver is usually not much more than an HTML5 webpage.
Asphyx said:
The Cast Receiver is usually not much more than an HTML5 webpage.
Click to expand...
Click to collapse
The cast receiver is a LOT more than a webpage.
doitright said:
The cast receiver is a LOT more than a webpage.
Click to expand...
Click to collapse
you can browse them all in just about any browser.
Want proof
Look at the linkage in the whitelist and go to the URLs for any receiver...
Example....
https://www.gstatic.com/cv/cast/apps/receiver/webrtc/stable/receiver1.html
They may call them HTM5 Applications but when it comes right down to it there is no difference between that and a webpage. Only in rare cases will they put security that denies a browser from loading them and in most cases if it fails to work it is only because they require and use some firmware code (i.e. Video Player) to function.
Asphyx said:
you can browse them all in just about any browser.
Want proof
Look at the linkage in the whitelist and go to the URLs for any receiver...
Example....
https://www.gstatic.com/cv/cast/apps/receiver/webrtc/stable/receiver1.html
They may call them HTM5 Applications but when it comes right down to it there is no difference between that and a webpage. Only in rare cases will they put security that denies a browser from loading them and in most cases if it fails to work it is only because they require and use some firmware code (i.e. Video Player) to function.
Click to expand...
Click to collapse
That web page does absolutely nothing.
doitright said:
That web page does absolutely nothing.
Click to expand...
Click to collapse
Except load the receiver app that is waiting for linkage information from the app that was supposed to launch it when it connected to the CCast!
99.9% of the work is done at the controlling device not the receiver app.
That is the only thing the CCast actually loads the rest is sent to that receiver by the Controler app!
When you connect to the CCast from an app that's all the CCasts loads. Once loaded you can then send content to that Receiver.
Here is the receiver app Plex tells the CCast to load when you first connect their App to the CCast....
https://chromecast.plex.tv/production/index.html
The receivers are nothing more than webpages with various media players and java applications.
Asphyx said:
Except load the receiver app that is waiting for linkage information from the app that was supposed to launch it when it connected to the CCast!
99.9% of the work is done at the controlling device not the receiver app.
That is the only thing the CCast actually loads the rest is sent to that receiver by the Controler app!
When you connect to the CCast from an app that's all the CCasts loads. Once loaded you can then send content to that Receiver.
Here is the receiver app Plex tells the CCast to load when you first connect their App to the CCast....
https://chromecast.plex.tv/production/index.html
The receivers are nothing more than webpages with various media players and java applications.
Click to expand...
Click to collapse
Just keep telling yourself that it actually does something. :good:
doitright said:
Just keep telling yourself that it actually does something. :good:
Click to expand...
Click to collapse
There really is no teaching the ignorant....
That page is the only thing the CCast loads!
The rest is done on the mobile device and that receiver does nothing without the mobile device connecting to that page you say does nothing...
Tell me did you try reading the source code of that page or was that too difficult for you?
Asphyx said:
There really is no teaching the ignorant....
That page is the only thing the CCast loads!
The rest is done on the mobile device and that receiver does nothing without the mobile device connecting to that page you say does nothing...
Tell me did you try reading the source code of that page or was that too difficult for you?
Click to expand...
Click to collapse
Let me make this very clear;
1) Install https://play.google.com/store/apps/details?id=com.netflix.mediaclient&hl=en
2) Run it.
3) hit the chromecast button. Oh, there is none! Too bad.
doitright said:
Let me make this very clear;
1) Install https://play.google.com/store/apps/details?id=com.netflix.mediaclient&hl=en
2) Run it.
3) hit the chromecast button. Oh, there is none! Too bad.
Click to expand...
Click to collapse
Took you long enough to find the ONE RECEIVER APP (and it is the ONLY APP) that doesn't get loaded from the WEB because it is part of the CCast Firmware!
I find it interesting that in a discussion of RECEIVER APPS you show something from the play store where there are no receiver apps to try and prove your wrong point.
Just look at the Chromecast firmware, there's custom ROMs here. In theory you could just look at it and experiment...
I understand that there is no point in porting ChromiumOS, but what about the AndroidTV UI, with Cast Recieving built-in?
moriel5 said:
I understand that there is no point in porting ChromiumOS, but what about the AndroidTV UI, with Cast Recieving built-in?
Click to expand...
Click to collapse
That would be awesome!
I think it could be a perfect combo to turn a Raspberry Pi into a casting device. Chromium OS already exists for Raspberry Pi, but it still has to be improved. http://www.chromiumosforsbc.org/
DaniPhii said:
I think it could be a perfect combo to turn a Raspberry Pi into a casting device. Chromium OS already exists for Raspberry Pi, but it still has to be improved. http://www.chromiumosforsbc.org/
Click to expand...
Click to collapse
I agree, but I would love if someone managed to remove the mandatory Google login, otherwise I won't use it.
Deleted my account some time back, don't want to open another one.
moriel5 said:
I understand that there is no point in porting ChromiumOS, but what about the AndroidTV UI, with Cast Recieving built-in?
Click to expand...
Click to collapse
I was searching online for this b/c i figured someone would have done it by now. I'd really like to see android TV on chromecast
x000x said:
I was searching online for this b/c i figured someone would have done it by now. I'd really like to see android TV on chromecast
Click to expand...
Click to collapse
But the Google log-in should be optional, not mandatory.