VLC does not plays video files












1















VLC does not play any kind of video file. It will start and stop correctly as open without any order to play anything. It used to work great before Ubuntu 12.04 reinstall, but now I have this strange problem.



Symptoms:
- VLC does not play any kind of video. Just opens it and stays frozen on first second of file.
- VLC opens an icon in notification bar just as it does regularly, but this time there is not an option to close it. Menu over there opens but do not respond.
- At any attempt to play a video file VLC will open another "dead" icon in notification bar.



Attempted solutions:




  1. At first I thought it is lack of codecs, so I installed Ubuntu Restricted Extras - no improvement

  2. I removed VLC .config folder and reinstalled VLC through apt-get install VLC - no improvement

  3. I removed VLC through apt-get remove --purge VLC followed by apt-get autoremove, and reinstalled it using terminal - no improvement










share|improve this question





























    1















    VLC does not play any kind of video file. It will start and stop correctly as open without any order to play anything. It used to work great before Ubuntu 12.04 reinstall, but now I have this strange problem.



    Symptoms:
    - VLC does not play any kind of video. Just opens it and stays frozen on first second of file.
    - VLC opens an icon in notification bar just as it does regularly, but this time there is not an option to close it. Menu over there opens but do not respond.
    - At any attempt to play a video file VLC will open another "dead" icon in notification bar.



    Attempted solutions:




    1. At first I thought it is lack of codecs, so I installed Ubuntu Restricted Extras - no improvement

    2. I removed VLC .config folder and reinstalled VLC through apt-get install VLC - no improvement

    3. I removed VLC through apt-get remove --purge VLC followed by apt-get autoremove, and reinstalled it using terminal - no improvement










    share|improve this question



























      1












      1








      1


      1






      VLC does not play any kind of video file. It will start and stop correctly as open without any order to play anything. It used to work great before Ubuntu 12.04 reinstall, but now I have this strange problem.



      Symptoms:
      - VLC does not play any kind of video. Just opens it and stays frozen on first second of file.
      - VLC opens an icon in notification bar just as it does regularly, but this time there is not an option to close it. Menu over there opens but do not respond.
      - At any attempt to play a video file VLC will open another "dead" icon in notification bar.



      Attempted solutions:




      1. At first I thought it is lack of codecs, so I installed Ubuntu Restricted Extras - no improvement

      2. I removed VLC .config folder and reinstalled VLC through apt-get install VLC - no improvement

      3. I removed VLC through apt-get remove --purge VLC followed by apt-get autoremove, and reinstalled it using terminal - no improvement










      share|improve this question
















      VLC does not play any kind of video file. It will start and stop correctly as open without any order to play anything. It used to work great before Ubuntu 12.04 reinstall, but now I have this strange problem.



      Symptoms:
      - VLC does not play any kind of video. Just opens it and stays frozen on first second of file.
      - VLC opens an icon in notification bar just as it does regularly, but this time there is not an option to close it. Menu over there opens but do not respond.
      - At any attempt to play a video file VLC will open another "dead" icon in notification bar.



      Attempted solutions:




      1. At first I thought it is lack of codecs, so I installed Ubuntu Restricted Extras - no improvement

      2. I removed VLC .config folder and reinstalled VLC through apt-get install VLC - no improvement

      3. I removed VLC through apt-get remove --purge VLC followed by apt-get autoremove, and reinstalled it using terminal - no improvement







      video vlc






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Sep 18 '16 at 21:16









      Zanna

      50.8k13136241




      50.8k13136241










      asked Jan 28 '14 at 9:18









      user239985user239985

      1625




      1625






















          3 Answers
          3






          active

          oldest

          votes


















          3














          I had a similar issue with VLC media player on my 32bit laptop with Xubuntu 14.04 LTS. So I have tried different approaches, here's what solved it:



          First put in terminal:



          sudo apt-get install ubuntu-restricted-extras
          sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
          sudo /usr/share/doc/libdvdread4/install-css.sh
          sudo apt-get install libav-tools
          sudo apt-get autoremove


          Then restart your pc. Don't know if necessary but I did it.



          Then remove mplayer (if you don't need it) and install the player "gxine".



          Try out a video file in VLC. If still not working, open VLC and go to



          Tools > Preferences > Video



          Make sure "Accelerated video output (Overlay)" and "Windows decorations" are checked. Look at "Output" and test all available options with a video that isn't working. See if you find an option that plays the video accurately. For me, it was "XVideoOutput (XCB)" but it could be a different one for your needs. You can leave the "Preferences" window open while testing. Videos should then also be working in gxine (don't ask me why, could be packages or removal of mplayer?).



          To play encrypted DVDs look at this official site. Necessary packages are already included in code above.



          Hope this works for you, too!






          share|improve this answer


























          • I tested this again with Xubuntu 16.04 LTS. mplayer can be used parallel and also the installation of gxine is not necessary (this may have already been optional in 14.04). Addionally, I used sudo apt-get upgrade after installing the packages. VLC works fine!

            – conpertura
            Oct 22 '16 at 20:42



















          0














          the first thing you could try is to add the VLC repository to get the latest version from:
          https://launchpad.net/~videolan/+archive/stable-daily



          sudo apt-add-repository ppa:videolan/stable-daily
          sudo apt-get update && sudo apt-get upgrade


          (If this does not update to the lastest version. Do sudo apt-get purge and install again.)



          Then you can try to install some additional codecs, see for instance this answer (about playing DVDs, but it might help):
          VLC won't run DVDs



          sudo apt-get install ubuntu-restricted-extras
          sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
          sudo apt-get install libavformat-extra-53 libavcodec-extra-53 libdvdread4
          sudo /usr/share/doc/libdvdread4/install-css.sh


          Then restart and see.






          share|improve this answer

































            0














            My video was not being played, but the audio was okay. I selected Tools > Preferences > Video > Output > XVideo output (XCB)
            and the video reappeared with the synchronized audio.






            share|improve this answer

























              Your Answer








              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "89"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f411990%2fvlc-does-not-plays-video-files%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              3 Answers
              3






              active

              oldest

              votes








              3 Answers
              3






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              3














              I had a similar issue with VLC media player on my 32bit laptop with Xubuntu 14.04 LTS. So I have tried different approaches, here's what solved it:



              First put in terminal:



              sudo apt-get install ubuntu-restricted-extras
              sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
              sudo /usr/share/doc/libdvdread4/install-css.sh
              sudo apt-get install libav-tools
              sudo apt-get autoremove


              Then restart your pc. Don't know if necessary but I did it.



              Then remove mplayer (if you don't need it) and install the player "gxine".



              Try out a video file in VLC. If still not working, open VLC and go to



              Tools > Preferences > Video



              Make sure "Accelerated video output (Overlay)" and "Windows decorations" are checked. Look at "Output" and test all available options with a video that isn't working. See if you find an option that plays the video accurately. For me, it was "XVideoOutput (XCB)" but it could be a different one for your needs. You can leave the "Preferences" window open while testing. Videos should then also be working in gxine (don't ask me why, could be packages or removal of mplayer?).



              To play encrypted DVDs look at this official site. Necessary packages are already included in code above.



              Hope this works for you, too!






              share|improve this answer


























              • I tested this again with Xubuntu 16.04 LTS. mplayer can be used parallel and also the installation of gxine is not necessary (this may have already been optional in 14.04). Addionally, I used sudo apt-get upgrade after installing the packages. VLC works fine!

                – conpertura
                Oct 22 '16 at 20:42
















              3














              I had a similar issue with VLC media player on my 32bit laptop with Xubuntu 14.04 LTS. So I have tried different approaches, here's what solved it:



              First put in terminal:



              sudo apt-get install ubuntu-restricted-extras
              sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
              sudo /usr/share/doc/libdvdread4/install-css.sh
              sudo apt-get install libav-tools
              sudo apt-get autoremove


              Then restart your pc. Don't know if necessary but I did it.



              Then remove mplayer (if you don't need it) and install the player "gxine".



              Try out a video file in VLC. If still not working, open VLC and go to



              Tools > Preferences > Video



              Make sure "Accelerated video output (Overlay)" and "Windows decorations" are checked. Look at "Output" and test all available options with a video that isn't working. See if you find an option that plays the video accurately. For me, it was "XVideoOutput (XCB)" but it could be a different one for your needs. You can leave the "Preferences" window open while testing. Videos should then also be working in gxine (don't ask me why, could be packages or removal of mplayer?).



              To play encrypted DVDs look at this official site. Necessary packages are already included in code above.



              Hope this works for you, too!






              share|improve this answer


























              • I tested this again with Xubuntu 16.04 LTS. mplayer can be used parallel and also the installation of gxine is not necessary (this may have already been optional in 14.04). Addionally, I used sudo apt-get upgrade after installing the packages. VLC works fine!

                – conpertura
                Oct 22 '16 at 20:42














              3












              3








              3







              I had a similar issue with VLC media player on my 32bit laptop with Xubuntu 14.04 LTS. So I have tried different approaches, here's what solved it:



              First put in terminal:



              sudo apt-get install ubuntu-restricted-extras
              sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
              sudo /usr/share/doc/libdvdread4/install-css.sh
              sudo apt-get install libav-tools
              sudo apt-get autoremove


              Then restart your pc. Don't know if necessary but I did it.



              Then remove mplayer (if you don't need it) and install the player "gxine".



              Try out a video file in VLC. If still not working, open VLC and go to



              Tools > Preferences > Video



              Make sure "Accelerated video output (Overlay)" and "Windows decorations" are checked. Look at "Output" and test all available options with a video that isn't working. See if you find an option that plays the video accurately. For me, it was "XVideoOutput (XCB)" but it could be a different one for your needs. You can leave the "Preferences" window open while testing. Videos should then also be working in gxine (don't ask me why, could be packages or removal of mplayer?).



              To play encrypted DVDs look at this official site. Necessary packages are already included in code above.



              Hope this works for you, too!






              share|improve this answer















              I had a similar issue with VLC media player on my 32bit laptop with Xubuntu 14.04 LTS. So I have tried different approaches, here's what solved it:



              First put in terminal:



              sudo apt-get install ubuntu-restricted-extras
              sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
              sudo /usr/share/doc/libdvdread4/install-css.sh
              sudo apt-get install libav-tools
              sudo apt-get autoremove


              Then restart your pc. Don't know if necessary but I did it.



              Then remove mplayer (if you don't need it) and install the player "gxine".



              Try out a video file in VLC. If still not working, open VLC and go to



              Tools > Preferences > Video



              Make sure "Accelerated video output (Overlay)" and "Windows decorations" are checked. Look at "Output" and test all available options with a video that isn't working. See if you find an option that plays the video accurately. For me, it was "XVideoOutput (XCB)" but it could be a different one for your needs. You can leave the "Preferences" window open while testing. Videos should then also be working in gxine (don't ask me why, could be packages or removal of mplayer?).



              To play encrypted DVDs look at this official site. Necessary packages are already included in code above.



              Hope this works for you, too!







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Sep 18 '16 at 21:18









              Zanna

              50.8k13136241




              50.8k13136241










              answered Dec 8 '15 at 21:19









              conperturaconpertura

              416




              416













              • I tested this again with Xubuntu 16.04 LTS. mplayer can be used parallel and also the installation of gxine is not necessary (this may have already been optional in 14.04). Addionally, I used sudo apt-get upgrade after installing the packages. VLC works fine!

                – conpertura
                Oct 22 '16 at 20:42



















              • I tested this again with Xubuntu 16.04 LTS. mplayer can be used parallel and also the installation of gxine is not necessary (this may have already been optional in 14.04). Addionally, I used sudo apt-get upgrade after installing the packages. VLC works fine!

                – conpertura
                Oct 22 '16 at 20:42

















              I tested this again with Xubuntu 16.04 LTS. mplayer can be used parallel and also the installation of gxine is not necessary (this may have already been optional in 14.04). Addionally, I used sudo apt-get upgrade after installing the packages. VLC works fine!

              – conpertura
              Oct 22 '16 at 20:42





              I tested this again with Xubuntu 16.04 LTS. mplayer can be used parallel and also the installation of gxine is not necessary (this may have already been optional in 14.04). Addionally, I used sudo apt-get upgrade after installing the packages. VLC works fine!

              – conpertura
              Oct 22 '16 at 20:42













              0














              the first thing you could try is to add the VLC repository to get the latest version from:
              https://launchpad.net/~videolan/+archive/stable-daily



              sudo apt-add-repository ppa:videolan/stable-daily
              sudo apt-get update && sudo apt-get upgrade


              (If this does not update to the lastest version. Do sudo apt-get purge and install again.)



              Then you can try to install some additional codecs, see for instance this answer (about playing DVDs, but it might help):
              VLC won't run DVDs



              sudo apt-get install ubuntu-restricted-extras
              sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
              sudo apt-get install libavformat-extra-53 libavcodec-extra-53 libdvdread4
              sudo /usr/share/doc/libdvdread4/install-css.sh


              Then restart and see.






              share|improve this answer






























                0














                the first thing you could try is to add the VLC repository to get the latest version from:
                https://launchpad.net/~videolan/+archive/stable-daily



                sudo apt-add-repository ppa:videolan/stable-daily
                sudo apt-get update && sudo apt-get upgrade


                (If this does not update to the lastest version. Do sudo apt-get purge and install again.)



                Then you can try to install some additional codecs, see for instance this answer (about playing DVDs, but it might help):
                VLC won't run DVDs



                sudo apt-get install ubuntu-restricted-extras
                sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
                sudo apt-get install libavformat-extra-53 libavcodec-extra-53 libdvdread4
                sudo /usr/share/doc/libdvdread4/install-css.sh


                Then restart and see.






                share|improve this answer




























                  0












                  0








                  0







                  the first thing you could try is to add the VLC repository to get the latest version from:
                  https://launchpad.net/~videolan/+archive/stable-daily



                  sudo apt-add-repository ppa:videolan/stable-daily
                  sudo apt-get update && sudo apt-get upgrade


                  (If this does not update to the lastest version. Do sudo apt-get purge and install again.)



                  Then you can try to install some additional codecs, see for instance this answer (about playing DVDs, but it might help):
                  VLC won't run DVDs



                  sudo apt-get install ubuntu-restricted-extras
                  sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
                  sudo apt-get install libavformat-extra-53 libavcodec-extra-53 libdvdread4
                  sudo /usr/share/doc/libdvdread4/install-css.sh


                  Then restart and see.






                  share|improve this answer















                  the first thing you could try is to add the VLC repository to get the latest version from:
                  https://launchpad.net/~videolan/+archive/stable-daily



                  sudo apt-add-repository ppa:videolan/stable-daily
                  sudo apt-get update && sudo apt-get upgrade


                  (If this does not update to the lastest version. Do sudo apt-get purge and install again.)



                  Then you can try to install some additional codecs, see for instance this answer (about playing DVDs, but it might help):
                  VLC won't run DVDs



                  sudo apt-get install ubuntu-restricted-extras
                  sudo apt-get install libdvdcss2 libdvdnav4 libdvdread4
                  sudo apt-get install libavformat-extra-53 libavcodec-extra-53 libdvdread4
                  sudo /usr/share/doc/libdvdread4/install-css.sh


                  Then restart and see.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Apr 13 '17 at 12:23









                  Community

                  1




                  1










                  answered Jan 28 '14 at 10:19









                  user1726986user1726986

                  1




                  1























                      0














                      My video was not being played, but the audio was okay. I selected Tools > Preferences > Video > Output > XVideo output (XCB)
                      and the video reappeared with the synchronized audio.






                      share|improve this answer






























                        0














                        My video was not being played, but the audio was okay. I selected Tools > Preferences > Video > Output > XVideo output (XCB)
                        and the video reappeared with the synchronized audio.






                        share|improve this answer




























                          0












                          0








                          0







                          My video was not being played, but the audio was okay. I selected Tools > Preferences > Video > Output > XVideo output (XCB)
                          and the video reappeared with the synchronized audio.






                          share|improve this answer















                          My video was not being played, but the audio was okay. I selected Tools > Preferences > Video > Output > XVideo output (XCB)
                          and the video reappeared with the synchronized audio.







                          share|improve this answer














                          share|improve this answer



                          share|improve this answer








                          edited Sep 30 '18 at 8:09









                          pomsky

                          30.7k1194127




                          30.7k1194127










                          answered Sep 30 '18 at 6:25









                          natashanatasha

                          1




                          1






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Ask Ubuntu!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f411990%2fvlc-does-not-plays-video-files%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              How to send String Array data to Server using php in android

                              Title Spacing in Bjornstrup Chapter, Removing Chapter Number From Contents

                              Is anime1.com a legal site for watching anime?