Pagina 1 di 3 1 2 3 ultimoultimo
Visualizzazione dei risultati da 1 a 10 su 22
  1. #1
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    1,150

    [Ubuntu 10.10] Software per leggere i dvd

    Ciao a tutti,
    sto cercando un software che permetta di leggere i dvd cinematografici (originali) su Ubuntu 10.10, ma sia SMPlayer che Movie Player che Gnome Player mi restituiscono come errore "Can't read from resource".

    Ho provato anche VLC media Player, ma nemmeno accede al lettore, anche se quando clicco su "player" mi indica comunque il nome del film.

    Avete qualche consiglio da darmi?
    Grazie in anticipo

    ps. Ubuntu e' installato su un portatile DELL Latitude E6400

  2. #2
    Aggiungi il repo MediBuntu, e installa i pacchetti ubuntu-restricted-extras e libdvdcss2.
    Amaro C++, il gusto pieno dell'undefined behavior.

  3. #3
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    1,150
    Originariamente inviato da MItaly
    Aggiungi il repo MediBuntu, e installa i pacchetti ubuntu-restricted-extras e libdvdcss2.
    Grazie.
    Ora provo e vi faccio sapere.

  4. #4
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    1,150
    Niente.
    Non ho risolto
    Ho lanciato questi due comandi e i software sopra elencati danno sempre gli stessi problemi.

    Qualche altro suggerimento?

    codice:
    sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update
    
    
    sudo apt-get --yes install app-install-data-medibuntu ubuntu-restricted-extras libdvdcss2
    Edit
    Il problema e' che se uso ad esempio "movie player" si apre il dvd e la pagina di "presantazione". Poi quando avvio il film si blocca con il messaggio come indicato nel primo post (ho provato con vari dvd...)

  5. #5
    Se lanci VLC da un terminale che errori ti scrive dentro quando fai partire il DVD?
    Amaro C++, il gusto pieno dell'undefined behavior.

  6. #6
    Utente di HTML.it
    Registrato dal
    Feb 2005
    Messaggi
    1,150
    Originariamente inviato da MItaly
    Se lanci VLC da un terminale che errori ti scrive dentro quando fai partire il DVD?
    Intanto, grazie per la risposta.

    Se lancio il comando

    codice:
    vlc dvd:///dev/dvd
    questo e' il risultato, dove all'ultima riga si blocca.
    (il dvd e' acquistato in Spagna).

    codice:
    VLC media player 1.1.4 The Luggage (revision exported)
    Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS")
    Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE")
    Blocked: call to setlocale(6, "")
    Blocked: call to sigaction(17, 0xb74bb0d4, 0xb74bb048)
    Warning: call to signal(13, 0x1)
    Warning: call to signal(13, 0x1)
    Warning: call to srand(1321062290)
    Warning: call to rand()
    Blocked: call to setlocale(6, "")
    
    (process:9241): Gtk-WARNING **: Locale not supported by C library.
    	Using the fallback 'C' locale.
    Warning: call to signal(13, 0x1)
    Warning: call to signal(13, 0x1)
    Blocked: call to setlocale(6, "")
    libdvdnav: Using dvdnav version 4.1.3
    libdvdread: Using libdvdcss version 1.2.10 for DVD access
    libdvdnav: DVD Title: MILLIONDOLLARBABY_SCN
    libdvdnav: DVD Serial Number: 32fa3bee
    libdvdnav: DVD Title (Alternative): 
    libdvdnav: Unable to find map file '/home/paolo/.dvdnav/MILLIONDOLLARBABY_SCN.map'
    libdvdnav: DVD disk reports itself with Region mask 0x00fd0000. Regions: 2
    
    libdvdread: Attempting to retrieve all CSS keys
    libdvdread: This can take a _long_ time, please be patient
    
    libdvdread: Get key for /VIDEO_TS/VIDEO_TS.VOB at 0x00000131
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_01_0.VOB at 0x00013090
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_01_0.VOB (0x00013090)
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_01_1.VOB at 0x00051d3b
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_02_0.VOB at 0x003a78dc
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_02_0.VOB (0x003a78dc)
    libdvdread: Elapsed time 1
    libdvdread: Get key for /VIDEO_TS/VTS_02_1.VOB at 0x003a78e1
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_03_0.VOB at 0x003ab09d
    libdvdread: Elapsed time 0
    libdvdread: Get key for /VIDEO_TS/VTS_03_1.VOB at 0x003ab0a2
    libdvdread: Error cracking CSS key for /VIDEO_TS/VTS_03_1.VOB (0x003ab0a2)!!
    libdvdread: Elapsed time 0
    libdvdread: Found 3 VTS's
    libdvdread: Elapsed time 1
    Warning: call to srand(228771)
    libdvdnav: Language 'en' not found, using 'es' instead
    libdvdnav: Menu Languages available: es 
    libdvdnav: Language 'en' not found, using 'es' instead
    libdvdnav: Menu Languages available: es 
    libdvdnav: Language 'en' not found, using 'es' instead
    libdvdnav: Menu Languages available: es 
    libdvdnav: Language 'en' not found, using 'es' instead
    libdvdnav: Menu Languages available: es 
    libdvdnav: Language 'en' not found, using 'es' instead
    libdvdnav: Menu Languages available: es

  7. #7
    Quel DVD risulta leggibile da altri PC con Linux?
    Amaro C++, il gusto pieno dell'undefined behavior.

  8. #8

  9. #9
    Originariamente inviato da vortex87
    https://help.ubuntu.com/community/RestrictedFormats
    Ha già installato sia i restricted extras che libdvdcss... qui c'è qualche altro problema...
    Amaro C++, il gusto pieno dell'undefined behavior.

  10. #10
    Moderatore di Linux e software L'avatar di francofait
    Registrato dal
    Aug 2001
    Messaggi
    13,559
    sudo apt-get update
    sudo apt-get -f dist-upgrade
    sudo apt-get install ubuntustudio-recording
    sudo apt-get install ubuntu-restricted-addons
    sudo apt-get install ubuntu-restricted-extra

    Senza ingrullire in ricerche poi sfrutti i metapacchetti disponibili dal gestore dei pacchetti
    Aggiungi poi lo spagnolo alla gestione delle lingue di sistema

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.