Direct streaming from vimeo to chromecast - Google Chromecast

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.

Related

[Q] chromecast browser - video autoplay enabled?

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.

View Bucket chromecast app.

Has anyone used this??
https://play.google.com/store/apps/details?id=com.creatingrevolutions.vbukitchromecast
Sent from my Nexus 7 using Tapatalk 4
Cuzz1369 said:
Has anyone used this??
https://play.google.com/store/apps/details?id=com.creatingrevolutions.vbukitchromecast
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
"3. Point to the TV running the Vbukit TV App and its there."
You have to have a Smart TV with the app installed for it to work.
xuser said:
"3. Point to the TV running the Vbukit TV App and its there."
You have to have a Smart TV with the app installed for it to work.
Click to expand...
Click to collapse
No its a chromecast app. Just can't use it yet I guess.
Sent from my Nexus 4 using Tapatalk 4
They say if your chromecast is whitelisted...but unless they changed something google will see whos using the app by it being whitelisted and I dont think they can distribute the app like they are. I have a whitelisted chromecast bit the website of view bucket will not finish activating an account when you sign up. Smells kinda fishy
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4
neo4uo said:
They say if your chromecast is whitelisted...but unless they changed something google will see whos using the app by it being whitelisted and I dont think they can distribute the app like they are. I have a whitelisted chromecast bit the website of view bucket will not finish activating an account when you sign up. Smells kinda fishy
Sent from my SAMSUNG-SGH-I337 using Tapatalk 4
Click to expand...
Click to collapse
Did you get an email with your account info
Sent from my Nexus 4 using Tapatalk 4
neo4uo said:
They say if your chromecast is whitelisted...but unless they changed something google will see whos using the app by it being whitelisted and I dont think they can distribute the app like they are. I have a whitelisted chromecast bit the website of view bucket will not finish activating an account when you sign up. Smells kinda fishy
Click to expand...
Click to collapse
Some of the links like help and such seem broken, but if you're rooted with Eureka-ROM or a developer, you can still use it.
@Kyonz just added Vbukit to the Team Eureka whitelist, so you don't need to visit the Vbukit website.
You need to install two apps to make this work:
Vbukit for Chromecast
Vbukit User
To operate it:
Run Vbukit for Chromecast
Dismiss the petition request
Select your Chromecast from the Cast icon in the upper right - this will bring up a QR code on your TV.
Run the Vbukit (User) app (tapping Send to TV in the Vbukit for Chromecast app will launch this)
Tap Send File
Select media type
Select media file(s) - make sure you tap the upper-right of the thumbnail to select/deselect it, otherwise it'll try to just open it normally
Tap Send
Scan the QR code on your TV
The selected media should appear on Chromecast.
Use the zoom control and forward/back to control what's displayed
I'm going to "sign" the petition to help the dev get a public release, because I can definitely see this being very useful for teachers and other people doing presentations like @Notrega from this thread.
One thing I can't figure out... I can't disconnect Vbukit for Chromecast from my Chromecast, so the barcode just sits there until I run another Chromecast app.
Ahh, I see Virtual Bucket sent me an email (it must send to the account from the Play Store download) with login info.
Very slick!
bhiga said:
Some of the links like help and such seem broken, but if you're rooted with Eureka-ROM or a developer, you can still use it.
@Kyonz just added Vbukit to the Team Eureka whitelist, so you don't need to visit the Vbukit website.
You need to install two apps to make this work:
Vbukit for Chromecast
Vbukit User
To operate it:
Run Vbukit for Chromecast
Dismiss the petition request
Select your Chromecast from the Cast icon in the upper right - this will bring up a QR code on your TV.
Run the Vbukit (User) app (tapping Send to TV in the Vbukit for Chromecast app will launch this)
Tap Send File
Select media type
Select media file(s) - make sure you tap the upper-right of the thumbnail to select/deselect it, otherwise it'll try to just open it normally
Tap Send
Scan the QR code on your TV
The selected media should appear on Chromecast.
Use the zoom control and forward/back to control what's displayed
I'm going to "sign" the petition to help the dev get a public release, because I can definitely see this being very useful for teachers and other people doing presentations like @Notrega from this thread.
One thing I can't figure out... I can't disconnect Vbukit for Chromecast from my Chromecast, so the barcode just sits there until I run another Chromecast app.
Ahh, I see Virtual Bucket sent me an email (it must send to the account from the Play Store download) with login info.
Click to expand...
Click to collapse
I've heard about this app before....it was a month or so ago..a few weeks before Google "opened the gates" for that last batch of apps(Vimeo, Plex, Avia, RealPlayer, Red Bull, etc..) to be able to "work" with the Chromecast. I've been kinda wondering what it was actually used for and now I finally see its use, and it seems like a pretty darn useful app that can handle all different kinds of media, including webpages from your phone/tablet(This is pretty dang cool feature if ya ask me!!). But my question for you is: What's the difference in those two apps("Vbukit for Chromecast" and "Vbukit User") AND do we HAVE to use BOTH apps in order to make use of all of VBU Kit's features ? Sorry if this is a silly question, but I just don't want to download two different things and sign up for this app without fully knowing what I'm gettin myself into, ya know?
Thanks
jsdecker10 said:
I've heard about this app before....it was a month or so ago..a few weeks before Google "opened the gates" for that last batch of apps(Vimeo, Plex, Avia, RealPlayer, Red Bull, etc..) to be able to "work" with the Chromecast. I've been kinda wondering what it was actually used for and now I finally see its use, and it seems like a pretty darn useful app that can handle all different kinds of media, including webpages from your phone/tablet(This is pretty dang cool feature if ya ask me!!). But my question for you is: What's the difference in those two apps("Vbukit for Chromecast" and "Vbukit User") AND do we HAVE to use BOTH apps in order to make use of all of VBU Kit's features ? Sorry if this is a silly question, but I just don't want to download two different things and sign up for this app without fully knowing what I'm gettin myself into, ya know?
Click to expand...
Click to collapse
A very valid question...
The Vbukit (Virtual Bucket) model consists of two endpoints. The Sender, where the media lives, and the Receiver, where the media is (dis)played.
Vbukit (User) is the Sender.
Vbukit for Chromecast is the Receiver. It's really just a "launcher" for the Vbukit receiver on Chromecast, since Chromecast has no interface.
There are also Vbukit for Google TV & Tablets, as well as other platforms.
You can also read more about Vbukit on its site.
Interestingly enough, you could technically get this to work on a non rooted chromecast if you intercepted an http address and forced the chromecast to navigate to the page.
Would there be any interest in an application that did this? like some sort of http man in the middle thing (not sure how I could present it).
Just wondering if anyone would use it.
Kyonz said:
Interestingly enough, you could technically get this to work on a non rooted chromecast if you intercepted an http address and forced the chromecast to navigate to the page.
Would there be any interest in an application that did this? like some sort of http man in the middle thing (not sure how I could present it).
Just wondering if anyone would use it.
Click to expand...
Click to collapse
The author seems pretty set on getting it out to the public with the whole petition thing and all, I suspect they'd love a workaround.
Not working on unrooted CC, cannot find device.. Any workaround (other than rooting)?.. Sounds as an interesting app to stream not white listed media..
bhiga said:
A very valid question...
The Vbukit (Virtual Bucket) model consists of two endpoints. The Sender, where the media lives, and the Receiver, where the media is (dis)played.
Vbukit (User) is the Sender.
Vbukit for Chromecast is the Receiver. It's really just a "launcher" for the Vbukit receiver on Chromecast, since Chromecast has no interface.
There are also Vbukit for Google TV & Tablets, as well as other platforms.
You can also read more about Vbukit on its site.
Click to expand...
Click to collapse
I have tried this for a while today... It seems a bit awkward in its execution.... Needing to scan the qr code each time...
Sent from my SPH-D710 using Tapatalk 2
third son said:
I have tried this for a while today... It seems a bit awkward in its execution.... Needing to scan the qr code each time...
Click to expand...
Click to collapse
For same-type content, you can multi-select before you send so you don't have to keep re-scanning the code.
Essentially the code scan seems to be a "session" so whatever you send applies to that "session" - after that you need to reconnect.

