tammiemarie6 / vlc-shares

Automatically exported from code.google.com/p/vlc-shares
0 stars 1 forks source link

WiimcPlxRenderer : Page not found #61

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi, i got the following problem :
---------------------------------
I've installed vlc-shares by following your tutorial and everything works fine, 
except two little issues. The first one is, that the vlc-instance which is 
spawned by clicking "Start VLC Stream" gets never killed, so i have to kill it 
manually. The 2nd issue may be the bigger one. My plan is to use my Wii to 
stream HD files. I modiefied the "Onlinemedia.xml" of the Wii-MC App, and if i 
open the link "VLC Shares Collection" in WiiMC i get the followin Error :

[20/04/2013 00:01:20] [FFF] 
(X_VlcShares_Plugins_WiimcPlxRenderer::gen_beforePageBuild:68) Page not found: 
Action "collections" does not exist and was not trapped in __call()
[20/04/2013 00:01:20] [FFF] 
(X_VlcShares_Plugins_WiimcPlxRenderer::gen_beforePageBuild:69) #0 
/usr/share/php/libzend-framework-php/Zend/Controller/Action.php(518): 
Zend_Controller_Action->__call('collectionsActi...', Array)
#1 
/usr/share/php/libzend-framework-php/Zend/Controller/Dispatcher/Standard.php(295
): Zend_Controller_Action->dispatch('collectionsActi...')
#2 /usr/share/php/libzend-framework-php/Zend/Controller/Front.php(954): 
Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Htt
p), Object(Zend_Controller_Response_Http))
#3 
/usr/share/php/libzend-framework-php/Zend/Application/Bootstrap/Bootstrap.php(97
): Zend_Controller_Front->dispatch()
#4 /usr/share/php/libzend-framework-php/Zend/Application.php(366): 
Zend_Application_Bootstrap_Bootstrap->run()
#5 /data/vlc-shares/public/index.php(26): Zend_Application->run()
#6 {main}

Any ideas ? This Error comes only if i connect with my Wii. On other devices, 
the streams are working like a charm.

What steps will reproduce the problem?
1. Dont know, maybe im just stupid ;)

What is the expected output? What do you see instead?

What version of the vlc-shares are you using?
vlc-shares_0.5.4.zip

On what operating system?
Ubuntu Server 12.04 x64

What version of VLC are you using?
VLC media player 2.0.5 Twoflower (revision 2.0.5-0-g1661b7d)

What guide/tutorial did you follow to install vlc-shares? (only if your
problem is installation-related)
Your tut ;)

Please provide any additional information below, attaching a debug log file

Original issue reported on code.google.com by Marook...@googlemail.com on 19 Apr 2013 at 10:21

Attachments:

GoogleCodeExporter commented 8 years ago
Found the solution @ http://www.wiimc.org/forum/viewtopic.php?f=8&t=1631

The address in the onlinemedia.xml file of wiimc must be:

Code: Select all
    http://IP_ADDRESS/vlc-shares/
without the "public"....

Original comment by Marook...@googlemail.com on 19 Apr 2013 at 11:28