Earlier quoted context omitted.
Because the US legal system (and many others) are adversarial, people can still sue you on very flimsy grounds and you still have to respond or you lose by default. It may very well be that the troll doesn't have a solid case, but you don't hook any fish if you don't get your line in the water
Someone like MS should have more than enough resources to bust patent trolls in court instead of chickening out. Also, can't whole AOM pool resources to annihilate those trolls? They'll all benefit from it. So this doesn't make sense.
AV1 video codec gains broader hardware support
191–200 of 210 posts
Re: AV1 video codec gains broader hardware support
#192Earlier quoted context omitted.
Someone like MS should have more than enough resources to bust patent trolls in court instead of chickening out. Also, can't whole AOM pool resources to annihilate those trolls? They'll all benefit from it. So this doesn't make sense.
Thay doesnt work on patent trolls becausr all they do is sue people. They have no products of their own to build their own patent liability risk so they arent kept in line. The solution to patent trolls is pretty simple yet impossible. Make having a patent contingent on having a product in the market that uses the patent with a short grace period of a few years. If you have no product for sale you can point to after…
So while fighting them in court is costly since it requires research of prior art and doing all the necessary work to invalidate those junk patents, it's still often a proper tactic to destroy them.
Re: AV1 video codec gains broader hardware support
#193According to the article, it's supported by every browser except Edge. It will be interesting to see who ultimately ends up making a better IE, Safari or Microsoft. So far, it seems Safari is winning, given the ever growing set of standards they don't support, but maybe this is Edge trying to catch up?
What are the "ever growing set of standards" that Safari doesn't support?
Re: AV1 video codec gains broader hardware support
#194Re: AV1 video codec gains broader hardware support
#195Safari does not support AV1 playback.
It will on M3 Macs and iPhone 15 Pro and Pro Max.
Re: AV1 video codec gains broader hardware support
#196Earlier quoted context omitted.
Stop using Google software and services if they annoy you so much. Vote with your browsing habits.
Ah yes, let me switch to the YouTube competitor that every channel is multi-loading their content to.
Re: AV1 video codec gains broader hardware support
#197Earlier quoted context omitted.
+1 Indeed. Compared to other standards in streaming media, I'd say that AOMedia has found adoption a lot quicker. h265 (HEVC) was all but DoA until years after it's introduction Apple finally decided to embrace it. It is still by no means ubiquitous, mostly due to patent licensing, which significantly drives up the price of hardware in single digit dollars price range. Anecdotally, consider that Apple's HTTP Live Str…
> even mp4 -> mp2 transmuxing was considered too resource intensive. Really? Muxing generally doesn't require one to decode the actual data - merely shuffle around blocks of data with memcpy() so should be really cheap.
So indeed, repackaging mp4 mp2 containers is pretty trivial. Nevertheless, Apple initially choose mpeg2TS because it conveniently allowed them to shove the reassembled media segments straight into the dedicated AV chip.
Re: AV1 video codec gains broader hardware support
#198Earlier quoted context omitted.
+1 Indeed. Compared to other standards in streaming media, I'd say that AOMedia has found adoption a lot quicker. h265 (HEVC) was all but DoA until years after it's introduction Apple finally decided to embrace it. It is still by no means ubiquitous, mostly due to patent licensing, which significantly drives up the price of hardware in single digit dollars price range. Anecdotally, consider that Apple's HTTP Live Str…
>Anecdotally, consider that Apple's HTTP Live Streaming protocol (till version 6) relied on MPEG2TS This sounds like you might be confusing that MPEG2TS might have something to do with the video encoding instead of it solely being the way the video/audio elementary streams are wrapped together into a single contained format. The transport stream was designed specifically for an unreliable streaming type of delivery v…
Not wrong, but a bit surprising. As you mention, transport streams are designed to operate over unreliable connections (like satellite or terrestrial transmission). Reliability is not an issue with with HTTP or TCP.
Other than being archaic, some disadvantages are that TS has somewhat more overhead than (f)MP4 and poor ergonomics for random access / on the fly repackaging caused by continuity counter, padding, PAT/PMT resubmission timing, PCR clock.
If it were up to me to design a streaming protocol like DASH, HLS, Flash, or SmoothStreaming I'd instantly choose mp4 (or plain elementary streams). I wouldn't even consider TS or PS unless some spec forced me to.
Re: AV1 video codec gains broader hardware support
#199Earlier quoted context omitted.
+1 Indeed. Compared to other standards in streaming media, I'd say that AOMedia has found adoption a lot quicker. h265 (HEVC) was all but DoA until years after it's introduction Apple finally decided to embrace it. It is still by no means ubiquitous, mostly due to patent licensing, which significantly drives up the price of hardware in single digit dollars price range. Anecdotally, consider that Apple's HTTP Live Str…
Was it all but dead because people thought h264 was good enough, until 2.5 and 4k became more prominent in media consumption? It seems really useful if youre doing encoding at resolutions than 1080p, and it makes me less regretful that I have a bunch of recent hardware that didn’t get av1 hardware support :)
(Lack of) a compelling use case certainly played a role. Sure, reducing bandwidth is in itself a noble (and potentially profitable) goal but why fix it if it ain't broken? Ie.: the h264 infrastructure for HD was already there, working fine.
Another factor was that HEVC was full of new patents and the patent pool licensing costs hadn't yet settled.