Static IP address

Post your comments, questions, bug reports or suggest new features for alphaOS
ggg
Expert
Posts: 117
Joined: 27 Nov 2013, 20:27

Static IP address

Postby ggg » 08 Jan 2015, 00:32

Hello, sorry for my English . I purchased a SmarTV and have difficulty making AlphaOS streaming from my desktop . Using Vuze and Samsung SmarTV detects the app but I can not see any content. I read that you need to configure a static ip to work. How As I can configure it from Alphaos ? Thank You

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: Static IP address

Postby Scooby » 08 Jan 2015, 17:08

Do you have a router?

In my router config page it says

Address Reservation Help

When you specify a reserved IP address for a PC in the LAN, that PC will always receive the same IP address each time when it accesses the DHCP server. Reserved IP addresses could be assigned to servers that require permanent IP settings.

MAC Address - The MAC Address of the PC that you want to reserve an IP address for.
Reserved IP Address - The IP address this device reserved.
Status - It shows whether the entry is enabled or not
Modify - To modify or delete an existing entry.


i.e. you could set it up there

vuze contains a dlna server right?

I use serviio for this, which works OK except some minor annoyances
If you ever decide to try serviio I am open for questions.
Works with dynamic IP's

vuze seems a little bit simpler though
mayby I'll try it

Onething you can try which does the trick for serviio is to change hostname
dunnow if it helps but it is very easy to try

open a terminal and rename your host from alphaos to a number

Code: Select all

hostname 1
'

and then see if vuze works

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: Static IP address

Postby Scooby » 08 Jan 2015, 17:18

dunnow exactly what feature you are using but it states on
https://wiki.vuze.com/w/FAQ_Devices

"Device Playback is supported on all Intel-based Mac OSX and Windows operating systems. Devices is not supported on Linux operating systems or on PowerPC-based Macintosh."


Are you using AUR package or what version of vuze?

Are you in a hypervisor? like virtualbox?

ggg
Expert
Posts: 117
Joined: 27 Nov 2013, 20:27

Re: Static IP address

Postby ggg » 10 Jan 2015, 00:14

Thanks for the answers. I dont understand why Vuze is visible in my Samsung Smart Tv, but Vuze in Alphaos PC not recognize the TV.
I could not put Serviio . I installed it but can not get it to work.

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: Static IP address

Postby Scooby » 10 Jan 2015, 19:01

ggg wrote:I could not put Serviio . I installed it but can not get it to work.


Did you install java? To get serviio to work?

Try installing below

Code: Select all

 
ca-certificates-java 20140324-4
    Common CA certificates (JKS keystore)
java-environment-common 2-1
    Common files for Java Development Kits
java-runtime-common 2-1
    Common files for Java Runtime Environments
jre7-openjdk 7.u71_2.5.3-1
    OpenJDK Java 7 full runtime environment


At the commandline check active java with

Code: Select all

 archlinux-java status


Also check serviio log files for errors at /var/log/serviio/

please post a little more information when problems arises!

ggg
Expert
Posts: 117
Joined: 27 Nov 2013, 20:27

Re: Static IP address

Postby ggg » 11 Jan 2015, 20:33

ca-certificates-java 20140324-4
bash: ca-certificates-java: command not found

It s too much complicate. I dont know how a can play videos from the Smartv whith Serviio in my AlphaOS PC.

