Just for clarity, I will ask, are you clicking on the Video icon to start, and then clicking on Local Drives, because that is what your drive is by being connected to the WDTV. If answer is yes, so far, so good.
You are still at a point where everything is turned off. So, to turn it back on, do the reverse steps. Plug the drive in first to the wall. Wait a minute or so while it spins up. Next, plug in the WDTV. Once it is all powered up does it work with the drive now?. Let us know.
Hi Mike, yes I am, the 3TB drive and the WDTV have been working well together for months until a couple of days ago, nothing out of the ordinary happened. Followed your steps but still the same. Its seems strange to me that the WDTV works with my old drive and that the 3TB works with another brand TV media. I have even changed the power cord and the usb plug.
While you have drive on computer, look for a folder called .wd_tv. If you see it, delete it. It is a database file the WDTV writes for the media files on the disk. It can get corrupted, and it is OK to delete it, because if the folder is not there, the WDTV will just write a new one that is fresh and clean.
Another thing: I can't uncheck player can drive option on SA-11 for example(the option is grayed out), but I can move it on the map from Ground commander without even doing the trick above. How to avoid from units like SA-11 from being moved
That is working as intended as far as I know. A lot of units cannot be driven by the player as in, get behind the wheel or in the turrent and move it from there but as they are still ground units, they can be commanded around the F10 map using the F10 map controls.
The SA-11 is greyed out for player can drive because it's not possible as it is not modelled to allow a player to drive the unit. It can be that it's part of a group of vehicles where the first one is or was a unit that was player driveable, if that is the case, all vehicles inherit this option but for those vehicles that the option is not allowed, player can drive shows a check sign but is greyed out, meaning you cannot drive it.
As for the second part, I'm well aware of the fact that sa-11 can't be driven. Still there should be a way to make it unctontrolable on the map. Ungreying out that option would do the trick if there was no bug which I described above again.
'Player can drive' should be an option to allow or not allow a player to drive in 1st person. 'Uncontrollable' stops a commander from giving orders to a unit or group from the command map. Seems manual needs to be updated.
but I don't know if the youtube player api works on it. I've tried sort of things following the api but didn't get much of a result. I want to pause the videos on slide change that's why I want to know if it works on drive embedded videos. I would want to get the player instance but document.getElementById just results in getting the iframes which does not enable me to pause the video in it, or is there a way that I may have not discovered yet?
No, videos on Google Drive are not currently hosted on YouTube, though the player may share a similar source code ancestor. Perhaps you should investigate listing the video on YouTube as "unlisted" instead - you should be able to embed the video and use the official API.
I'd like to be able to rip Blu Ray discs to my computer, but Bly Ray drives are pretty expensive. What's the difference between a computer drive and a player that connects to a TV that makes the drive so much more expensive? If anything, it seems like the player would need more processing power to actually interpret what it reads, but the drive just needs to pass information from the disc to the computer.
That link mentions about players having composite or component adaptors.. That is referring to those coloured jacks. e.g. a red yellow and white. And it mentions about players having HDMI connectors. That would be because that is all TVs are supporting. The player is doing the conversion. The computer drive isn't. But you could connect a Blueray drive to a computer e.g. laptop, and then the laptop via HDTV, to a TV screen.
that was a much more heartfelt response but thanks! I have heard that if you have a DVD/VCR combo player you could somehow record the DVD to the blank VHS tape but I wonder if there is a part where I can insert a VHS tape and move the video onto it i don't care if it takes forever I just want something that can do it
There are DVD/VCR players that have 2 way recording, yes - this means you can record an unprotected DVD (read: not a feature movie because copy protection) to VHS, and vice versa. However, VHS tapes are NOT digital, therefore the way they record is by essentially playing the tape in record mode for the length of the recording. If they did make a device to record video from PC onto VHS tape, you'd have to let the video playback in real-time for it to "record" to the VHS tape.
You will find much easily DVD recorders, standalone things that accept RF in , composite/s-video in and maybe hdmi in and record the input to DVD. So, you could get a VHS player and connect it to the DVD recorder, hit play on VHS and record on the DVD recorder and you get the job done.
well i have a dvd and vhs player (2 in 1) it has a "record button" but I dont have any blank tapes and dont really know how to do it from using the dvd in the player and recording vhs with that same player
Numerous NBA players posted messages of sorrow after Upshaw's death was announced. Some members of the Pistons scrawled tributes on the sneakers they wore for their game Monday night, as did Ben Simmons of the Philadelphia 76ers.
Hello. Bumping this up as I am having the same issue in 2022. I've tried using the embed link and shareable link and am unable to get a public Google Drive video to show up in the video player.
I can get youtube,etc to work but really want to keep it to google drive. Just want to know if this is explicitly not supported or if I am missing something obvious.
At the moment we don't support Google Drive videos within the video player. However, you can pass the URL to the iframe component which should let you play the video in your app (you will have to click the "Play" button).
By appending parameters to the IFrame URL, you can customize the playback experience in your application. For example, you can automatically play videos using the autoplay parameter or cause a video to play repeatedly using the loop parameter. You can also use the enablejsapi parameter to enable the player to be controlled via the IFrame Player API.
You can use any of the following methods to embed a YouTube player in your application and specify player parameters. Note that the instructions below demonstrate how to embed a player that loads a single video. The following section explains how to configure your player to load a playlist or a user's uploaded videos.
Define an tag in your application in which the src URL specifies the content that the player will load as well as any other player parameters you want to set. The tag's height and width parameters specify the dimensions of the player.
The tag below would load a 640x360px player that would play the YouTube video M7lc1UVf-VE. Since the URL sets the autoplay parameter to 1, the video would play automatically once the player has loaded.
Follow the IFrame Player API instructions to insert a video player in your web page or application after the Player API's JavaScript code has loaded. The second parameter in the constructor for the video player is an object that specifies player options. Within that object, the playerVars property identifies player parameters.
The HTML and JavaScript code below shows a simple example that inserts a YouTube player into the page element that has an id value of ytplayer. The onYouTubePlayerAPIReady() function specified here is called automatically when the IFrame Player API code has loaded. This code does not define any player parameters and also does not define other event handlers.
If you are using the YouTube Data API (v3), you can programmatically construct these URLs by retrieving video IDs from search results, playlist item resources, video resources, or other resources. After obtaining a video ID, replace the VIDEO_ID text in the URLs above with that value to create the player URL.