Siduction Forum

Siduction Forum => Software - Support => Topic started by: krisbee on 2015/12/30, 12:02:58

Title: HMTL5 audio issues in Iceweasel 43
Post by: krisbee on 2015/12/30, 12:02:58
Lost HTML5 youtube audio after upgrade to iceweael  43.0.2

Test page http://hpr.dogphilosophy.net/test/  shows both MP3 and FLAC not supported.  Reports elsewhere suggest this is due to move from gstreamer to FFmpeg.  Could this apply to Siduction?

ffmpeg is not on my system, nor can it be installed because of unresolved dependencies  The pacakge libav-tools has been on hold for a long time.  I don't know why that is.  I don't really what to revert to flash on youtube, nor rely on chromium.
Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: piper on 2015/12/30, 13:15:05
The test page for me works with the exception of

FLAC file (".flac")


I do warn that I use DMO (deb-multimedia.org), no problems with sound at any site as of yet.

Using DMO in siduction is not supported, so, if using, your on your own

apt-cache policy ffmpeg
ffmpeg:
  Installed: 10:2.8.4-dmo2
  Candidate: 10:2.8.4-dmo2
  Version table:
 *** 10:2.8.4-dmo2 500
        500 http://www.deb-multimedia.org sid/main amd64 Packages
        100 /var/lib/dpkg/status
     7:2.8.4-1 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages
        500 http://httpredir.debian.org/debian testing/main amd64 Packages
piper@x1:~$ apt-cache policy libav-tools
libav-tools:
  Installed: 7:2.8.4-1
  Candidate: 7:2.8.4-1
  Version table:
 *** 7:2.8.4-1 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages
        500 http://httpredir.debian.org/debian unstable/main i386 Packages
        500 http://httpredir.debian.org/debian testing/main amd64 Packages
        500 http://httpredir.debian.org/debian testing/main i386 Packages
        100 /var/lib/dpkg/status


Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: jure on 2015/12/30, 13:23:16
the same here - everything works, without FLAC

I do not use DMO

apol ffmpeg libav-tools

ffmpeg:
  Installiert:           7:2.8.4-1
  Installationskandidat: 7:2.8.4-1
  Versionstabelle:
*** 7:2.8.4-1 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
libav-tools
libav-tools:
  Installiert:           7:2.8.4-1
  Installationskandidat: 7:2.8.4-1
  Versionstabelle:
*** 7:2.8.4-1 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages

Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: krisbee on 2015/12/30, 14:30:39
On my system something is wrong.  I purged old libav-tools, but then cannot install latest version:


apt-get install libav-tools
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
libav-tools : Depends: ffmpeg but it is not going to be installed
E: Unable to correct problems, you have held broken packages.



Not sure what is broken.   
Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: der_bud on 2015/12/30, 15:57:10
Quote from: krisbee on 2015/12/30, 14:30:39
... Not sure what is broken.   
Probably nothing, if  apt-cache show libav-tools  tells you that you just need to install ffmpeg ;).
Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: krisbee on 2015/12/30, 16:07:09
Quote from: der_bud on 2015/12/30, 15:57:10
Quote from: krisbee on 2015/12/30, 14:30:39
... Not sure what is broken.   
Probably nothing, if  apt-cache show libav-tools  tells you that you just need to install ffmpeg ;) .

See my first post. FFmpeg not installed and can't be installed:


apt-get install ffmpeg
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
ffmpeg : Depends: libavdevice-ffmpeg56 (>= 7:2.6) but it is not going to be installed
          Depends: libavfilter-ffmpeg5 (>= 7:2.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.


Circular problem.
Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: dibl on 2015/12/30, 16:21:23
Quote from: krisbee on 2015/12/30, 12:02:58
Test page http://hpr.dogphilosophy.net/test/ (http://hpr.dogphilosophy.net/test/)  shows both MP3 and FLAC not supported.  Reports elsewhere suggest this is due to move from gstreamer to FFmpeg.  Could this apply to Siduction?


I got the same result, using SRWare Iron which is a chrome derivative.  HOWEVER, I have .mp3 files in my music collection, and they open and play correctly with a music player.  I don't have any flac files.


Also, like piper, I do have ffmpeg from dmo installed:


root@Hibiscus:/# apt-cache policy ffmpeg
ffmpeg:
  Installed: 10:2.8.4-dmo2
  Candidate: 10:2.8.4-dmo2
  Version table:
*** 10:2.8.4-dmo2 500
        500 http://www.deb-multimedia.org sid/main amd64 Packages
        100 /var/lib/dpkg/status
     7:2.8.4-1 500
        500 http://httpredir.debian.org/debian unstable/main amd64 Packages


Title: [solved] Re: HMTL5 audio issues in Iceweasel 43
Post by: krisbee on 2015/12/30, 16:42:59
Quote from: der_bud on 2015/12/30, 15:57:10
Quote from: krisbee on 2015/12/30, 14:30:39
... Not sure what is broken.   
Probably nothing, if  apt-cache show libav-tools  tells you that you just need to install ffmpeg ;) .

Actually, you were right. There was nothing broken, but ther was something missing.  Followed the dependency trail/chain down to a missing libopencv-core2.4v5 package. 


apt-cache policy ffmpeg libav-tools
ffmpeg:
  Installed: 7:2.8.4-1
  Candidate: 7:2.8.4-1
  Version table:
*** 7:2.8.4-1 500
        500 http://http.debian.net/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status
libav-tools:
  Installed: 7:2.8.4-1
  Candidate: 7:2.8.4-1
  Version table:
*** 7:2.8.4-1 500
        500 http://http.debian.net/debian unstable/main amd64 Packages
        100 /var/lib/dpkg/status



Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: eQuacky on 2015/12/30, 21:38:14
Tried it with iceweasel 43.0.2 and wine's firefox 43.0.3. They have played all except flac-format. No dmo installed.
Qupzilla 1.8.9 played them all.
greetz
thomas
Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: sunrat on 2015/12/31, 02:24:04
Iceweasel 42.0b7 played all but mp3 and FLAC.

The test page could use updating, Android current Ice Cream Sandwich?
I got a chuckle from the opus sample. :)
Title: Re: HMTL5 audio issues in Iceweasel 43
Post by: piper on 2015/12/31, 11:37:15
Quote from: sunratIceweasel 42.0b7 played all but mp3 and FLAC.

The test page could use updating, Android current Ice Cream Sandwich?
I got a chuckle from the opus sample.

+1

Considering I have been building and using Marshmallow since it became available to the public (nexus 5)

Mozilla/5.0 (X11; Linux x86_64; rv:46.0) Gecko/20100101 Firefox/46.0 ID:20151229030216 CSet: 9ddf0da90fb3bc1ae29966dc596013fc54a44bd2