• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Opera not play *.m4a audio files

    Opera for Windows
    2
    18
    5149
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • burnout426
      burnout426 Volunteer last edited by burnout426

      They both work for me every time in Opera 49 and Opera Developer (51). 64-bit versions on Windows 10 Pro 64-bit.

      With "ctrl + shift + i -> Network -> disable cache -> F5 -> Media Filter -> select request -> Headers" I see that the first one is fetched all in the one request and the file is served as audio/x-m4a (should be audio/mp4 for m4a files). The second one is split into 3 request/responses and the file is served as audio/mpeg (mp3 mime type) instead.

      That's in Opera 49. In Opera Developer, the second one isn't separated into multiple request/responses.

      So, I'm not sure. While the mime types could be better (audio/mp4), and there's a difference with the second file between stable and developer, I'm not sure what the problem is as they play fine for me. You could try in Opera Developer(right-side of page) to see if things work fine there. If so, it's probably a bug in Opera that's already fixed.

      Reply Quote 0
        A Former User 1 Reply Last reply
      • A Former User
        A Former User @burnout426 last edited by

        @burnout426 thanks for the answer.

        I do not know from what it depends, but both tracks do not play today.
        In Opera Developer, the same situation.

        alt text

        For example, how it works in Opera Neon (everything is played there)

        alt text

        type I changed, this did not fix the situation

        Reply Quote 0
          1 Reply Last reply
        • burnout426
          burnout426 Volunteer last edited by burnout426

          Hmm, I checked the encoding details of both files and they're encoded the same, so there's probably nothing wrong with the first track.

          What if you download both m4a files and play them locally:

          desktop\test.html

          NOT PLAY:
          
          <audio controls="" autoplay="" name="media"><source src="track1.m4a" type="audio/mp4"></audio>
          
          ????????????
          
          
          <br><br>
          
          
          PLAY:
          <audio controls="" autoplay="" name="media"><source src="track2.m4a" type="audio/mp4"></audio>
          
          <br><br>
          

          Any difference there?

          What if you create another test like http://clubtone.net/test/index.html where the 2nd track plays first instead? Does that track then fail while the other one plays?

          What does opera://media-internals say for the player that doesn't play the file?

          You're on Win7 64-bit, right?

          Reply Quote 0
            A Former User 2 Replies Last reply
          • A Former User
            A Former User @burnout426 last edited by

            @burnout426 said in Opera not play *.m4a audio files:

            opera://media-internals

            alt text

            yes, Win7 64-bit

            Reply Quote 0
              1 Reply Last reply
            • A Former User
              A Former User @burnout426 last edited by

              @burnout426 If I save files on my server, they play alt text

              Reply Quote 0
                1 Reply Last reply
              • burnout426
                burnout426 Volunteer last edited by

                You can click the 2 highlighted players in media-internals for more info.

                Reply Quote 0
                  A Former User 1 Reply Last reply
                • burnout426
                  burnout426 Volunteer last edited by

                  You can install https://addons.opera.com/en/extensions/details/user-agent-007/?display=en in Opera and mask as another browser just to see if there's any difference.

                  Reply Quote 0
                    A Former User 1 Reply Last reply
                  • A Former User
                    A Former User @burnout426 last edited by

                    @burnout426 alt text

                    Reply Quote 0
                      1 Reply Last reply
                    • A Former User
                      A Former User @burnout426 last edited by

                      @burnout426 User-Agent 007 does not help, tried all of the agent's options

                      Reply Quote 0
                        1 Reply Last reply
                      • burnout426
                        burnout426 Volunteer last edited by

                        Okay. That tells the error at least. Just not sure why so far.

                        Reply Quote 0
                          1 Reply Last reply
                        • burnout426
                          burnout426 Volunteer last edited by

                          Are you running Opera with Sandboxie?

                          Reply Quote 0
                            A Former User 1 Reply Last reply
                          • A Former User
                            A Former User @burnout426 last edited by

                            @burnout426 said in Opera not play *.m4a audio files:

                            Sandboxie

                            I don't have Sandboxie

                            Reply Quote 0
                              1 Reply Last reply
                            • burnout426
                              burnout426 Volunteer last edited by burnout426

                              Download Opera 48, launch it, click "options", set "install path" to a folder on your desktop, set "install for" to "standalone installation" and install. Try it in that Opera to test how it works. If it works the same, try disabling opera://flags/#media-windows-mf-demuxer to see if that makes a difference.

                              There's no option to turn that off in 49 I think, but just wanted to see if that makes a difference.

                              Opera uses system codecs and the Windows media stack to playback files, so it could be an issue specific to Win7 and the way the server sends that file where the demuxer has a fit. But, don't know.

                              Reply Quote 0
                                A Former User 1 Reply Last reply
                              • A Former User
                                A Former User @burnout426 last edited by

                                @burnout426 said in Opera not play *.m4a audio files:

                                opera://flags/#media-windows-mf-demuxer

                                When I disable opera://flags/#media-windows-mf-demuxer that works!

                                but how to do it in a new opera 😞

                                Reply Quote 0
                                  burnout426 1 Reply Last reply
                                • burnout426
                                  burnout426 Volunteer @Guest last edited by

                                  @clubtone said in Opera not play *.m4a audio files:

                                  but how to do it in a new opera

                                  You can modify the shortcut to Opera (will be to launcher.exe) and pass --media-windows-mf-demuxer=0 (or false or disabled or something). But, don't know if that'll work as it's possible that more than just the option in opera://flags was removed. You can try it at least.

                                  Besides that, you should have enough info to create a simple test case for the one URL and file a report. You could mention this thread in the report too.

                                  Reply Quote 0
                                    A Former User 1 Reply Last reply
                                  • A Former User
                                    A Former User @burnout426 last edited by

                                    @burnout426
                                    Thanks for the help!!!

                                    Modify the shortcut does not work, but I sent a bug report

                                    Reply Quote 0
                                      burnout426 1 Reply Last reply
                                    • burnout426
                                      burnout426 Volunteer @Guest last edited by

                                      @clubtone said in Opera not play *.m4a audio files:

                                      but I sent a bug report

                                      Awesome. DNAWIZ-24160 is the number.

                                      Reply Quote 0
                                        1 Reply Last reply
                                      • First post
                                        Last post

                                      Computer browsers

                                      • Opera for Windows
                                      • Opera for Mac
                                      • Opera for Linux
                                      • Opera beta version
                                      • Opera USB

                                      Mobile browsers

                                      • Opera for Android
                                      • Opera Mini
                                      • Opera Touch
                                      • Opera for basic phones

                                      • Add-ons
                                      • Opera account
                                      • Wallpapers
                                      • Opera Ads

                                      • Help & support
                                      • Opera blogs
                                      • Opera forums
                                      • Dev.Opera

                                      • Security
                                      • Privacy
                                      • Cookies Policy
                                      • EULA
                                      • Terms of Service

                                      • About Opera
                                      • Press info
                                      • Jobs
                                      • Investors
                                      • Become a partner
                                      • Contact us

                                      Follow Opera

                                      • Opera - Facebook
                                      • Opera - Twitter
                                      • Opera - YouTube
                                      • Opera - LinkedIn
                                      • Opera - Instagram

                                      © Opera Software 1995-