UPNP浏览VLC内的MediaTomb内容?


3

大家好,我有一个不错的NAS盒子运行samba。我遇到的问题是我的无线网络的传输速度不够快,无法播放我拥有的蓝光片段,并且我不想浪费空间来保存原始的片段和低分辨率的片段(用于无线) 。

我找到了mediatomb(具有upnp支持的实时转码器),并希望使用它来流式传输到vlc播放器。如果我从mediatomb复制直接流链接并将其粘贴到vlc中,则可以正常工作,但我希望能够浏览vlc中的内容(例如播放列表)。我在vlc中查看过的任何地方(包括播放列表等)都没有显示我的upnp服务器。

有什么想法吗?谢谢,马克斯

Answers:


2

说明

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.”

从此处直接复制(以防链接消失):如何将VLC连接到UPNP服务器| eHow.com http://www.ehow.com/how_12074436_connect-vlc-upnp-server.html

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.