VLC Media Player Plans to Add Online Media Streaming

starman@programming.dev to Linux@lemmy.ml – 548 points –
news.itsfoss.com
122

Damn Lemmy users are no different from Reddit. Don't read anything. Take anything you did read out of context. Be sure to rage post your own ignorance so we can all read about it.

You can help by clarifying the article

There are a bunch of free channels on the internet that some TVs can just stream without a dedicated app. These channels are supported by ads like cable/whatever channels, but not locked behind a subscription. VLC is supporting whatever formats they use to allow (or make it easier; IDK) people to watch them if they want.

The other part is that they're working on web assembly to allow sites to use VLC as their embedded video player.

I’m so conflicted about web assembly. I’m a web developer and I think it’s going to be amazing eventually but 20% of me thinks it’s going to be a security nightmare and require a decade of fuck ups to reach its potential.

I'm mostly worried about how much less open this will make the web for simple local hacking. I often add small features to webapps I use by injecting code and hooking into their systems (when it's not an app with open source, where I send a PR instead - and if I can work around issues I do contact the owners with a working fix).

This will be much harder with WebAssembly. Sure, there'll be decompilers in time - but in the time it takes me to change a small piece of behaviour in such cases, I can add multiple features in the current JS environment, even if the code is obfuscated.

I'm more concerned that the web will get even slower and bloated. We are already seeing the first frameworks that ship a webassembly .NET runtime, Python runtime, JVM, ... . I kinda fear that in 10 years when you visit a site you need to download runtime xyz in version abc for the 1000th time. All because some people or companies just can not be bothered to learn any new technology.

require a decade of fuck ups to reach its potential.

That's quicker than people, heck I'm going on my 3rd decade and still not at my potential. Or so I like to tell myself.

Arent HTML5 players there for that?

you don't even need a player script; browsers today can play media on their own.

and scripts with added features is a very crowded market.

He shouldn't have to, the point is read before commenting about a clickbait headline. If he has to spell it out that only furthers his point.

Yes, he has no responsibility to explain it. But if he would like to help anyways, he could.

Damn Lemmy users are no different from Reddit

We’re do you think Lemmy got all its users?

Was this comment meant for another thread? I'm confused

You forgot to mention it's no different from Reddit with the horrible titles either.

Yeah sure it's user fault and not the click bait headline, I'm sure they can describe the whole article in one headline without any confusion, oh and probably half of lemmy user are used to be redditers

What are you even talking about? Do you feel better after getting that off your chest?

Slightly wondering whether this is a roundabout way of creating Ad-Free YouTube playback capabilities. “Hey community, we are adding support for ad enabled streams. Would be a shame if you hated that so much you wrote some ad blocking plugins.”

Ad-Free YouTube playback capabilities.

The last time I tried, VLC could already do that.

1 more...

Very generous of you to assume that adding native support for advertising is a move to protect users from advertising...

You can already watch youtube ad-free with VLC...

1 more...

This is bad news. FAST streaming is an ad-riddled nightmare. VLC already supports streaming video just fine. Native support for FAST services just means native support for ads.

VLC already includes support for IPTV streams and M3Us. If you want to load FAST channels, you can do that now using a playlist from here: https://github.com/iptv-org/iptv

You'll even get an ad-free / ad-reduced experience this way. FAST providers like Pluto and Tubi rebroadcast some TV channels and inject their own targeted ads. If you pipe the video stream into VLC, you'll just see "commercial break in progress" filler video instead of commercials. Try it out with a local news station, they are all almost completely add free this way.

Enjoy this while you can, I guess...

I mean it's just another format they'll be supporting. If you don't want to watch in that format, don't.

FAST isn't a format, it's an integration. The format is streaming mpeg like everything else.

If FAST services want to be a part of VLC, they can just write their own extension.

I mean it's just another service they'll be supporting. If you don't want to watch that service, don't.

Better?

No, I don't want any pro-profit ad-supported services integrated directly into a critical FOSS project like VideoLAN. This is a form of enshittification. VLC should NEVER implement native support for targeted advertising. Pluto and Tubi are already cramming ads into my smart TV, they need to stay the fuck away from VLC's core code.

