yelholm adekin cornelius

0 views
Skip to first unread message

Jordan Tucker

unread,
Aug 1, 2024, 11:51:24 PM8/1/24
to assulystrust

Update: I found another eHow page, this time more promising, on How to Stream Netflix With Windows Media Player on XP. But that doesn't help me, because step #4 instructs to "Click on "Movies" and then the "Watch Instantly Netflix" link" and there is no "Movies" on my WMP11. Is this article bogus (like the comment at the bottom of the articles says)?

There is not a way to use Windows Media Player to directly play Netflix streams. Netflix uses custom DRM, which WMP is not able to understand. The "Watch Instantly Netflix" option just uses Internet Explorer running embedded in Windows Media Player.

That said, the likely reason for Windows Media Player to succed where other media players fail is that WMP will use hardware accelleration to reduce CPU use. Making sure you have up to date video card drivers, up to date Internet Explorer or other browser and an up to date copy of Flash and Silverlight will ensure you have the best chance of taking advantage of hardware accelleration.

I need some suggestions for Control4 compatible streaming players which are supported outside USA.
I should be able to control the streaming player from the Control4 app.
I need to watch youtube, Netflix and etc...

I have been using Apple TV and it sucks big time when it comes to Control4 integration.
Apple TV keeps disconnecting whenever a new update arrives. Every time it gets disconnected, I need to reset Apple TV and reupdate.
With the most recent IOS update, even though it displays that the C4 remote is getting connected, it cannot be controlled.

I think Roku, nvidia shield and Fire TV are probably the most popular, not sure if any of them are available in your region though. Chowmain do a driver that works with a lot of android tv boxes but I have no experience with it

Just watch how much data the Chromecast uses... My oldest was living in the basement with his family a while back, and his wife streamed YouTube videos over Chromecast, and it *REALLY* sucked up the data.

Also will I be able to take the full control of the GUI of Chromecast with Google TV using Control4 app from the iPhone just like we control AppleTV?
(Hope it is not a must to have a SR260 or Neeo remote to navigate the operating system/GUI of the device)

As far as the turn off - just set the appleTV to never go to sleep and you should nbe fine, though on both the C4 made and Jessie's driver, a press of menu and cancel right after each other usually wakes it up just fine.

For me my favorite ever steamer is Xiaomi Mi Box, very cheap, I use it wired not WiFi with IRUSB and Chowmain IRUSB driver, great box, lovely Interface and with the proper smart DNS service, all US contents can be viewed.

Same here, though I can't speak for all of Canada. Some providers still 'state' a download limit, but unless you're talking bitcoin mining or (pro) server hosting (not talking about hosting something like a minecraft server)........nothing ever happens.

Here in Ontario Bell and Rogers are unlimited in their high-ish end plans that have download speeds of about 200Mbps or more. Unfortunately they no longer allow you to see how much data you use - I would love to have seen how much I would have used at the peak of the pandemic.

I've never used the Mi Box Personally (but fairly sure it's one in our office Alan has tested actually). In all likelihood though, you need to go into the the audio settings and enable something like PCM/Stereo mode (it might be trying to output as TrueHD or other surround formats not supported by some TV's)

Actually my AVR Sony DA5800ES is in my server room.
The speakers are in the Theatre room to listen to music and video's audio which are connected to this AVR.
I connected both Mi Box S & Chromecast to the Leaf AV Matrix.
One of the outputs of Leaf AV Matrix (Zone 5) is connected to this AVR (HDMI Input GAME) to get the video's audio through the receiver.

However, the audio of Mi Box S & Chromecast is not outputting through the AVR.
But the audio of Apple TV works.

I tried changing the settings of the AVR, but I couldn't figure it out yet.

I can stream Netflix just fine when I play it using my Chrome browser. But, when I try to play Netflix using Safari (version 10.0), I get one or two frames of video, and then a black screen. I still have all of the controls and slider and I still get sound, but the video is just a black screen.

I just now tried it again using Safari, and got code S7363-1260-48444350 when trying to play a video. The code referred to an incompatible monitor. I tried again, and got the same issue as before, where I get a few frames of the video, and then the video goes black, but I can hear the audio and I still have control of the playback (e.g., play/pause, volume, etc.).

When I unplugged my external monitors and used only the laptop screen, the video played. So, I now know that the problem has something to do with my external monitors being connected to my laptop, even if I'm trying to play the video on my laptop screen.

Simple solution (os High Sierra) but Netflix have so far ignored my message! Forget all their solutions particularly concerning Silver Light, as that is no longer needed. This only began for me with Safari 11.0.1. I was able to connect using FireFox without issue so it had to be Safari settings.

Thanks, but I've already done an Internet search to find a solution to my problem. I've re-installed the latest version of Silverlight, and that hasn't helped. Also, Chrome works just fine with Netflix, which I think also uses Silverlight. I've also tried restarting the computer and the other typical non-specific solutions.

- I do get the display error thing (thunderbolt > VGA displays attached). Checked with develop tab if netflix works in safari 10 (don't see another version of safari in the list). However, if I select 'firefox: mac' and allow the silverlight plugin (that I just installed) then it works.

If the issue is the HTML5 player (since in older safari versions with silverlight, it does work), how do I force Netflix to use silverlight? It seems it always reverts back to HTML5, even if silverlight's installed.

While watching a netflix video on a Netflix site, my goal is to have a userscript invoke the playback controls programmatically. Specifically, the volume, level, play/pause state, and time position of the video.

I've been able to manipulate the html5 video element itself, but controlling that directly does not provide the needed netflix control bar feedback to the user. (i.e. video is paused, but the control bar still shows it as playing).

My approach thus far has been to try and locate the elements that represent the "buttons" you click when using the normal controls, and trigger their click events through the userscript. But I can't seem to isolate the proper elements. Additionally netflix is using a javascript compressor/obfuscator which increases the difficulty of finding the proper elements that represent the buttons on the control bar.

The console.log statements are showing some of the things I've found so far. But I haven't figured out how to invoke functions off them, or which of them might have what I'm looking for (I think largely due to the javascript compressor making it difficult for me to follow the code).

You can then use the API to perform various commands on the Netflix player, such as seeking (by using player.seek() with the number of milliseconds in the parentheses), playing or pausing the video (by using player.play() or player.pause() respectively), or controlling the volume (by using player.setVolume() with the value in the parentheses, with 1 being 100 percent and 0 being 0 percent).

So, for example, to get the "button" that controls play and pause, you could use: document.getElementsByClassName("player-control-button player-play-pause")[0]. Then to click it programmatically in tampermonkey, you simply invoke the click event using:

90f70e40cf
Reply all
Reply to author
Forward
0 new messages