Send videos from XBMC to Chromecast?

Has anyone found a way to send videos from XBMC addons such as mash up or 1channel to chromecast? It uses online streams usually just regular mp4 files. I know Google updated the Chromecast and that broke some apps but I also has read sometime else might have found a way to do it using WebRTC some how. Anyways I look forward to the day I can have XBMC on my laptop or tablet and send videos to the Chromecast like I can with Netflix and YouTube. Any info I'm this would be great.
Sent from my Nexus 7 using Tapatalk 4
Link_of_Hyrule said:
Has anyone found a way to send videos from XBMC addons such as mash up or 1channel to chromecast? It uses online streams usually just regular mp4 files. I know Google updated the Chromecast and that broke some apps but I also has read sometime else might have found a way to do it using WebRTC some how. Anyways I look forward to the day I can have XBMC on my laptop or tablet and send videos to the Chromecast like I can with Netflix and YouTube. Any info I'm this would be great.
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
I would like to know more about this too. Allcast has a time bomb.
I don't really understand why there isn't more interest in getting XBMC to work with Chromecast. It would basically let you watch anything you could possibly want to.
Off of a pi there's a good kit on eBay for 80 I believe it was...
I would love to do this!!!
would love it
I don't even use my Chromcast but this feature would change that.
A few problems with this, first SDK is still in preview mode and they haven't opened it up so everyone can add support for their apps willynilly. This means even if someone had a solution that works the way google wants their system to work they couldn't widely release it since it'd work on only devices that have been whitelisted for development.
You could possible treat whatever you want to view as a webpage and make it possible to watch something from XBMC using the tab casting feature, but this isn't as optimal as the just send a link and have the chromecast pull up the content itself. So this method doesn't really work on low powered devices meaning you definitely couldn't do it from the chromecast.
Another issue with running xbmc on a pi and using chromecast for the video feeds is you'd need a either a way to send the main menu to the chromecast so you could see it as you navigate it, or you'd need a second display just to navigate through the menus on the Pi. Not horribly efficient that second option.
GabrialDestruir said:
A few problems with this, first SDK is still in preview mode and they haven't opened it up so everyone can add support for their apps willynilly. This means even if someone had a solution that works the way google wants their system to work they couldn't widely release it since it'd work on only devices that have been whitelisted for development.
You could possible treat whatever you want to view as a webpage and make it possible to watch something from XBMC using the tab casting feature, but this isn't as optimal as the just send a link and have the chromecast pull up the content itself. So this method doesn't really work on low powered devices meaning you definitely couldn't do it from the chromecast.
Another issue with running xbmc on a pi and using chromecast for the video feeds is you'd need a either a way to send the main menu to the chromecast so you could see it as you navigate it, or you'd need a second display just to navigate through the menus on the Pi. Not horribly efficient that second option.
Click to expand...
Click to collapse
I think the pi guy just meant setup a pi for XBMC and connect it to your TV without chrome cast. I want to use XBMC on my laptop or tablet and cast the videos to my chromecast.
Sent from my Nexus 7 using Tapatalk 4
Link_of_Hyrule said:
I think the pi guy just meant setup a pi for XBMC and connect it to your TV without chrome cast. I want to use XBMC on my laptop or tablet and cast the videos to my chromecast.
Sent from my Nexus 7 using Tapatalk 4
Click to expand...
Click to collapse
Ah well in that case, setting up a pi with xbmc is completely irrelevant to the chromecast, and has already been done http://www.raspbmc.com/
Edit: I realize the pi guy was saying this was possible with a Pi. But if someone is here they've most likely already bought a Chromecast as opposed to a Pi
It would be nice to see XBMC support in some way. Though I have currently switched to plex since you can pull up the interface via web and watch movies that way you can tab cast it rather nicely with a decent enough computer.
We probably won't see official support for plex or xbmc until the sdk comes out of preview release and you're not required to get your device whitelisted for the features to work, unless either group gets the preferential partner treatment like netflix, hulu, and pandora.
Well if everything I have read on this thread is correct I will not be buying a Chromecast soon.
I don't regret getting the chrome cast is totally worth it just for YouTube, Netflix, and Hulu.
Sent from my Galaxy Nexus using Tapatalk
XBMC over Chromecast through Avia
Using Smartphone - XMBC can be watched over Chromecast through Avia Player which costs $2.99. YouTube Video shows how.
http://youtu.be/vS-7hwYe4nw
Using Computer - XMBC can be watched over Chromecast through Avia Player which costs $2.99. YouTube Video shows how.
http://youtu.be/NCgP0r5Dvp8
Good Luck
Chromecast streaming could happen easily. You do not need to physically have a menu on chromecast...look at all the other apps like Netflix hulu. You pick what you want on your phone and throw it to chromecast. They just need to work in a casting button for XBMC and then all will be good since most videos are mp4 anyway
Sent from my Nexus 5 using Tapatalk
I would love this as I just want a all in one solution that works perfect that dont cost me a arm and a leg and yet to find it.. this is close.. I got netflix hulu. I want amazin instant and xbmc.
(I have a ouya and a rasp pi but I just like how this works a lot better)

