bristol@mailman.lug.org.uk
To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk
You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."
Today's Topics:
1. Serviio configuration (was Showing Photos on TV via DNLA)
(Peter Hemmings)
2. Re: Serviio configuration (was Showing Photos on TV via DNLA)
(Amias Channer)
3. Re: Serviio configuration (was Showing Photos on TV via DNLA)
(Peter Hemmings)
4. Re: Serviio configuration (was Showing Photos on TV via DNLA)
(David)
5. Re: Serviio configuration (was Showing Photos on TV via DNLA)
(Peter Hemmings)
6. Re: Serviio configuration (Peter Hemmings)
----------------------------------------------------------------------
Message: 1
Date: Wed, 24 Aug 2016 16:04:32 +0100
From: Peter Hemmings <peternsomerset@virginmedia.com>
To: Amias Channer <me@amias.net>, Bristol and Bath Linux User Group
<bristol@mailman.lug.org.uk>
Subject: [bristol] Serviio configuration (was Showing Photos on TV via
DNLA)
Message-ID: <bf7c3c0d-6a9b-2c41-8488-10fbc2b80e98@virginmedia.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Hi,
I used Wifi-ftp app on Android and FireFTP add-on to Firefox which
worked OK, I then tried the more complicated (to install) "Serviio" and
got stuck - mainly because I am not sure how to configure it!
I was using this:
http://wiki.serviio.org/doku.php?id=howto:linux:install:fedora
for my fedora 24 laptop but using dnf instead of yum.
I have got it running from boot (with a VM warning):
[peter@localhost ~]$ systemctl status serviio.service
● serviio.service - Start the serviio DLNA server in headless mode
Loaded: loaded (/usr/lib/systemd/system/serviio.service; enabled;
vendor preset: disabled)
Active: active (running) since Wed 2016-08-24 14:26:58 BST; 1h 22min ago
Main PID: 896 (serviio.sh)
Tasks: 50 (limit: 512)
CGroup: /system.slice/serviio.service
├─896 /bin/sh /opt/serviio/bin/serviio.sh
└─959 java -Xmx512M -Xms20M -XX:+UseParNewGC
-XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20
-Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
-Dderby.system.home=/opt/serviio/library -Dserviio.home=/
Aug 24 14:26:58 localhost.localdomain systemd[1]: Started Start the
serviio DLNA server in headless mode.
Aug 24 14:27:01 localhost.localdomain serviio.sh[896]: OpenJDK 64-Bit
Server VM warning: Using the ParNew young collector with the Serial old
collector is deprecated and will likely be removed in a future rele
but I cannot connect to it.
I cannot find the "console" and I have not configured folders, I had
assumed this is done remotely via the "console"?
Something I have obviously missed, but at least its running.
I have have also assumed I do not need to install LAMP for this to work,
am I right?
Servers are not my strong point as you can see but Serviio gets good
reviews but known to be a pain to set up!
On 22/08/16 11:21, Amias Channer wrote:
> Hello Peter,
>
> Serviio does picture sharing, i've not used it for that myself but its
> very capable otherwise with my Samsung smart tv
> http://serviio.org/download
>
>
> Cheers
> Amias
>
> On 22 August 2016 at 08:46, Peter Hemmings via Bristol
> <bristol@mailman.lug.org.uk> wrote:
>> Hi,
>>
>> I have been trying to show photos on a TV via a Samsung Blu Ray player with
>> DNLA.
>>
>> I have a Moto G phone that does not have a SD Card and have got it to work
>> with Android BubbleDNLA, but my photos are mainly on my fedora 24 PC.
>>
>> I installed Kodi and it worked with video/music libraries but could not
>> seem to get any photos, can't it stream photos?
>>
>> For quickness I would like to put photos on my moto G but cannot find the
>> phone when I plug it into the linux pc via usb cable, but i can hear a
>> "blip" (nothing on file manager).
>>
>> Any advice on how to easily show my photos via DNLA?
>>
>> Regards
>>
>> --
>> Peter H
>>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
Regards
--
Peter H
------------------------------
Message: 2
Date: Wed, 24 Aug 2016 16:14:59 +0100
From: Amias Channer <me@amias.net>
To: Peter Hemmings <peternsomerset@virginmedia.com>
Cc: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Serviio configuration (was Showing Photos on TV
via DNLA)
Message-ID:
<CAMgU7XUixT7x9H0+jtBsavF69Dk7GbNG2JP_Zg_kgwpLHENxAA@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Hello Peter,
The serviio console is on http://localhost:23423/console , this should
allow you to choose the folders containing the media.
I seem to remember you have a firewalling on your systems , you might
need to allow it , there are a lot of ports involved in DLNA
TCP 8895 and UDP 1900
It uses a java class to provide the http server so you won't need to
install one.
There is a guide here -
http://serviio.org/index.php?option=com_content&view=article&id=5
Cheers
Amias
On 24 August 2016 at 16:04, Peter Hemmings
<peternsomerset@virginmedia.com> wrote:
> Hi,
>
> I used Wifi-ftp app on Android and FireFTP add-on to Firefox which worked
> OK, I then tried the more complicated (to install) "Serviio" and got stuck -
> mainly because I am not sure how to configure it!
>
> I was using this:
>
> http://wiki.serviio.org/doku.php?id=howto:linux:install:fedora
>
> for my fedora 24 laptop but using dnf instead of yum.
>
> I have got it running from boot (with a VM warning):
>
>
> [peter@localhost ~]$ systemctl status serviio.service
> ● serviio.service - Start the serviio DLNA server in headless mode
> Loaded: loaded (/usr/lib/systemd/system/serviio.service; enabled; vendor
> preset: disabled)
> Active: active (running) since Wed 2016-08-24 14:26:58 BST; 1h 22min ago
> Main PID: 896 (serviio.sh)
> Tasks: 50 (limit: 512)
> CGroup: /system.slice/serviio.service
> ├─896 /bin/sh /opt/serviio/bin/serviio.sh
> └─959 java -Xmx512M -Xms20M -XX:+UseParNewGC
> -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20
> -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
> -Dderby.system.home=/opt/serviio/library -Dserviio.home=/
>
> Aug 24 14:26:58 localhost.localdomain systemd[1]: Started Start the serviio
> DLNA server in headless mode.
> Aug 24 14:27:01 localhost.localdomain serviio.sh[896]: OpenJDK 64-Bit Server
> VM warning: Using the ParNew young collector with the Serial old collector
> is deprecated and will likely be removed in a future rele
>
> but I cannot connect to it.
>
> I cannot find the "console" and I have not configured folders, I had assumed
> this is done remotely via the "console"?
>
> Something I have obviously missed, but at least its running.
>
> I have have also assumed I do not need to install LAMP for this to work, am
> I right?
>
> Servers are not my strong point as you can see but Serviio gets good reviews
> but known to be a pain to set up!
>
>
> On 22/08/16 11:21, Amias Channer wrote:
>>
>> Hello Peter,
>>
>> Serviio does picture sharing, i've not used it for that myself but its
>> very capable otherwise with my Samsung smart tv
>> http://serviio.org/download
>>
>>
>> Cheers
>> Amias
>>
>> On 22 August 2016 at 08:46, Peter Hemmings via Bristol
>> <bristol@mailman.lug.org.uk> wrote:
>>>
>>> Hi,
>>>
>>> I have been trying to show photos on a TV via a Samsung Blu Ray player
>>> with
>>> DNLA.
>>>
>>> I have a Moto G phone that does not have a SD Card and have got it to
>>> work
>>> with Android BubbleDNLA, but my photos are mainly on my fedora 24 PC.
>>>
>>> I installed Kodi and it worked with video/music libraries but could not
>>> seem to get any photos, can't it stream photos?
>>>
>>> For quickness I would like to put photos on my moto G but cannot find the
>>> phone when I plug it into the linux pc via usb cable, but i can hear a
>>> "blip" (nothing on file manager).
>>>
>>> Any advice on how to easily show my photos via DNLA?
>>>
>>> Regards
>>>
>>> --
>>> Peter H
>>>
>>>
>>> _______________________________________________
>>> Bristol mailing list
>>> Bristol@mailman.lug.org.uk
>>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
> Regards
> --
> Peter H
------------------------------
Message: 3
Date: Wed, 24 Aug 2016 16:57:49 +0100
From: Peter Hemmings <peternsomerset@virginmedia.com>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Serviio configuration (was Showing Photos on TV
via DNLA)
Message-ID: <c45e985f-6fa1-8d83-5697-c49ea64806ce@virginmedia.com>
Content-Type: text/plain; charset=utf-8; format=flowed
On 24/08/16 16:14, Amias Channer via Bristol wrote:
> Hello Peter,
>
> The serviio console is on http://localhost:23423/console , this should
> allow you to choose the folders containing the media.
Sorry forgot to add "http://localhost:23423/console" just gives:
Not Found
The server has not found anything matching the request URI
You can get technical details here.
Please continue your visit at our home page.
>
> I seem to remember you have a firewalling on your systems , you might
> need to allow it , there are a lot of ports involved in DLNA
>
> TCP 8895 and UDP 1900
Just looked again in firewall and its set to its default of
1025-65535 udp and tcp
>
> It uses a java class to provide the http server so you won't need to
> install one.
OK, TA that's what I had thought
>
> There is a guide here -
> http://serviio.org/index.php?option=com_content&view=article&id=5
OK I will have another look at that one, I think it is something simple
like users/permissions as the service is running and the firewall should
be OK.
I always get confused between the firewall on the box and on the router
and assume the router only affects external packets from the lan.
>
> Cheers
> Amias
>
> On 24 August 2016 at 16:04, Peter Hemmings
> <peternsomerset@virginmedia.com> wrote:
>> Hi,
>>
>> I used Wifi-ftp app on Android and FireFTP add-on to Firefox which worked
>> OK, I then tried the more complicated (to install) "Serviio" and got stuck -
>> mainly because I am not sure how to configure it!
>>
>> I was using this:
>>
>> http://wiki.serviio.org/doku.php?id=howto:linux:install:fedora
>>
>> for my fedora 24 laptop but using dnf instead of yum.
>>
>> I have got it running from boot (with a VM warning):
>>
>>
>> [peter@localhost ~]$ systemctl status serviio.service
>> ● serviio.service - Start the serviio DLNA server in headless mode
>> Loaded: loaded (/usr/lib/systemd/system/serviio.service; enabled; vendor
>> preset: disabled)
>> Active: active (running) since Wed 2016-08-24 14:26:58 BST; 1h 22min ago
>> Main PID: 896 (serviio.sh)
>> Tasks: 50 (limit: 512)
>> CGroup: /system.slice/serviio.service
>> ├─896 /bin/sh /opt/serviio/bin/serviio.sh
>> └─959 java -Xmx512M -Xms20M -XX:+UseParNewGC
>> -XX:MinHeapFreeRatio=10 -XX:MaxHeapFreeRatio=20
>> -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true
>> -Dderby.system.home=/opt/serviio/library -Dserviio.home=/
>>
>> Aug 24 14:26:58 localhost.localdomain systemd[1]: Started Start the serviio
>> DLNA server in headless mode.
>> Aug 24 14:27:01 localhost.localdomain serviio.sh[896]: OpenJDK 64-Bit Server
>> VM warning: Using the ParNew young collector with the Serial old collector
>> is deprecated and will likely be removed in a future rele
>>
>> but I cannot connect to it.
>>
>> I cannot find the "console" and I have not configured folders, I had assumed
>> this is done remotely via the "console"?
>>
>> Something I have obviously missed, but at least its running.
>>
>> I have have also assumed I do not need to install LAMP for this to work, am
>> I right?
>>
>> Servers are not my strong point as you can see but Serviio gets good reviews
>> but known to be a pain to set up!
>>
>>
>> On 22/08/16 11:21, Amias Channer wrote:
>>>
>>> Hello Peter,
>>>
>>> Serviio does picture sharing, i've not used it for that myself but its
>>> very capable otherwise with my Samsung smart tv
>>> http://serviio.org/download
>>>
>>>
>>> Cheers
>>> Amias
>>>
Regards
--
Peter H
------------------------------
Message: 4
Date: Wed, 24 Aug 2016 17:09:04 +0100
From: David <david@avoncliff.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Serviio configuration (was Showing Photos on TV
via DNLA)
Message-ID: <57BDC6A0.1080207@avoncliff.com>
Content-Type: text/plain; charset=UTF-8; format=flowed
On 24/08/16 16:57, Peter Hemmings via Bristol wrote:
>
>
> On 24/08/16 16:14, Amias Channer via Bristol wrote:
>> Hello Peter,
>>
>> The serviio console is on http://localhost:23423/console , this should
>> allow you to choose the folders containing the media.
>
> Sorry forgot to add "http://localhost:23423/console" just gives:
>
> Not Found
>
Is your localhost setup?
You could try 127.0.0.1:23423/console
------------------------------
Message: 5
Date: Wed, 24 Aug 2016 17:29:27 +0100
From: Peter Hemmings <peternsomerset@virginmedia.com>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Serviio configuration (was Showing Photos on TV
via DNLA)
Message-ID: <bcdf140c-4fd6-bc49-acb8-317105e581bb@virginmedia.com>
Content-Type: text/plain; charset=utf-8; format=flowed
On 24/08/16 17:09, David via Bristol wrote:
> On 24/08/16 16:57, Peter Hemmings via Bristol wrote:
>>
>>
>> On 24/08/16 16:14, Amias Channer via Bristol wrote:
>>> Hello Peter,
>>>
>>> The serviio console is on http://localhost:23423/console , this should
>>> allow you to choose the folders containing the media.
>>
>> Sorry forgot to add "http://localhost:23423/console" just gives:
>>
>> Not Found
>>
>
> Is your localhost setup?
> You could try 127.0.0.1:23423/console
>
Nope - the same result
[peter@localhost ~]$ cat /etc/hosts
127.0.0.1 localhost localhost.localdomain localhost4
localhost4.localdomain4
::1 localhost localhost.localdomain localhost6
localhost6.localdomain6
[peter@localhost ~]$
Will read some more later and try to find the answer.
I also have the serviio app on my android but not sure how to use it!!
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
--
Peter H
------------------------------
Message: 6
Date: Wed, 24 Aug 2016 20:51:08 +0100
From: Peter Hemmings <peternsomerset@virginmedia.com>
To: bristol@mailman.lug.org.uk
Subject: Re: [bristol] Serviio configuration
Message-ID: <f8f59ab8-6436-0f89-3130-27b014001bf8@virginmedia.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Update
On 24/08/16 17:29, Peter Hemmings via Bristol wrote:
>
>
> On 24/08/16 17:09, David via Bristol wrote:
>> On 24/08/16 16:57, Peter Hemmings via Bristol wrote:
>>>
>>>
>>> On 24/08/16 16:14, Amias Channer via Bristol wrote:
>>>> Hello Peter,
>>>>
>>>> The serviio console is on http://localhost:23423/console , this should
>>>> allow you to choose the folders containing the media.
>>>
>>> Sorry forgot to add "http://localhost:23423/console" just gives:
>>>
>>> Not Found
Just checked where it was!:
[peter@localhost ~]$ locate serviio-console.sh
/home/peter/Downloads/serviio/bin/serviio-console.sh
/opt/serviio/bin/serviio-console.sh
[peter@localhost ~]$
and it works by doing "sh /opt/serviio/bin/serviio-console.sh"
an information window says a new 1.6.1 version is available (I have
1.2.1 Evaluation licence 14 days left).
On status page I can see 3 devices, 2 unrecognized Generic Profiles with
unknown brown radio buttons that are my PC and Andriod phone.
If I switch on the phone it does not become active even with
"ServiiDroid" app running but am not sure if it should!
The other device has an active (green) button which is my Sony Blu Ray
player. It listed as a H6500 with a profile "Sony BDP-Sx70/SMP-N100
(2010)". I am not sure if it was automatically self configured because
I don't remember doing it.
If I go to the remote page on the console, add a password and I can
access the "MediaBrowser" (it opens with Chrome which is not my default
though).
If I now paste that page (http://localhost:23424/mediabrowser/) in
Firefox, it also works as expected.
So localhost:23424 is OK.
But if I paste http://localhost:23424/console/ it doesn't work so I need
to locate the MediaBrowser and maybe put the console.sh in the same folder!?
At least its a step forward.
>>
>> Is your localhost setup?
>> You could try 127.0.0.1:23423/console
>>
>
> Nope - the same result
>
>
> [peter@localhost ~]$ cat /etc/hosts
> 127.0.0.1 localhost localhost.localdomain localhost4
> localhost4.localdomain4
> ::1 localhost localhost.localdomain localhost6
> localhost6.localdomain6
> [peter@localhost ~]$
>
>
> Will read some more later and try to find the answer.
>
> I also have the serviio app on my android but not sure how to use it!!
>
>>
>> _______________________________________________
>> Bristol mailing list
>> Bristol@mailman.lug.org.uk
>> https://mailman.lug.org.uk/mailman/listinfo/bristol
>
Will have another look tomorrow night
Regards
--
Peter H
------------------------------
Subject: Digest Footer
_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
------------------------------
End of Bristol Digest, Vol 658, Issue 3
***************************************
Tidak ada komentar:
Posting Komentar