This is the serviio log:
2015-01-09 20:28:51,186 ERROR [ApplicationInstanceManager] Error connecting to local port for single instance notification
2015-01-09 20:28:51,206 ERROR [ApplicationInstanceManager] Connection timed out
java.net.ConnectException: Connection timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:339)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:200)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:579)
at java.net.Socket.connect(Socket.java:528)
at java.net.Socket.<init>(Socket.java:425)
at java.net.Socket.<init>(Socket.java:241)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:105)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
2015-01-09 20:28:51,303 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:28:51,303 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2015-01-09 20:28:51,303 INFO [MediaServer] Petr Nejedly 2009-2014
2015-01-09 20:28:51,303 INFO [MediaServer] http://www.serviio.org
2015-01-09 20:28:51,303 INFO [MediaServer]
2015-01-09 20:28:51,303 INFO [MediaServer] Java 1.7.0_71-Oracle Corporation
2015-01-09 20:28:51,303 INFO [MediaServer] OS Linux amd64 3.17.1-ALPHAOS
2015-01-09 20:28:51,303 INFO [MediaServer] File encoding: UTF-8
2015-01-09 20:28:51,303 INFO [MediaServer] Headless mode enabled: true
2015-01-09 20:28:51,303 INFO [MediaServer] User: root
2015-01-09 20:28:51,303 INFO [MediaServer] User home dir: /root
2015-01-09 20:28:51,303 INFO [MediaServer] Temp dir: /tmp
2015-01-09 20:28:51,303 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:28:51,404 INFO [WebServer] Socket buffer set to 65535 bytes
2015-01-09 20:28:51,409 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2015-01-09 20:28:51,446 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2015-01-09 20:28:51,446 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2015-01-09 20:28:51,454 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2015-01-09 20:28:51,461 INFO [DatabaseManager] Using DERBY database language
2015-01-09 20:29:05,863 INFO [DBSchemaUpdateExecutor] Updating DB schema
2015-01-09 20:29:39,555 INFO [DBSchemaUpdateExecutor] Cleaning temporary cache
2015-01-09 20:29:39,570 INFO [Device] Created UPnP Device with UUID: b2c4106d-61f7-31b6-b3d1-02499912bffe, bound address: 192.168.1.35
2015-01-09 20:29:39,621 INFO [DBSchemaUpdateExecutor] Cleaning persistent cache
2015-01-09 20:29:39,631 WARN [IndexedDiskCache] Region [online_technical_metadata] Reseting cache
2015-01-09 20:29:39,750 INFO [prefs] Created user preferences directory.
2015-01-09 20:29:39,904 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:29:39,904 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2015-01-09 20:29:39,904 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:29:40,247 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2015-01-09 20:29:40,318 INFO [ProfilesDefinitionParser] Added profile 'Generic DLNA profile' (id=1)
2015-01-09 20:29:40,326 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (B-series)' (id=2)
2015-01-09 20:29:40,329 INFO [ProfilesDefinitionParser] Added profile 'Xbox 360' (id=3)
2015-01-09 20:29:40,330 INFO [ProfilesDefinitionParser] Added profile 'Playstation 3' (id=4)
2015-01-09 20:29:40,331 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV (A-series)' (id=5)
2015-01-09 20:29:40,335 INFO [ProfilesDefinitionParser] Added profile 'DirecTV HD-DVR' (id=6)
2015-01-09 20:29:40,337 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (E/F-series)' (id=sam_ef)
2015-01-09 20:29:40,338 INFO [ProfilesDefinitionParser] Added profile 'Samsung TV / player (C/D-series)' (id=7)
2015-01-09 20:29:40,339 INFO [ProfilesDefinitionParser] Added profile 'LG TV / player' (id=8)
2015-01-09 20:29:40,342 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012)' (id=sony2012)
2015-01-09 20:29:40,344 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2013)' (id=sony2013)
2015-01-09 20:29:40,345 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx100 (2013)' (id=bdp2013)
2015-01-09 20:29:40,346 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx90 (2012)' (id=bdp2012)
2015-01-09 20:29:40,348 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010)' (id=bdp2010)
2015-01-09 20:29:40,348 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx70/SMP-N100 (2010) - US' (id=bdp2010us)
2015-01-09 20:29:40,349 INFO [ProfilesDefinitionParser] Added profile 'Sony BDP-Sx80/SMP-N200 (2011)' (id=bdp2011)
2015-01-09 20:29:40,350 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA' (id=13)
2015-01-09 20:29:40,351 INFO [ProfilesDefinitionParser] Added profile 'Toshiba REGZA 2012-' (id=tosh2012)
2015-01-09 20:29:40,352 INFO [ProfilesDefinitionParser] Added profile 'WDTV Live' (id=14)
2015-01-09 20:29:40,353 INFO [ProfilesDefinitionParser] Added profile 'LaCie LaCinema Media Player' (id=15)
2015-01-09 20:29:40,354 INFO [ProfilesDefinitionParser] Added profile 'Manta WIFI Centre' (id=16)
2015-01-09 20:29:40,354 INFO [ProfilesDefinitionParser] Added profile 'Pure Flow' (id=17)
2015-01-09 20:29:40,355 INFO [ProfilesDefinitionParser] Added profile 'Sharp Aquos' (id=18)
2015-01-09 20:29:40,355 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011)' (id=sony2011)
2015-01-09 20:29:40,356 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2010)' (id=sony2010)
2015-01-09 20:29:40,357 INFO [ProfilesDefinitionParser] Added profile 'Philips (2010-)' (id=plps2010)
2015-01-09 20:29:40,358 INFO [ProfilesDefinitionParser] Added profile 'Philips (2009)' (id=20)
2015-01-09 20:29:40,358 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2009)' (id=sony2009)
2015-01-09 20:29:40,359 INFO [ProfilesDefinitionParser] Added profile 'Denon AVR' (id=22)
2015-01-09 20:29:40,360 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2013)' (id=viera2013)
2015-01-09 20:29:40,361 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera G/GT/DT/UT/VT (2011/2012)' (id=viera2011a)
2015-01-09 20:29:40,361 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera E/S/ST/VT (2011)' (id=viera2011)
2015-01-09 20:29:40,362 INFO [ProfilesDefinitionParser] Added profile 'Panasonic Viera (2010)' (id=viera2010)
2015-01-09 20:29:40,362 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2012) - US' (id=sony2012us)
2015-01-09 20:29:40,363 INFO [ProfilesDefinitionParser] Added profile 'Sony Bravia TV (2011) - US' (id=sony2011us)
2015-01-09 20:29:40,364 INFO [ProfilesDefinitionParser] Added profile 'Sony AVReceiver STR' (id=SonySTR)
2015-01-09 20:29:40,364 INFO [ProfilesDefinitionParser] Added profile 'Sony Audio CMT' (id=SonyCMT)
2015-01-09 20:29:40,365 INFO [ProfilesDefinitionParser] Added profile 'Vizio TV' (id=viziotv)
2015-01-09 20:29:40,366 INFO [ProfilesDefinitionParser] Added profile 'Windows 8/RT' (id=win8metro)
2015-01-09 20:29:40,367 INFO [ProfilesDefinitionParser] Added profile 'Panasonic BD player' (id=panasonicBDT220)
2015-01-09 20:29:40,367 INFO [ProfilesDefinitionParser] Added profile 'Philips NP Streamium' (id=philips_streamium)
2015-01-09 20:29:40,368 INFO [ProfilesDefinitionParser] Added profile 'Chaneru' (id=roku)
2015-01-09 20:29:40,369 INFO [ProfilesDefinitionParser] Added profile 'Roku Media Player' (id=RokuMPApp)
2015-01-09 20:29:40,370 INFO [ProfilesDefinitionParser] Added profile 'Yamaha BD-A1020/BD-A1010' (id=YamBD)
2015-01-09 20:29:40,371 INFO [ProfilesDefinitionParser] Added profile 'Telenet Yelo TV' (id=TNDC)
2015-01-09 20:29:40,371 INFO [ProfilesDefinitionParser] Added profile 'Xbox One' (id=xbox_one)
2015-01-09 20:29:40,418 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2015-01-09 20:29:40,419 INFO [ProfilesDefinitionParser] Added profile 'Flash player' (id=flv_player)
2015-01-09 20:29:40,420 INFO [ProfilesDefinitionParser] Added profile 'iOS' (id=ios)
2015-01-09 20:29:40,421 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Standard)' (id=serviigo_standard)
2015-01-09 20:29:40,422 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Legacy Devices)' (id=serviigo)
2015-01-09 20:29:40,423 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (HLS)' (id=serviigo_hls)
2015-01-09 20:29:40,423 INFO [ProfilesDefinitionParser] Added profile 'ServiiGo (Google TV)' (id=serviigo_gtv)
2015-01-09 20:29:40,424 INFO [ProfilesDefinitionParser] Added profile 'Windows Phone 8' (id=wp8)
2015-01-09 20:29:40,425 INFO [ProfilesDefinitionParser] Added profile 'Chromecast' (id=chromecast)
2015-01-09 20:29:40,435 INFO [PluginCompilerThread] Looking for plugins at /usr/share/java/serviio/plugins
2015-01-09 20:29:40,435 INFO [PluginCompilerThread] Started looking for plugins
2015-01-09 20:29:40,437 INFO [UpdateChecker] Checking if a new version is available
2015-01-09 20:29:40,742 INFO [FFMPEGWrapper] Found FFmpeg: ffmpeg version 2.4.2 Copyright (c) 2000-2014 the FFmpeg developers
2015-01-09 20:29:40,744 ERROR [ProcessExecutor] Fatal error in process starting: Cannot run program "dcraw": error=2, No such file or directory
java.io.IOException: Cannot run program "dcraw": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1047)
at org.serviio.external.ProcessExecutor.run(ProcessExecutor.java:135)
Caused by: java.io.IOException: error=2, No such file or directory
at java.lang.UNIXProcess.forkAndExec(Native Method)
at java.lang.UNIXProcess.<init>(UNIXProcess.java:186)
at java.lang.ProcessImpl.start(ProcessImpl.java:130)
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1028)
... 1 more
2015-01-09 20:29:40,745 WARN [MediaServer] DCRAW not found. Support for raw image files will be missing.
2015-01-09 20:29:40,752 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2015-01-09 20:29:40,765 INFO [WebServer] WebServer starting on port 8895
2015-01-09 20:29:40,765 INFO [Device] Updated bound IP address of Device with UUID: b2c4106d-61f7-31b6-b3d1-02499912bffe, bound address: 192.168.1.35
2015-01-09 20:29:40,768 INFO [EventSubscriptionExpirationChecker] Starting EventSubscriptionExpirationChecker
2015-01-09 20:29:40,770 INFO [EventDispatcher] Starting EventDispatcher
2015-01-09 20:29:40,769 INFO [DiscoveryAdvertisementNotifier] Starting DiscoveryAdvertisementNotifier
2015-01-09 20:29:40,772 INFO [RendererExpirationChecker] Starting RendererExpirationChecker
2015-01-09 20:29:40,772 INFO [RendererSearchSender] Searching for Renderer devices
2015-01-09 20:29:40,774 INFO [DiscoverySSDPMessageListener] Starting DiscoverySSDPMessageListener using interface enp2s0 (enp2s0) and address 192.168.1.35, timeout = 0
2015-01-09 20:29:41,014 INFO [RendererManager] Stored a new renderer: uuid='0a21fe81-00aa-1000-bf66-0c891066e761', name = 'UN32H5500', ipAddress='192.168.1.37', profile = '1'
2015-01-09 20:29:44,948 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2015-01-09 20:29:44,952 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now.
2015-01-09 20:29:44,953 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.
2015-01-09 20:29:44,959 INFO [PluginCompilerThread] Finished looking for plugins
2015-01-09 20:29:45,062 INFO [SearchManager] Starting up search engine
2015-01-09 20:29:45,268 INFO [SearchIndexer] Closing search index writer
2015-01-09 20:29:45,268 INFO [SearchIndexer] Closing search index writer
2015-01-09 20:29:45,269 INFO [WebServer] WebServer shutting down
2015-01-09 20:29:45,269 INFO [DiscoveryAdvertisementNotifier] Leaving DiscoveryAdvertisementNotifier
2015-01-09 20:29:45,269 INFO [EventDispatcher] Leaving EventDispatcher
2015-01-09 20:29:45,269 INFO [DiscoverySSDPMessageListener] Leaving DiscoverySSDPMessageListener
2015-01-09 20:29:45,269 INFO [EventSubscriptionExpirationChecker] Leaving EventSubscriptionExpirationChecker, removing all event subscriptions
2015-01-09 20:29:45,270 INFO [DatabaseManager] Shutting down database
2015-01-09 20:29:45,772 INFO [RendererExpirationChecker] Leaving RendererExpirationChecker
2015-01-09 20:29:48,835 INFO [AbstractTranscodingDeliveryEngine] Cleaning transcode engine and its data
2015-01-09 20:51:13,678 ERROR [ApplicationInstanceManager] alphaos: alphaos
java.net.UnknownHostException: alphaos: alphaos
at java.net.InetAddress.getLocalHost(InetAddress.java:1473)
at org.serviio.ApplicationInstanceManager.registerInstance(ApplicationInstanceManager.java:68)
at org.serviio.MediaServer.checkForRunningInstances(MediaServer.java:283)
at org.serviio.MediaServer.main(MediaServer.java:106)
Caused by: java.net.UnknownHostException: alphaos
at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:901)
at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1293)
at java.net.InetAddress.getLocalHost(InetAddress.java:1469)
... 3 more
2015-01-09 20:51:13,729 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:51:13,730 INFO [MediaServer] Serviio DLNA media streaming server v 1.4.1.2 (rev. 3753eff81a2f+)
2015-01-09 20:51:13,730 INFO [MediaServer] Petr Nejedly 2009-2014
2015-01-09 20:51:13,730 INFO [MediaServer] http://www.serviio.org
2015-01-09 20:51:13,730 INFO [MediaServer]
2015-01-09 20:51:13,730 INFO [MediaServer] Java 1.7.0_71-Oracle Corporation
2015-01-09 20:51:13,730 INFO [MediaServer] OS Linux amd64 3.17.1-ALPHAOS
2015-01-09 20:51:13,730 INFO [MediaServer] File encoding: UTF-8
2015-01-09 20:51:13,730 INFO [MediaServer] Headless mode enabled: true
2015-01-09 20:51:13,730 INFO [MediaServer] User: root
2015-01-09 20:51:13,730 INFO [MediaServer] User home dir: /root
2015-01-09 20:51:13,730 INFO [MediaServer] Temp dir: /tmp
2015-01-09 20:51:13,730 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:51:13,856 INFO [WebServer] Socket buffer set to 65535 bytes
2015-01-09 20:51:13,869 INFO [RestletServer] Starting Restlet server (/rest) exposed on port 23423
2015-01-09 20:51:13,937 INFO [RestletServer] Starting Restlet server (/cds) exposed on port 23424
2015-01-09 20:51:13,938 INFO [RestletServer] Starting Restlet server (/mediabrowser) exposed on port 23424
2015-01-09 20:51:13,945 INFO [DBSchemaUpdateExecutor] Checking if DB schema needs to be updated
2015-01-09 20:51:13,961 INFO [DatabaseManager] Using DERBY database language
2015-01-09 20:51:15,316 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:51:15,316 INFO [MediaServer] License: PRO (EVALUATION, id: 11111111-1111-1111-1111-111111111113)
2015-01-09 20:51:15,316 INFO [MediaServer] ------------------------------------------------------------------------
2015-01-09 20:51:15,320 INFO [Device] Created UPnP Device with UUID: b2c4106d-61f7-31b6-b3d1-02499912bffe, bound address: 192.168.1.35
2015-01-09 20:51:25,288 WARN [ProfilesDefinitionParser] Cannot get name of the local computer: alphaos: alphaos
2015-01-09 20:51:25,613 INFO [ProfilesDefinitionParser] Parsing Profiles definition
2015-01-09 20:51:25,651 ERROR [MediaServer] An unexpected error occured. Ending the application. Message: replacement
java.lang.NullPointerException: replacement
at java.util.regex.Matcher.replaceFirst(Matcher.java:950)
at java.lang.String.replaceFirst(String.java:2119)
at org.serviio.profile.ProfilesDefinitionParser.getDeviceDescription(ProfilesDefinitionParser.java:378)
at org.serviio.profile.ProfilesDefinitionParser.processProfileNode(ProfilesDefinitionParser.java:229)
at org.serviio.profile.ProfilesDefinitionParser.parseDefinition(ProfilesDefinitionParser.java:164)
at org.serviio.profile.ProfileManager.parseProfilesFromFile(ProfileManager.java:181)
at org.serviio.profile.ProfileManager.loadProfiles(ProfileManager.java:156)
at org.serviio.MediaServer.main(MediaServer.java:122)
2015-01-09 20:51:25,652 WARN [IndexedDiskCache] Region [thumbnails] Disk cache not shutdown properly, shutting down now.
2015-01-09 20:51:25,654 WARN [IndexedDiskCache] Region [tokens] Disk cache not shutdown properly, shutting down now.
2015-01-09 20:51:25,654 WARN [IndexedDiskCache] Region [online_technical_metadata] Disk cache not shutdown properly, shutting down now.

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: Static IP address