Vget now chromecast compatible..

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.

how can i watch kodi??

I just picked up the newest GearVR today and want to know how can I watch kodi on it. I have it on my phone but not sure how to work this thing yet.
mkhoury said:
I just picked up the newest GearVR today and want to know how can I watch kodi on it. I have it on my phone but not sure how to work this thing yet.
Click to expand...
Click to collapse
Bubblepnp and sidebyside player. Might also need Gear VR pro to stop oculus auto loading
Sent from my SM-G930F using Tapatalk
I would also be interested in this. Also... There are other apps that stream like show box or MovieHD... How could we watch videos from these?
Sent from my SM-G935F using Tapatalk
Diaconescu_Tiberiu said:
I would also be interested in this. Also... There are other apps that stream like show box or MovieHD... How could we watch videos from these?
Sent from my SM-G935F using Tapatalk
Click to expand...
Click to collapse
Showbox content can be downloaded and transfered to another folder to access in Oculus video. Thats the only way I've found.
That's how i do it also, but it would be great to be able to watch without downloading
Sent from my SM-G935F using Tapatalk
Yes, kodi can be configured for VR, there are alot of youtube videos showing how to set it up. Used it yesterday. Just takes practice. You will also need a Bluetooth controller. Good luck.
Sent from my SM-N920P using XDA-Developers mobile app
Guys. Just use MilkVr Launcher. + Emby Server. It let's you watch any movie (including 3D) through wifi network. For me It works fine.
https://github.com/heavykick/MilkVRLauncher/releases
I was testing kodi but for me MilkVr Launcher > Kodi in terms of usage and performance.
Can you describe it better? Milkvr asks me about some link. What link does it need?
Why do I need to install embe if Kodi exposes itself as DLNA server?
Buy a cheap bluetooth control pad off ebay to use as a mouse. Then get Cardboard Enabler from the play store or search online to disable oculus from auto starting on connection. Problem solved
Marx2 said:
Can you describe it better? Milkvr asks me about some link. What link does it need?
Why do I need to install embe if Kodi exposes itself as DLNA server?
Click to expand...
Click to collapse
MilkVr creates link inside of MilkVR folder so application thinks that film is inside folder.
Just follow the description on the github site it is very easy to do it and believe me. I have tried around 10+ solutions to watch videos on gear vr and in case of image quality nothing matches Milkvr.
If you have problems contact me on hangouts([email protected]) we can speak in Polish about it, will be much easier
Marx2 said:
Can you describe it better? Milkvr asks me about some link. What link does it need?
Why do I need to install embe if Kodi exposes itself as DLNA server?
Click to expand...
Click to collapse
Hi
of course you can use any DLNA-Server. You can also use a NAS or the Windows-DLNA ...
What does MilkVRLauncher do?
It forwards links to SamsungVR (was named MilkVR before) and that's it. So when you have a link to a video source you can start MilkVRLauncher and paste the link to forward it to SamsungVR.
But often you don't have the link to the video source, because Android internals pass the link to your VLC or VideoPlayer or may be to a download manager.
When Android does find more then one app that can take care about the link it will ask you which app to use, and this I did use because android knows that MilkVRLauncher can handle VideoLinks.
And this is the second way to get the link for the video source into my app. The most common way!
What's now about DLNA?
There is no DLAN client in the MilkVR launcher itself. But there a DLNA "Browsers" for Android available. Browsers that will pass the link to the video source to android, where android does ask you witch video player you want to use. And there we are!
Usable DLNA apps for Android are AnDLNA or BubbleUpnP ...
And why Emby?
If you don't have a NAS and want to use a media server this is one like each other. I did use it in the beginning, because you can use the Emby android app and chose external player where you can pick the milkVRLauncher.
And yes, you can also use links from internet pages and stream direct from the internet. But often the links on homepages are not direct links and we need direct links, because milkVrLauncher does not follow forwards
Any further questions? Just ask me!
you can download my app from GitHub.
The app is free and open source and everybody who want can join and help to make the app better.
You can also support me via
Greetings,
heavy
With a USA IP from a VPN service , you coud install an app called Samsung Phone Cast. With this app, you coud use any app installed on your phone. This app is avaible on Oculus store, but only on USA users.

Categories

Resources