Upnp durchsuchen Mediatomb-Inhalt in VLC?

3

Hey Leute, ich habe eine schöne NAS-Box, auf der Samba läuft. Das Problem, auf das ich stoße, ist, dass mein drahtloses Netzwerk nicht schnell genug ist, um die Blue-Ray-Rips zu streamen, die ich habe, und ich möchte keinen Platz verschwenden, indem ich sowohl den ursprünglichen Rip als auch einen niedrig aufgelösten (für drahtlose) Rip speichere. .

Ich fand Mediatomb (ein Live-Transcoder mit Upnp-Unterstützung) und wollte es zum Streamen auf VLC-Player verwenden. Wenn ich den Direkt-Stream-Link aus Mediatomb kopiere und in VLC einfüge, funktioniert er einwandfrei, aber ich möchte in der Lage sein, meinen Inhalt in VLC zu durchsuchen (wie die Wiedergabelisten). Mein UPNP-Server wird nirgendwo angezeigt, wo ich in VLC nachgesehen habe (einschließlich Wiedergabelisten usw.).

Irgendwelche Gedanken? Danke, Max

Ben
quelle

Antworten:

2

Anleitung

Ubuntu Linux Distribution
    1. Open a command line terminal and type “sudo add-apt-repository ppa:ferramroberto/vlc” and press “Enter.”
    2. Type “sudo apt-get update” on the command line and press “Enter.”
    3. Type “sudo apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc“ at the command prompt and press “Enter.”
    4. Click “Applications” in the desktop dock. Click “Video & Sound,” and then “VLC.”
    5. Click the “Tools” menu near the top of the “VLC Media Player” window. Click “Preferences.”
    6. Click the “All” radio button. Click the + next to “Playlist.” Click the + next to “Services discovery.”
    7. Click the “Universal Plug and Play (UPNP)” check box and click “Save.”
    8. Click the “View” menu and click “Playlist.” Click “Local Network” and click “Universal Plug and Play.”
Fedora Linux Distribution
    9. Open a command line terminal and type “su –“ and tap “Enter.” Type the root password if prompted and press “Enter.”
    10. Type “rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm” at the command prompt and tap “Enter.” Write “yum install vlc” on the command line and press “Enter.”
    11. Enter “yum install mozilla-vlc” on the command line and press “Enter.” Type “vlc --services-discovery upnp_intel” on the command line and tap “Enter.”
    12. Click the “Tools” menu item and then “Preferences.” Click “All” in the lower left pane. Click + next to “Playlist” and then click + beside “Services discovery.”
    13. Click to select the “Universal Plug and Play (UPNP)” box and click “Save.”
Mandriva Linux Distribution
    14. Open a command line terminal. Type “urpmi libdvdplay0 wxvlc vlc-plugin-a52 vlc-plugin-ogg vlc-plugin-mad libmatroska0” at the command prompt and press “Enter.”
    15. Enter “urpmi libdvdcss2” on the command line and press “Enter.”
    16. Type “vlc --services-discovery upnp_intel” at the command prompt and press “Enter.”
    17. Click the “Tools” menu and “Preferences.” Click the “All” radio button. Click + next to “Playlist” and then + next to “Services discovery.”
    18. Click the “Universal Plug and Play (UPNP)” check box and click “Save.”

Krass kopiert von hier (für den Fall, dass der Link abbricht): So verbinden Sie VLC mit UPNP Server | eHow.com http://www.ehow.com/how_12074436_connect-vlc-upnp-server.html

Cees Timmerman
quelle