Postby Scooby » 12 Jan 2015, 17:05

ggg wrote:It s too much complicate

If you are willing to put in the time I will help

ggg wrote:ca-certificates-java 20140324-4
bash: ca-certificates-java: command not found


Okay lets try without this, maybe not nescerray but what I had installed.

Actually you have the same error as me.
To solve it rename your host to a number
(why ths works I don't know)

So try in terminal these commands
one by one

Code: Select all

hostname 1
serviiio &
serviio-console &


report output and serviio log please

ggg
Expert
Posts: 117
Joined: 27 Nov 2013, 20:27

Re: Static IP address

Postby ggg » 14 Jan 2015, 03:44

Thanks for the information: I could make a connection between Serviio and SmarTV samsung in the same way as I could with Vuze . but I still can not see any files. They are the folders , but none belongs to AlphaOS system.
I have neither idea how to get ip static in alphaOS
Thanks for the help , and sorry for my poor language.
regards
Gabriel

Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

Re: Static IP address

Postby Scooby » 14 Jan 2015, 10:58

Did you run serviio-console and add files there?
the procedure is something like

Image

0. start serviio-console and maximize it
1. Add local dir
2. click the movie icon by the mouse pointer to
tell serviio to share video files in this dir
3. then press "save" in lower right corner
4. then press "force refresh"


------------------------------------------------------------------------

OBS! serviio doesn't require static IP.

Do you have a router?
(if you still want static IP)

ggg
Expert
Posts: 117
Joined: 27 Nov 2013, 20:27

Re: Static IP address

Postby ggg » 14 Jan 2015, 23:31

Ok , thank you, finally I could make it work. I found a downside to play the files : Can not Resize .Anyway .
I'd like Vuze recognize also , to avoid having two very heavy processes running simultaneously . The problem apparently is that Samsung and Linux are connecting to different IPs.
How to make Alphaos connect to the same IP that Samsung ? Or a Static IP?
thank you very much , being your posts very helpful ;)


Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 13 guests

cron