Support for Pepper Flash / HTML5 vids?

OSS specific Linux discussion (x86/amd64)

Moderators: dev, hannu, cesium

shoober420
Member
Posts: 40
Joined: Mon Apr 28, 2014 7:09 am

Re: Support for Pepper Flash / HTML5 vids?

Postby shoober420 » Tue May 27, 2014 3:49 am

nuc wrote:Then you should be able to choose gstreamer from a drop-down menu I think.


What drop-down menu are you talking about?

nuc wrote:You probably have gstreamer 0.10 - it's ok too but their might be some bug.


I for sure have gstreamer 1.0 on my system. Although Debian stable is rather slow to upgrade its packages, Debain sid is always on top and almost always have the latest packages available. Debian sid is not slow at upgrading packages at all.

nuc wrote:I do not know how firefox is being compiled on Debian Sid so I can't say it will work. What I do know is that the firefox devs are about to ship gstreamer 1.0 in their default builds, when Devian Stable will have gst 1.0 packages in the repos. That's their plan.


I downloaded the nightly builds. It was version 32 if I remember correctly. I didn't compile it myself. I'm not concerned about Debian stable, since I use sid, which usually has the latest packages available. I do most definitely have gstreamer 1.0 on my system. I have version 1.2.4-1 to be exact. I will install the gstreamer-properties package and see if that fixes it.

Since Chromium is the only software I use that doesn't have native OSS4 support, I figured I'll dump it and uninstall all ALSA related packages. I'm sure audio will sound better in Firefox with native OSS4 sound too. Firefox seems to be getting ready to add sandboxing, so I'm looking forward to that. Sandboxing and HTML5 support is the main reason I stick with Chromium, since I watch alot of YouTube videos in HTML5.
Debian Sid
Intel Core2Duo E8400 @3.9GHz
ASUS Xonar Essence STX
nVidia GeForce 760 GTX
4GBs DDR2@ 863MHz
Sennheiser HD595

www.last.fm/user/shoober

nuc
Moderator
Posts: 111
Joined: Fri Aug 03, 2012 10:20 am
Sound Card: Khadas Tone Board
OS: ArchLinux
Contact:

Re: Support for Pepper Flash / HTML5 vids?

Postby nuc » Tue May 27, 2014 11:22 am

shoober420 wrote:
nuc wrote:Then you should be able to choose gstreamer from a drop-down menu I think.


What drop-down menu are you talking about?


Oh, sorry I meant that after you install gstreamer-properties and start it from your terminal you should be able to choose the oss4 backend from a drop-down menu.
https://github.com/Nuc1eoN/4Front-Tech-Website

shoober420
Member
Posts: 40
Joined: Mon Apr 28, 2014 7:09 am

Re: Support for Pepper Flash / HTML5 vids?

Postby shoober420 » Thu Jul 31, 2014 11:23 am

I've just discovered that you can play youtube videos with VLC player and MPlayer. This is great! That means there is no need to libasound2 or other ALSA wrappers. On top of that, you get true high quality OSS sound from VLC. This is a great alternative.
Debian Sid
Intel Core2Duo E8400 @3.9GHz
ASUS Xonar Essence STX
nVidia GeForce 760 GTX
4GBs DDR2@ 863MHz
Sennheiser HD595

www.last.fm/user/shoober

oss117
Member
Posts: 27
Joined: Tue Jan 15, 2008 4:39 pm

Re: Support for Pepper Flash / HTML5 vids?

Postby oss117 » Mon Aug 04, 2014 3:38 pm

shoober420 wrote:On top of that, you get true high quality OSS sound from VLC. This is a great alternative.
Excepted that VLC v2.1 completely broke OSS playback...

For a start, it adjusts the volume via the OSS mixer (which is fine), but "forgets" to reset the mixer level to 100% before exiting, meaning that the next program with an audio output that will get that mixer channel affected, gets a volume which is far below 100% (unless you had VLC at 100% volume), which is not what most programs expect (the mixer channel is usually kept at 100%, and this is always the case for non-OSSv4 aware programs), and will force you to open the OSS ossxmix program to reset the channel level at 100% manually.

Much worst, when your CPU is loaded at 100% (for example, when compiling a project with all cores), then VLC fails to feed the OSS mixer fast enough, and you get very distorted/interrupted audio and video, making the whole thing completely "unhearable" and "unwatchable"... For this reason, I had to downgrade to VLC v2.0.9, which is the last version with a *working* OSS support. :cry:

nuc
Moderator
Posts: 111
Joined: Fri Aug 03, 2012 10:20 am
Sound Card: Khadas Tone Board
OS: ArchLinux
Contact:

Re: Support for Pepper Flash / HTML5 vids?

Postby nuc » Sun Aug 24, 2014 10:19 am

oss117 wrote:Excepted that VLC v2.1 completely broke OSS playback...

Damn.. Is there any official bugreport for this?
https://github.com/Nuc1eoN/4Front-Tech-Website

oss117
Member
Posts: 27
Joined: Tue Jan 15, 2008 4:39 pm

Re: Support for Pepper Flash / HTML5 vids?

Postby oss117 » Mon Aug 25, 2014 3:44 pm

nuc wrote:
oss117 wrote:Excepted that VLC v2.1 completely broke OSS playback...

Damn.. Is there any official bugreport for this?

Yes, I opened a bug report, but the guy replying it seems to be a little... "thick"... See by yourself, and good luck having the VLC team taking the bugs into account and fixing them... I'm personally giving up on trying (I've got more important stuff to attend to).

nuc
Moderator
Posts: 111
Joined: Fri Aug 03, 2012 10:20 am
Sound Card: Khadas Tone Board
OS: ArchLinux
Contact:

Re: Support for Pepper Flash / HTML5 vids?

Postby nuc » Mon Aug 25, 2014 9:28 pm

oss117 wrote:Yes, I opened a bug report, but the guy replying it seems to be a little... "thick"... See by yourself, and good luck having the VLC team taking the bugs into account and fixing them... I'm personally giving up on trying (I've got more important stuff to attend to).

Fair enough, thanks for your engagement! It is disturbing to know that VLC's lead developer is an arrogant asshole.
It appears he submitted some patch though -> http://git.videolan.org/?p=vlc/vlc-2.2. ... 904454c7fc
https://github.com/Nuc1eoN/4Front-Tech-Website

oss117
Member
Posts: 27
Joined: Tue Jan 15, 2008 4:39 pm

Re: Support for Pepper Flash / HTML5 vids?

Postby oss117 » Mon Aug 25, 2014 9:46 pm

nuc wrote:It appears he submitted some patch though -> http://git.videolan.org/?p=vlc/vlc-2.2. ... 904454c7fc
Yes, it might fix the mixer level messing up, but the sound stuttering is still to be fixed and by far the most problematic issue...

ossuserr
Known Member
Posts: 272
Joined: Thu Jan 08, 2015 12:01 am
Sound Card: audigy 2 zs platinum, esi juli
OS: gentu riced to bo0st
Location: Earth

Re: Support for Pepper Flash / HTML5 vids?

Postby ossuserr » Fri Aug 21, 2015 3:09 pm

I have noticed that if cooked mode is disabled opera browser no longer has sound. So that cooked mode is required for sound from internet. I wish there were a feature to enable cooked mode only for certain applications like browsers and disable for others.


Return to “Linux”

Who is online

Users browsing this forum: No registered users and 2 guests