Results 1 to 6 of 6

Thread: Can't play a .m4v DVD on 18.04

  1. #1
    Join Date
    Apr 2019
    Beans
    42

    Can't play a .m4v DVD on 18.04

    I have read several posts about VLC not reading dvd's and have tried most of the suggested solutions but nothing has worked so far.
    I'm hoping someone can offer or direct me to a solution that actually solves my problem.
    I have configured VLC to log so I can see what is happening and what it contains at the end of the file:
    -------
    main debug: creating demux: access='dvd' demux='any' location='/dev/sr0' file='/dev/sr0'
    main debug: looking for access_demux module matching "dvd": 21 candidates
    dvdnav warning: cannot open DVD (/dev/sr0)
    dvdread error: DVDread cannot open source: /dev/sr0
    main debug: no access_demux modules matched
    main debug: creating access: dvd:///dev/sr0
    main debug: (path: /dev/sr0)
    main debug: looking for access module matching "dvd": 26 candidates
    main debug: no access modules matched
    main debug: dead input
    qt debug: IM: Deleting the input
    -------
    The dvd was created with MACOS and works fine on a DVD player connected to a TV.

  2. #2
    Join Date
    Feb 2010
    Location
    In My Food Forest
    Beans
    9,318

    Re: Can't play a .m4v DVD on 18.04

    Did you install ubuntu-restricted-extras? Have you followed these instructions? What else have you done?
    Cheers & Beers, uRock
    [SIGPIC][/SIGPIC]

  3. #3
    Join Date
    Jun 2007
    Beans
    17,337

    Re: Can't play a .m4v DVD on 18.04

    If you instruct vlc to open a disc as a dvd then it has to be a DVD_VIDEO disc. What you have is not that..
    Open it as a file or folder.

  4. #4
    Join Date
    Apr 2019
    Beans
    42

    Re: Can't play a .m4v DVD on 18.04

    uRock, I followed all the instructions in the link you suggested, however after downloading the libdvdcss2_1.2.13-0_amd64.deb, running the apt-get returned E: Unable to locate package libdvdread4.
    Last edited by cearlp2; August 5th, 2019 at 03:43 PM. Reason: added to whom the response was directed

  5. #5
    Join Date
    Nov 2008
    Location
    Boston MetroWest
    Beans
    16,326

    Re: Can't play a .m4v DVD on 18.04

    Code:
    sudo apt install smplayer mpv
    This combination will play pretty much anything you throw at it.

    I've never understood why these programs aren't the default player in Ubuntu.
    If you ask for help, do not abandon your request. Please have the courtesy to check for responses and thank the people who helped you.

    Blog · Linode System Administration Guides · Android Apps for Ubuntu Users

  6. #6
    Join Date
    Jan 2013
    Location
    East Yorkshire
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: Can't play a .m4v DVD on 18.04

    Quote Originally Posted by cearlp2 View Post
    uRock, I followed all the instructions in the link you suggested, however after downloading the libdvdcss2_1.2.13-0_amd64.deb, running the apt-get returned E: Unable to locate package libdvdread4.
    Did you update apt cache first? libdvdread4 is in the repos! Run these 1 at a time.
    Code:
    sudo apt update
    Code:
    sudo apt install libdvd-pkg
    Code:
    sudo dpkg-reconfigure libdvd-pkg
    That should be all you need to do.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •