Home Hardware Networking Programmazione Software Domanda Sistemi
Conoscenza del computer >> software >> masterizzare DVD >> .

Come si riproducono i DVD su Fedora 10?

Installa il lettore multimediale VLC:

```

sudo dnf installa vlc

```

Riproduci un DVD:

```

vlc /dev/dvd

```

Per riprodurre DVD con più opzioni, utilizzare il seguente comando:

```

vlc /dev/dvd --sout "#http{mux=ts,dst=:8080}"

```

Quindi apri un browser web e vai al seguente indirizzo:

```

http://localhost:8080

```

Il DVD inizierà la riproduzione nel browser web.

 

software © www.354353.com