Settings Streamboard

Settings Streamboard

Postby darkgrass » 15 Dec 2012, 23:17

Hi guys,

I have installed Streamboard, however is in orange colour and it is stop.

The settings are follow:
Code: Select all
### mpcs.user ###
[account]
User = tuner
Pwd = tuner
#Uniq = 1
Group = 1
IDENT = 4ae1:000000
### end ###

### mpcs.server ###
[reader]
Label = Tricolor (36e)
Protocol = newcamd
Key = 0102030405060708091011121314
Device = cserv.net,13650
Account = user,passwd
Fallback = 0
Group = 1
#CAID = 4ae1
#IDENT = 000000
ReconnectTimeout = 20
InactivityTimeOut = 15
### end ###

### mpcs.conf ###
[global]
Nice = -2
#LogFile = /tmp/mpcs.log
LogFile = stdout
ClientTimeout = 10
ClientMaxIdle = 99999
globo7010 = 1

[serial]
Device = auto://tuner@/dev/usb/tts/0:115200?delay=2&timeout=1500
### end ###


Perhaps this is the problem for connect my iphone throuhg dlna!?

Regards,
Sveon SMP250 (firm v7.4.6r7317)
amp_r8_pohd
Router CISCO EPR 2320R2
darkgrass
 
Posts: 11
Joined: 09 Dec 2012, 20:19

Re: Settings Streamboard

Postby FarVoice » 16 Dec 2012, 01:21

It's a cardsharing server for satellite recievers, not a dlna server :) Try xupnp module
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: Settings Streamboard

Postby darkgrass » 16 Dec 2012, 21:26

Farvoice thanks for your comment.

In my moservice3 interfaze web I haven't de uxpnp module, where I can download for install it?

Thanks for advance,

Greetings
Sveon SMP250 (firm v7.4.6r7317)
amp_r8_pohd
Router CISCO EPR 2320R2
darkgrass
 
Posts: 11
Joined: 09 Dec 2012, 20:19

Re: Settings Streamboard

Postby FarVoice » 16 Dec 2012, 21:57

So strange.... Manual update mos3 via telnet
Code: Select all
pm updatelist
pm update base now
pm update base now
reboot

And after it xupnpd must be present in modules list

Daemons
cecd HDMI CEC daemon 0.5.0 76.0 KB 1
itunes iTunes server 752.0 KB 1
mediatomb MediaTomb server 7.2 MB 1
mounts Mounts 76.0 KB 5
mpcs streamboard mp-cardserver v0.8k-rc13m 408.0 KB 1
pshare pShare uPnP playlist browser 0.0.2rc2 196.0 KB 2
samba_1228 SAMBA daemon v3.0.8 5.2 MB 1 1
spindown SpinDown service 376.0 KB 2
trans_1228 Transmission v2.50 3.8 MB 1 1
udpxy UDP-to-HTTP Proxy v1.0b19-Chipmunk 424.0 KB 3
ushare uShare UPnP/DLNA server 1.1a 5.8 MB 2
vsftpd vsFTPd FTP daemon v2.2.2 272.0 KB 1 1
xupnpd xupnpd 1.0rc13 948.0 KB 3 3
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: Settings Streamboard

Postby darkgrass » 16 Dec 2012, 23:44

Hi again!!

I done the update by telnet and running well, however after reboot system the module is not available in moservice :roll:

3 weeks ago this was OK!! :shock: and know it is lost!!

I don't understand what's happened.

Enclosed I attach a capture of moservices screen.

Best regards from Madrid-Spain
Attachments
moservice.jpg
moservice.jpg (59.2 KiB) Viewed 9620 times
Last edited by darkgrass on 16 Dec 2012, 23:53, edited 1 time in total.
Sveon SMP250 (firm v7.4.6r7317)
amp_r8_pohd
Router CISCO EPR 2320R2
darkgrass
 
Posts: 11
Joined: 09 Dec 2012, 20:19

Re: Settings Streamboard

Postby FarVoice » 16 Dec 2012, 23:47

maybe you running other upnp service. Like mediatomb, phare, ushare ? Turn off it and module will be present
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: Settings Streamboard

Postby darkgrass » 17 Dec 2012, 00:01

OK! I stopped other server and I can see the module in moservices now :mrgreen:

I'm try to connect my iphone however I can't see the mediaplayer for make stream.

This is the settings of xupnpd:

Code: Select all
cfg={}

-- multicast interface for SSDP exchange, 'eth0', 'br0', 'br-lan' for example
cfg.ssdp_interface='br0'

-- 'cfg.ssdp_loop' enables multicast loop (if player and server in one host)
cfg.ssdp_loop=1

-- SSDP announcement interval
cfg.ssdp_notify_interval=15

-- SSDP announcement age
cfg.ssdp_max_age=1800

-- HTTP port for incoming connections
cfg.http_port=4044

-- syslog facility (syslog,local0-local7)
cfg.log_facility='syslog'

-- 'cfg.daemon' detach server from terminal
cfg.daemon=true

-- silent mode - no logs, no pid file
cfg.embedded=true

-- 'cfg.debug' enables SSDP debug output to stdout (if cfg.daemon=false)
-- 0-off, 1-basic, 2-messages
cfg.debug=1