Freedom of choice is writing a channel service extension for VLC that I can install if I want to, not integrating non-free anti-consumer bullshit into the application itself.

I really don't see how this is enshittification or anti-consumer. Nothing about your use of or experience of VLC changes if you simply don't use FAST streams. To me this seems similar to whether or not to ship patent encumbered codecs.

What if Disney wanted to integrate their own DRM support into the Linux Kernel so you could watch Disney Blu-Ray movies? Would you accept the "you don't have to watch Disney movies" justification?

I'd be fine with VLC having a way to watch proprietary Blu-Rays. I think it has that feature and it does seem useful for those who want to watch Disney Blu-Rays. VLC is supposed to be pretty much a swiss army knife of media players, after all.

If you wanted to compare to the kernel then best comparison would be to something like proprietary drivers or something.

We had to fight corporations for the right to decode DVDs and Blu-rays with FOSS software. This has been a major part of the software freedom movement. I don't want to see a deviation away from principles.

There's room for both the principled take and the practicality. We have both FOSS distros and those that ship patent encumbered stuff and proprietary driver.

And VideoLAN has been pricipled for nearly 15 years. I'd like to see them stay that way.

VLC has been distributed with libdvdcss and patent incumbered codecs for ages.

Beware: VLC media player binaries are distributed with the libdvdcss library included.

I don't see this as at all different tbh

