web-dev-qa-db-ja.com

Upnpはvlc内のmediatombコンテンツを閲覧しますか?

やあみんな、私は素敵なNASボックスアップ実行中のsambaを持っています。私が遭遇している問題は、私のワイヤレスネットワークが私が持っているブルーレイリップをストリーミングするのに十分な速度ではないということです、そして私は元のリップと低解像度のリップ(ワイヤレス用)の両方を節約するためにスペースを無駄にしたくありません。

Mediatomb(upnpをサポートするライブトランスコーダー)を見つけ、それを使用してVLCプレーヤーにストリーミングしたいと思いました。 mediatombからダイレクトストリームリンクをコピーしてvlcに貼り付けると正常に機能しますが、vlc内のコンテンツ(プレイリストなど)を参照できるようにしたいです。私のupnpサーバーは、vlcで調べた場所(プレイリストなどを含む)に表示されません。

何かご意見は?ありがとう、マックス

3
Ben

指示

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

2
Cees Timmerman