how can I tell if Mediabrowser plugin is working?

Status
Not open for further replies.

Gwarph

Cadet
Joined
Dec 20, 2014
Messages
2
HI All,
I am on 9.3. I installed the Mediabrowser plugin.
The jail was auto-created, and in the GUI, it shows the jail Mediabrowser installed and running.

I went to the CLI in the Jail, and entered ps auxww. and I see the process running:
Code:
root@mediabrowser_1:/ # ps auxww                                               
USER           PID %CPU %MEM    VSZ    RSS TT  STAT STARTED    TIME COMMAND    
root         37964  0.0  0.0  12092   1880 ??  IsJ   4:12PM 0:00.00 /usr/sbin/sy
slogd -s                                                                       
mediabrowser 38025  0.0  0.0  12092   1636 ??  IsJ   4:12PM 0:00.00 daemon: /usr
/pbi/mediabrowser-amd64/bin/mono[38026] (daemon)                               
mediabrowser 38026  0.0  0.8 280852 127116 ??  SJ    4:12PM 0:02.92 /usr/pbi/med
iabrowser-amd64/bin/mono /usr/pbi/mediabrowser-amd64/lib/mediabrowser/MediaBrows
er.Server.Mono.exe -ffmpeg /usr/pbi/mediabrowser-amd64/bin/ffmpeg -ffprobe /usr/
pbi/mediabrowser-amd64/bin/ffprobe -programdata /var/db/mediabrowser (mono-sgen)
root         38033  0.0  0.0  14188   1856 ??  IsJ   4:12PM 0:00.00 /usr/sbin/cr
on -s                                                                          
root         38257  0.0  0.2 159656  40396 ??  IJ    4:12PM 0:01.16 /usr/pbi/mediabrowser-amd64/bin/python2.7 /usr/pbi/mediabrowser-amd64/control.py start 192.168.1.2 12346                                                                   
root         39054  0.0  0.0  17572   3432  0  SsJ   4:13PM 0:00.01 /bin/csh   
root         39056  0.0  0.0  16300   2140  0  R+J   4:13PM 0:00.00 ps auxww   
root@mediabrowser_1:/ # service mediabrowser onestart                          
mediabrowser already running?  (pid=38026).                                                                           
root@mediabrowser_1:/ #  


I tried HTTP to 192.168.1.2 but Safari says it can't connect to the server.
I can ping 192.168.1.2 from the network fine.

I tried stopping and starting the plugin (no difference)
I edited /etc/rc/conf in the jail and changed the following to YES from No, restarted - no difference.
Code:
mediabrowser_enable="YES"


The reason I am asking how to check is when I try to reach the server from my iPhone (over local wifi) it cannot find the server 192.168.1.2.

Thanks,
Gwarph
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
You don't need to be editing any config files for this plugin.

Did you start the Service from Plugins > Installed tab?
You can get to the MediaBrowser interface by clicking Plugins (in the left tree menu) > MediaBrowser > click on the word "here"
 

Gwarph

Cadet
Joined
Dec 20, 2014
Messages
2
HI Joshua,
I appreciate all the feedback you have been providing on this plugin.
I finally saw what you meant about 'here'. Didn't see that that was a link.
I clicked it and it took me to:
Code:
http://192.168.1.2:8096/mediabrowser/dashboard/wizarduser.html
and I saw the config info so things look good.
I guess I needed that extension on the port (I had tried 8096 from another post).

One follow up question; if the rc.conf is set to 'no', how does init know to start this up?

Thanks,Gwarph.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
HI Joshua,
I appreciate all the feedback you have been providing on this plugin.
I finally saw what you meant about 'here'. Didn't see that that was a link.
I clicked it and it took me to:
Code:
http://192.168.1.2:8096/mediabrowser/dashboard/wizarduser.html
and I saw the config info so things look good.
I guess I needed that extension on the port (I had tried 8096 from another post).

One follow up question; if the rc.conf is set to 'no', how does init know to start this up?

Thanks,Gwarph.
When you enable the plugin from the Plugins > Installed tab an entry is added to /etc/rc.conf using sysrc(8)
 
Status
Not open for further replies.
Top