-- external 'udpxy' url for multicast playlists (udp://@...)
cfg.udpxy_url='http://127.0.0.1:8080'

-- downstream interface for builtin multicast proxy (comment 'cfg.udpxy_url' for processing 'udp://@...' playlists)
cfg.mcast_interface='br0'

-- 'cfg.proxy' enables proxy for injection DLNA headers to stream
-- 0-off, 1-radio, 2-radio/TV
cfg.proxy=2

-- User-Agent for proxy
cfg.user_agent='Mozilla/5.0'

-- I/O timeout
cfg.http_timeout=15

-- enables UPnP/DLNA notify when reload playlist
cfg.dlna_notify=true

-- group by 'group-title'
cfg.group=true

-- sort files
cfg.sort_files=false

-- Device name
cfg.name='UPnP-IPTV'

-- static device UUID, '60bd2fb3-dabe-cb14-c766-0e319b54c29a' for example or nil
cfg.uuid='60bd2fb3-dabe-cb14-c766-0e319b54c29a'

-- max url cache size
cfg.cache_size=8

-- url cache item ttl (sec)
cfg.cache_ttl=900

-- default mime type (mpeg, mpeg_ts, mpeg1, mpeg2, ts, ...)
cfg.default_mime_type='mpeg'

-- feeds update interval (seconds, 0 - disabled)
cfg.feeds_update_interval=0
cfg.playlists_update_interval=0

-- fetch file length when feed update (slow!!!)
cfg.feeds_fetch_length=false

-- playlist (m3u file path or path with alias
playlist=
{
--    { './playlists/mozhay.m3u', 'Mozhay.tv' },
--    { './localmedia', 'Local Media Files' }
--    { './private', 'Private Media Files', '127.0.0.1;192.168.1.1' }  -- only for 127.0.0.1 and 192.168.1.1
}

-- feeds list (plugin, feed name, feed type)
feeds=
{
    { 'vimeo',          'channel/hd',           'Vimeo HD Channel' },
    { 'vimeo',          'channel/hdxs',         'HD Xtreme sports' },
    { 'vimeo',          'channel/mtb',          'Mountain Bike Channel' },
    { 'youtube',        'channel/top_rated',    'YouTube Top Rated' },
--    { 'dreambox',       'http://192.168.0.1:8001/','Dreambox1' },
--    { 'gametrailers',   'ps3/review',           'GT - PS3 - Review' },
--    { 'gametrailers',   'ps3/preview',          'GT - PS3 - Preview' },
--    { 'gametrailers',   'ps3/gameplay',         'GT - PS3 - Gameplay' },
--    { 'giantbomb',      'all',                  'GiantBomb - All' },
--    { 'ag',             'videos',               'AG - New' },
--    { 'ivi',            'new',                  'IVI - New' },
}

-- log ident, pid file end www root
cfg.version='1.0-rc13'
cfg.log_ident=arg[1] or 'xupnpd'
cfg.pid_file='/var/run/'..cfg.log_ident..'.pid'
cfg.www_root='./www/'
cfg.tmp_path='/tmp/'
cfg.plugin_path='./plugins/'
cfg.config_path='./config/'
cfg.playlists_path='./playlists/'
--cfg.feeds_path='/tmp/xupnpd-feeds/'
cfg.ui_path='./ui/'
cfg.drive=''                    -- reload playlists only if drive state=active/idle, example: cfg.drive='/dev/sda'
cfg.profiles='./profiles/'      -- device profiles feature

dofile('xupnpd_main.lua')


And I can't see in my pc :
Attachments
network.jpg
network.jpg (45.41 KiB) Viewed 9620 times
Sveon SMP250 (firm v7.4.6r7317)
amp_r8_pohd
Router CISCO EPR 2320R2
darkgrass
 
Posts: 11
Joined: 09 Dec 2012, 20:19

Re: Settings Streamboard

Postby FarVoice » 17 Dec 2012, 00:05

Stop. What do you want - send media from iPhone to player or receive from player?
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Re: Settings Streamboard

Postby darkgrass » 17 Dec 2012, 00:20

I want to send from iphone to player, I used the app imediashare and worked music and video (picture dont work becouse rebbot automatic the player), 3 weeks ago.
Sveon SMP250 (firm v7.4.6r7317)
amp_r8_pohd
Router CISCO EPR 2320R2
darkgrass
 
Posts: 11
Joined: 09 Dec 2012, 20:19

Re: Settings Streamboard

Postby FarVoice » 17 Dec 2012, 20:24

You don't need anymore :) DLNA player embedded to firmware
ASUS O!Play R1 (amp_r12_vrtn), xTreamer Pro (amp_r12_vrt), xTreamer Prodigy (iNeXT 2.14 r2), IconBIT HDR12L (amp_r12_vrt), 3Q F425HW (xds42gl_7725_r3), MyGica A11 (mygica_m3_20121222)
User avatar
FarVoice
Администратор
 
Posts: 8572
Joined: 03 Sep 2010, 01:27
Location: Russia, Moscow

Next

Return to About moServices

Who is online

Users browsing this forum: No registered users and 7 guests