Yay VLC!
From the tail end of the short, and easy to read article: If you want an early look at the upcoming changes with VLC 4.0, you can download (https://nightlies.videolan.org/?ref=news.itsfoss.com) the latest nightly release from the official website or the latest “Edge” build from the Snap store (https://snapcraft.io/vlc?ref=news.itsfoss.com). VLC 4.0 (Early Build) (Snap Store) (https://snapcraft.io/vlc?ref=news.itsfoss.com)

They have an Ubuntu PPA which I used through distrobox. The weirdest way to get an app on the system, while there is a flatpak they dont seem interested in adopting it.

Some of the new stuff looks cool, and for all of these knee-jerk reactionaries... optional.

Didn't it already have that for years? Sounds like they're 'just' adding support for signing in/ads

It seems to be the FAST protocol/channels they are adding support for.

I'd rather be able to stream a file from my PC via VLC to other people with VLC.

If that's already a thing, then I guess I just gotta figure it out...

VLC support RTMP, streaming a live feed like twitch. https://wiki.videolan.org/RTMP/

VLC also support reading from network https://wiki.videolan.org/Documentation:Play_HowTo/Basic_Use_0.9/Opening_modes/#Opening_a_Network

You are also able to generate a stream through multiple interfaces though I couldn't find how. Still, it is officially reported as being possible. https://www.videolan.org/streaming-features.html

Yeah, I know about RTPM, but what I meant was more akin to streaming the file itself.

Take for example, me and my friends want to watch a movie. One of us has the movie. We all have VLC. The one with the movie loads the file, the others... Somehow... Connect to the VLC with the loaded file and have it directly stream to their own VLC.

I dig a little and there is an option on the GUI to easily stream. On the media menu, there is a stream option (CTRL+S) which allows you to stream a file using the interface you want. It will create a server and it's up to you to make that server available to your friends (port forwarding). They will the open your video from a network interface link.

Though, while I did manage to stream between two instances of VLC on the same machine. It was after many attempts and I did not have any sound.

Not incredible, I will admit, but I'm quite confident it can work well once you understand what parameters to use.

I believe you can set up a http stream and then have others connect to it

Changes are looking good, great to see it is still very active!

I swore this was already a feature. I remember years ago (15+) I was able to play YouTube videos on it.

The new feature is for FAST, which is a type of IPTV stream. Imagine something akin to a TV channel guide, like Samsung’s and Roku’s built in streams.

And the “ad supported” bit is misleading; The channels are supported by ads, and run them as part of their programming. It’s not VLC showing ads before you’re allowed to stream the video, like YouTube. Just like regular TV channels, where they have commercial breaks.

Oh god, no...

Remember those Winamp channels? Hope this leads into that. IPTV is supported by Winamp but not the easiest way to use it, maybe this would make that better too.

Edit - sorry I meant IPTV is supported by VLC*

I loved the Winamp channels. That's where I learned about the existence of anime. I had no concept that things like Cardcaptors, Dragonball, Pokemon, etc were actually anime because I just saw them in English. But I found dubs through Winamp streaming and it sent me down the rabbit hole to buying DVDs and manga and learning to torrent fansubs. The good old days of my blazing fast 3mbps cable connection. It blew my mind coming from dial up.

Ain't nobody want this

However, he also clarified that plans for this were not finalized yet, and if it were to happen, it would be optional for VLC users.

Happy to see some sanity prevails.

Having read the article, it sounds like the logical evolution of VLC. FAST Channels are here to stay and they actually are a vital thing in a world where Google have a monopoly on online video. While they're not what I would go for, I'm glad they're available as even my cable provider offers FAST channels.

Will be interesting to see VLC compete with JWPlayer and the various forks of it.

Also I don't think anyone disagrees that the core needs rewriting and the UI needs a refresh. Wonder when Android will start seeing these builds on the beta channel.

plans to support ad-supported online media streams

Why are they saying it like it's something good and exciting?

rewriting the whole core of VLC for the 4.0 release which will see a new interface

Where have we see it before? It's basically the classic scenario where popular software/service makes a complete chnage of design nobody asked for and it fails miserably. I recommend everyone to make a backup of the installer of the last version before this release...

I really don't see the what the fuss is in this thread. The source does make it seem a bit nefarious, but even so, it appears the changes in VLC amount to adding support for a streaming format and adding a channel listing of some sort.

FAST is simply a streaming format. Whether to run ads is an individual decision of each channel.

If I can have a streaming client that can play certain streams versus one that can't, I'll obviously pick the former. (Unless they employ a DRM scheme which does weird things to my devices but it doesn't appear that's part of the discussion here.)

Yep, here's the section

When he was talking about that, he also shared that they plan to add support for FAST channels and other kinds of ad-supported online media streams that would allow users to watch ad-supported movies, TV shows, and more.

However, he also clarified that plans for this were not finalized yet, and if it were to happen, it would be optional for VLC users.

.

It does when you consider that there are over 1,500 FAST channels in the US alone, plus countless others around the globe, with the number still growing.

They already support other forms of streams, why not this. It would be weirder if they chose to not support it

Yeah, I think evil bastard streaming services choosing open source (VLC) is rather a win for the society.

I mean, the guy who made vlc hasn't charged for like 15 years now.

For most people the only time they open VLC is to view a file locally. I'm surprised they're not also trying to become more like plex/jellyfin then pivot to ad supported streaming

I'm surprised they're not also trying to become more like plex/jellyfin then pivot to ad supported streaming

Well, not people are driven by money, but I do agree that several costs need to be addressed, and sadly ads are one of the means to achieve this (and more depending on your greed).

They dont display ads, the channels send video streams that have embedded ads for money purpose things (whoever buys shit because of ads)

Why would that need special support? If the ads are embedded, that should work out of the box.

They support adding online streams which is currently not there or hard to find

Isn't this an optional feature? Wouldn't you have to log in to that service?

Will picture in picture support on IOS eventually be added?

I just saw the screenshot of the early design of the new UI, looks like crap.

I even disliked the change from wXwidgets to Qt way back in the day, I have come around and like the Qt interface now, I don't expect that to happen with the new UI

10 years later

"vlc is updating their UI again! I liked the one we have now, this just looks stupid. I don't think I'll like the changes."

That's fair, though the change from wXwidgets to Qt was fairly minor compared to this

new ui is literal trash.

media formats it already does, and it is expected to support nearly everything. but as far as a front-end for whatever tf they're planning--there are plugins and extensions already, it should be there. not in the base code.

Yeah, it looks like they are trying to port the mobile UI to their main program, going backwards in terms of usabillity on mainstream computers

Not a fan of that tbh

Dude, they are not starting their own ad supported streaming service. They are merely adding dupport for one more streaming protocol that happens to be used for that. If these services were using RTSP for their streams, they'd already be supported. This is absolutely in line with VLC's swiss army knife-approach.

Otherwise, new GUI sounds good to me. The old one is proven but a bit clunky.

I think there should be local-only players. VLC was one forever. There are tons of streaming service clients out there and I personally don't want VLC to add this feature. But it is just my personal opinion. I never said it's bad

But it has had networking capabilities for like... ever? RTSP, HTTP, ...

It also supports some funky stuff like raw H.264 over UDP if you use ffmpeg to prepend special packets to the start of the video stream (Ideal for a DIY low latency video streaming solution ). If you decrypt digital OTA tv signals (DVB format), VLC will play the live underlying raw mpeg stream just fine.

Truly a swiss army knife of video playback, especially the underutilized network url file open option

I mean it is right there in the name: Video Lan Client.

My first use of VLC 20yrs ago was to stream video. it is the core of the product.

Idk about that. I don't even care much cuz I don't use VLC at all. Lol I just wanted to send a regular short controversial unpopular opinion comment. I hope it's not considered wrong here

Yes, "VideoLAN Client" doesn't sound like anything which might have network support.

VLC stands for VideoLAN Client, and was originally designed as a player for network streams provided by the VideoLAN server. It also supports local media playback, which has become its most common use. It adding additional streaming functionality is just reinforcing its original purpose.

I don't have anything against that. The dev has the right and adding that feature can make the client more popular

One doesn't have to use the feature and it's not like it's going to be felt, nor noticeably use any resources when not in use.

Surprisingly, the popularity of this media player doesn't seem to be going down in this age of online streaming, as the project reported a whopping 5 billion downloads of VLC across various platforms since 2005.

How the fuck is number of downloads since TWO THOUSAND AND FIVE in any way indicative of popularity not declining?

it would be optional for VLC users.

"Optional" like all the "optional" features crammed down your throat on Plex?

I'm very interested in the financials involved in this new change, and if someone is going to be filling their pockets in this transition.

How would they earn money on this? It's still a FOSS project. They are simply revamping their GUI and adding support for one more protocol.

Plex is NOT FOSS! Plex is a private company's cash cow.

Your mistake is assuming for some reason that FOSS projects can't make money when they absolutely can and have.

I've met the devs in person. They keep turning down literal suitcases full of cash from people who want to bundle adware and crap in one of the most popular programs ever. Don't assume VLC is going down that road -- they've stuck to their ethics for decades.

almost 1 download for every human on earth

"BUT IT'S NOT POPULAR! ALL THE DOWNLOADS ARE FROM JANUARY 1ST 2005 AND NOBODY EVER DOWNLOADED IT EVER AGAIN! IT'S ALL A CONSPIRACY BY BIG TRAFFIC CONE! I DON'T WANT FACTS LALALALALA" --this guy

Big Traffic Cone is coming for you. It cautions us all. That's why it's orange with reflective stripes. You should have heeded it's warning. Be afraid, very afraid.

If all those downloads were from 2005 to 2015, and there's only been a few hundred in the last nine years, that would mean the popularity has declined.

But we don't know that. We don't know if the downloads have increased, decreased, or stayed the same based on the proffered numbers. We only know a flat number from the last twenty years.

Thats the point theyre making, not that its unequivocally unpopular now.

Also you're about three billion shy of one download for everyone on earth.

(to the entire public) STOP HAVING FUCKING BABIES

When I was in my prime it was 6 billion, and we liked it. Now get off my lawn!

Big Traffic Cone is coming for you

damn me if this is not the best Brand New Sentence I have seen in a long time. congrats!

LOL what are you even talking about? You ever heard the phrase "lies, damned lies, and statistics"? If not, you should look it up.

I used vlc once.

Why you not using it anymore?

He is using the Windows inbuilt video player... Yikes.

The computer I tried it on had it's water cooling loop coincidentally blow both block gaskets and it's been just sitting on the ground here since. I just haven't watched anything since either and both my old laptop and the steam deck have whatever is default to bazzite but unused

Stick a fork in it, it's done.

Why lmao?

Sorry, that was supposed to be a pun on "fork", in release-management sense of the word.

The question was "why," you may as well be protesting the addition of a new codec