laydhila manville sadyky

0 views
Skip to first unread message

Su Strawderman

unread,
Aug 2, 2024, 10:07:31 AM8/2/24
to cierabreri

As has been covered very many times, father in law has just gotten sky stream but needs subtitles Ive followed the power off fix a few times with no success. The next fix is to complete a master reset, which I'll do tonight.

@SuperJohnG What issue are you having with the subtitles. The way the subtitles work and are activated will depending on the source app of where the broadcast is being watched. For example turning on subtitles for live channels and Skys own on demand programmes is different from turning on subtitles for shows within IPlayer or ITV X.

@SuperJohnG Before you take any drastic action like a factory reset I assume you have turned the subtitles on at Settings > Accessibility > Subtitles. This will give subtitles for Sky programmes but the Apps (iPlayer, ITVX etc) all need subtitles turned on from within the app. Unfortunately each app achieves this by different procedures.

Also, subtitles can be turned on or off for specific programmes you are currently watching by selecting the button with the 3 white dots (just below the power button) on your remote. Your selection will turn off when you change channels. If there is no subtitle option it means the specific programme is does not have them available.

@SuperJohnG1 I would have suggested escalating your post but unfortunately Sky will only talk to the account holder whether by phone or an online chat. Consequently this option would not work. Hopefully someone who uses subtitles will be able to offer you some additional information.

@kp50 Check your settings at Settings > Accessibility > Subtitles. This will give subtitles for Sky programmes but the Apps (iPlayer, ITVX etc) all need subtitles turned on from within the app. Unfortunately each app achieves this by different procedures.

If you do find a solution (whether through escalation or not) please post it back here as I am aware that some others are having a similar issue. In particular @SuperJohnG1 on another thread but his post can't be escalated.

@SuperJohnG1 I have posted to another similar thread and tagged you so that you can find it. I don't feel comfortable escalating your post as I imagine I would be in breach of Superuser rules as I am aware that you are not the account holder.

This has been an ongoing problem ever since the puck was introduced and it is incredibly irritating for people such as myself who rely on them. All my 7 pucks (6 original and 1 replacement) had to have a factory reset.

The internet offers a unique challenge: how do we ensure that all of our digital products, services, and communications are accessible to people with disabilities? What are companies required to do to accommodate such users?

Federal disability laws still await comprehensive updates to keep pace with the digital world. The Americans with Disabilities Act (ADA) was set to receive input from the DOJ in 2018. However, such plans were dismissed in 2017 by the Trump administration and the DOJ indicated it would not give official guidance regarding website accessibility under the ADA.

Aside from direct amendments to the laws, or lack thereof (in the case of the ADA), disability case law has played a major role in setting precedent for how the ADA applies to the internet. One landmark case comes the mind:
NAD v. Netflix.

In 2015, more than half of all Americans watched Netflix. In 2020, there were 203.67 million Netflix subscribers worldwide. Because of its widespread use and popularity, the video streaming service must be made accessible to deaf and hard of hearing viewers.

The outcome of the lawsuit sent a strong message to video creators and distributors that the ADA may apply to your online content. This has far-reaching implications for other entertainment companies that stream video online, like Hulu or HBO Max. It can also affect how the ADA is interpreted in cases of educational videos, such as the closed captioning lawsuit against Harvard and MIT.

In the years since this case, Congress passed the 21st Century Communications and Video Accessibility Act (CVAA), which applies FCC closed captioning rules to any online video content that previously aired on American television with captions. This erased any doubt that TV shows streamed online require captions.

DISCLAIMER: This blog post is written for educational and general information purposes only, and does not constitute specific legal advice. This blog should not be used as a substitute for competent legal advice from a licensed professional attorney in your state.

I pulled this chapter together from dozens of sources that were at times somewhat contradictory. Facts on the ground change over time and depend who is telling the story and what audience they're addressing. I tried to create as coherent a narrative as I could. If there are any errors I'd be more than happy to fix them. Keep in mind this article is not a technical deep dive. It's a big picture type article. For example, I don't mention the word microservice even once :-)

Given our discussion in the What is Cloud Computing? chapter, you might expect Netflix to serve video using AWS. Press play in a Netflix application and video stored in S3 would be streamed from S3, over the internet, directly to your device.

Another relevant factoid is Netflix is subscription based. Members pay Netflix monthly and can cancel at any time. When you press play to chill on Netflix, it had better work. Unhappy members unsubscribe.

The client is the user interface on any device used to browse and play Netflix videos. It could be an app on your iPhone, a website on your desktop computer, or even an app on your Smart TV. Netflix controls each and every client for each and every device.

Everything that happens before you hit play happens in the backend, which runs in AWS. That includes things like preparing all new incoming video and handling requests from all apps, websites, TVs, and other devices.

In 2007 Netflix introduced their streaming video-on-demand service that allowed subscribers to stream television series and films via the Netflix website on personal computers, or the Netflix software on a variety of supported platforms, including smartphones and tablets, digital media players, video game consoles, and smart TVs.

Netflix succeeded. Netflix certainly executed well, but they were late to the game, and that helped them. By 2007 the internet was fast enough and cheap enough to support streaming video services. That was never the case before. The addition of fast, low-cost mobile bandwidth and the introduction of powerful mobile devices like smart phones and tablets, has made it easier and cheaper for anyone to stream video at any time from anywhere. Timing is everything.

Building out a datacenter is a lot of work. Ordering equipment takes a long time. Installing and getting all the equipment working takes a long time. And as soon they got everything working they would run out of capacity, and the whole process had to start over again.

The long lead times for equipment forced Netflix to adopt what is known as a vertical scaling strategy. Netflix made big programs that ran on big computers. This approach is called building a monolith. One program did everything.

What Netflix was good at was delivering video to their members. Netflix would rather concentrate on getting better at delivering video rather than getting better at building datacenters. Building datacenters was not a competitive advantage for Netflix, delivering video is.

It took more than eight years for Netflix to complete the process of moving from their own datacenters to AWS. During that period Netflix grew its number of streaming customers eightfold. Netflix now runs on several hundred thousand EC2 instances.

The advantage of having three regions is that any one region can fail, and the other regions will step in handle all the members in the failed region. When a region fails, Netflix calls this evacuating a region.

The header image is meant to intrigue you, to draw you into selecting a video. The idea is the more compelling the header image, the more likely you are to watch a video. And the more videos you watch, the less likely you are to unsubscribe from Netflix.

The first thing Netflix does is spend a lot of time validating the video. It looks for digital artifacts, color changes, or missing frames that may have been caused by previous transcoding attempts or data transmission problems.

A pipeline is simply a series of steps data is put through to make it ready for use, much like an assembly line in a factory. More than 70 different pieces of software have a hand in creating every video.

The idea behind a CDN is simple: put video as close as possible to users by spreading computers throughout the world. When a user wants to watch a video, find the nearest computer with the video on it and stream to the device from there.

In 2007, when Netflix debuted its new streaming service, it had 36 million members in 50 countries, watching more than a billion hours of video each month, streaming multiple terabits of content per second.

At the same time, Netflix was also devoting a lot of effort into all the AWS services we talked about earlier. Netflix calls the services in AWS its control plane. Control plane is a telecommunications term identifying the part of the system that controls everything else. In your body, your brain is the control plane; it controls everything else.

90f70e40cf
Reply all
Reply to author
Forward
0 new messages