Перейти к содержимому


Фотография

Установка Optware


  • Авторизуйтесь для ответа в теме
Сообщений в теме: 836

Опрос: Пригодились ли вам эти инструкции? (322 пользователей проголосовало)

Голосовать Гости не могут голосовать

#781 TrippyCat

TrippyCat

    Пользователь

  • Пользователи
  • PipPipPipPipPipPipPip
  • 27062 сообщений
  • Gender:Male

Отправлено 27 March 2015 - 14:15

But i need a direct sound output via the dune base 303d too.

 

 

This is a problem. The decision has yet been found. I think needs to be changed in the firmware. It is not known to add it to the firmware or not.
While listening to music without turning on the TV, you can use this or this or that.
Sorry, I write through Google Translate.


Dune Store Extension (Дюнастор расширенный)
Faq По Плеерам Dune - в процессе заполнения.

Чтобы получить log-файл плагинов, нужно создать на первом носителе, доступном дюне (обычно внутренний диск) папку "dune_plugin_logs". После чего начните пользоваться плагином, и в папке dune_plugin_logs появится файл лога. (папку создавать с нижними подчеркиваниями). К файлу лога добавляйте расширение txt иначе на форум не загрузить или упакуйте файл лога в zip архив.

Хотел бы настойчиво попросить всех изменить свои подписи до такого вида (указание модели и прошивки, это сэкономит время вам и авторам плагинов) Faq По Плеерам Dune - п.12 - Как сделать подпись на форуме :
Dune Pro 4K(tv292a) - всегда последняя
Dune Neo 4K T2 Plus Version - всегда последняя
Dune Solo 4K (всегда последняя) Сист.флешка присутствует

Обновите парсеры это означает кнопка попап пункт "обновить" на иконке плагина или перегрузите плеер или в настройках плагина Bazinga.

#782 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 27 March 2015 - 20:16

Thanks so much for the links. Installed dune rc, works out of the box. Fantastic work .-). I have payed 30 dollars few month ago for the zapitti android app, working too, but not really convenient using it. too slow, but searching is possible.

 

But i am searching for a solution which uses a client player like bubble or mpdroid which are more comftable .-) , e.g. searching for songs, artists etc.. Using for example upnp is much faster. So the base 303d  has an optical and S/PDIF Optical Audio and  Analog Stereo Audio Output. So there must be a solution to render a stream to the dune and than put it to the av output .-)



#783 TrippyCat

TrippyCat

    Пользователь

  • Пользователи
  • PipPipPipPipPipPipPip
  • 27062 сообщений
  • Gender:Male

Отправлено 27 March 2015 - 20:23

 

So there must be a solution to render a stream to the dune and than put it to the av output .-)

 

I did not find such a solution :(

Google Translate


Dune Store Extension (Дюнастор расширенный)
Faq По Плеерам Dune - в процессе заполнения.

Чтобы получить log-файл плагинов, нужно создать на первом носителе, доступном дюне (обычно внутренний диск) папку "dune_plugin_logs". После чего начните пользоваться плагином, и в папке dune_plugin_logs появится файл лога. (папку создавать с нижними подчеркиваниями). К файлу лога добавляйте расширение txt иначе на форум не загрузить или упакуйте файл лога в zip архив.

Хотел бы настойчиво попросить всех изменить свои подписи до такого вида (указание модели и прошивки, это сэкономит время вам и авторам плагинов) Faq По Плеерам Dune - п.12 - Как сделать подпись на форуме :
Dune Pro 4K(tv292a) - всегда последняя
Dune Neo 4K T2 Plus Version - всегда последняя
Dune Solo 4K (всегда последняя) Сист.флешка присутствует

Обновите парсеры это означает кнопка попап пункт "обновить" на иконке плагина или перегрузите плеер или в настройках плагина Bazinga.

#784 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 28 March 2015 - 13:44

Hi again, i have found interesting things.  first of all. seems to be that i am not alone with the solution with mdp:

 

http://forum.hdtv.ru...showtopic=11658

 

i think its would be possible, that would be fantastic using music on dune with a fast mpd control/server .-) So some people   were able to compile a mpd with a specific plugin on a popcorn player. The popcorn player has also a sigma chip. they have built a specific plugin to output mpd to the hdmi:

 

audio_output {
    type        "smp86xx"
    load        "plugins/smp86xx_plugin.so"
    name        "My Sigma Chip"
    engine      "0"          # optional
    decoder     "1"          # optional
    ramdac      "1"          # optional
    line_count  "2048"       # optional
    fifo_us     "500000"     # optional
    hdmi        "sii9134"
    mixer_type  "software"
#    mixer_type  "hardware"
}

 

Here are more information about it:

 
and her in a shorter way.
 
I have allready installed a mpd with on the dune from the optware:
 
buffering still works without alsa or pulse output:
 
# Simply for testing:
audio_output {   
    type        "httpd"   
    name        "My HTTP Stream"   
    encoder        "lame"            # optional, vorbis or lame   
    port        "101337"   
#    quality        "5.0"            # do not define if bitrate is defined   
    bitrate        "128"            # do not define if quality is defined   
    format        "44100:16:1"   
}
 
 
this link has another solution:
 
 
 
 
what do you think. maybe its possible ?


#785 TrippyCat

TrippyCat

    Пользователь

  • Пользователи
  • PipPipPipPipPipPipPip
  • 27062 сообщений
  • Gender:Male

Отправлено 28 March 2015 - 14:07

Thank you very much. about smp86xx_plugin.so I did not know. I will experiment :)

On the second solution I know, but failed to get to work. Demon of optware flies. Perhaps I have an older version of mpd


Dune Store Extension (Дюнастор расширенный)
Faq По Плеерам Dune - в процессе заполнения.

Чтобы получить log-файл плагинов, нужно создать на первом носителе, доступном дюне (обычно внутренний диск) папку "dune_plugin_logs". После чего начните пользоваться плагином, и в папке dune_plugin_logs появится файл лога. (папку создавать с нижними подчеркиваниями). К файлу лога добавляйте расширение txt иначе на форум не загрузить или упакуйте файл лога в zip архив.

Хотел бы настойчиво попросить всех изменить свои подписи до такого вида (указание модели и прошивки, это сэкономит время вам и авторам плагинов) Faq По Плеерам Dune - п.12 - Как сделать подпись на форуме :
Dune Pro 4K(tv292a) - всегда последняя
Dune Neo 4K T2 Plus Version - всегда последняя
Dune Solo 4K (всегда последняя) Сист.флешка присутствует

Обновите парсеры это означает кнопка попап пункт "обновить" на иконке плагина или перегрузите плеер или в настройках плагина Bazinga.

#786 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 28 March 2015 - 14:40

and one more update. it still works with the optware mpd source.  but only with the stream output. i am not good in compiling plugins. so first success. i can play on every device via dune network betwork adress http://duneip:8000. and perfomance is really good . .-))))

 

i hear my radio stream located in a playlist, great. if we now could output it to the hdmi we will have a great music opportunity .-)))))))))))))))

 

dune /opt/etc/mpd.conf

 

audio_output {   
    type        "httpd"   
    name        "My HTTP Stream"   
    encoder        "lame"            # optional, vorbis or lame   
    port        "101337"   
#    quality        "5.0"            # do not define if bitrate is defined   
    bitrate        "128"            # do not define if quality is defined   
    format        "44100:16:1"   
}


And one more url:

 

http://translate.goo...d.php?tid=38845

 

i really hope we could get it work .-))))



#787 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 28 March 2015 - 14:58

and one more link for a newer mpd version:

 

http://translate.goo...d.php?tid=51260



#788 TrippyCat

TrippyCat

    Пользователь

  • Пользователи
  • PipPipPipPipPipPipPip
  • 27062 сообщений
  • Gender:Male

Отправлено 28 March 2015 - 15:02

Where are you from an installed mpd?
Since I put a optware and stable operation failed on Dune 101.


Dune Store Extension (Дюнастор расширенный)
Faq По Плеерам Dune - в процессе заполнения.

Чтобы получить log-файл плагинов, нужно создать на первом носителе, доступном дюне (обычно внутренний диск) папку "dune_plugin_logs". После чего начните пользоваться плагином, и в папке dune_plugin_logs появится файл лога. (папку создавать с нижними подчеркиваниями). К файлу лога добавляйте расширение txt иначе на форум не загрузить или упакуйте файл лога в zip архив.

Хотел бы настойчиво попросить всех изменить свои подписи до такого вида (указание модели и прошивки, это сэкономит время вам и авторам плагинов) Faq По Плеерам Dune - п.12 - Как сделать подпись на форуме :
Dune Pro 4K(tv292a) - всегда последняя
Dune Neo 4K T2 Plus Version - всегда последняя
Dune Solo 4K (всегда последняя) Сист.флешка присутствует

Обновите парсеры это означает кнопка попап пункт "обновить" на иконке плагина или перегрузите плеер или в настройках плагина Bazinga.

#789 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 28 March 2015 - 15:37

i have installed optware on my dune base 303d bases on the thread, seems to be this repository :

 

 http://ipkg.nslu2-li...g/cross/stable/

 

http://forum.hdtv.ru...188&page=29#579

 

равлено 31 August 2012 - 13:24 zip.gif  dune_optware_installer_0.1.7.tar   46.5К   115 Количество загрузок: с правильным репозиторием и удаленной строкой blue-ray (для 101/301)

 

angox[mpd]# ipkg --version
ipkg version 0.99.163
 

 

tangox[mpd]# cat /proc/version
Linux version 2.6.32.15-27-sigma (root@root) (gcc version 4.3.3 (Sourcery G++ Lite 4.3-154) ) #3 PREEMPT Fri Mar 29 09:01:48 UTC 2013
 



#790 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 28 March 2015 - 15:44

and to install mpd your need to more dependendies:

 

ipkg install mpd sqlite libuclibc++

 

this should work


to start mpd :

 

 /opt/bin/mpd /opt/etc/mpd.conf

 

and this is my mpd.conf

 

tangox[mpd]# cat /opt/etc/mpd.conf
# An example configuration file for MPD
# See the mpd.conf man page for a more detailed description of each parameter.


# Files and directories #######################################################
#
# This setting controls the top directory which MPD will search to discover the
# available audio files and add them to the daemon's online database. This
# setting defaults to the XDG directory, otherwise the music directory will be
# be disabled and audio files will only be accepted over ipc socket (using
# file:// protocol) or streaming files over an accepted protocol.
#
music_directory         "/share/Music"
#
# This setting sets the MPD internal playlist directory. The purpose of this
# directory is storage for playlists created by MPD. The server will use
# playlist files not created by the server but only if they are in the MPD
# format. This setting defaults to playlist saving being disabled.
#
playlist_directory              "/share/Apps/mpd/playlists/"
#
# This setting sets the location of the MPD database. This file is used to
# load the database at server start up and store the database while the
# server is not up. This setting defaults to disabled which will allow
# MPD to accept files over ipc socket (using file:// protocol) or streaming
# files over an accepted protocol.
#
db_file                 "/share/Apps/mpd/database"
#
# These settings are the locations for the daemon log files for the daemon.
# These logs are great for troubleshooting, depending on your log_level
# settings.
#
# The special value "syslog" makes MPD use the local syslog daemon. This
# setting defaults to logging to syslog, otherwise logging is disabled.
#
log_file                        "/share/Apps/mpd/var/log/mpd"
#
# This setting sets the location of the file which stores the process ID
# for use of mpd --kill and some init scripts. This setting is disabled by
# default and the pid file will not be stored.
#
#pid_file                       "~/.mpd/pid"
#
# This setting sets the location of the file which contains information about
# most variables to get MPD back into the same general shape it was in before
# it was brought down. This setting is disabled by default and the server
# state will be reset on server start up.
#
state_file                      "/share/Apps/mpd/var/run/state"
#
###############################################################################


# General music daemon options ################################################
#
# This setting specifies the user that MPD will run as. MPD should never run as
# root and you may use this setting to make MPD change its user ID after
# initialization. This setting is disabled by default and MPD is run as the
# current user.
#
#user                           "nobody"
#
# This setting specifies the group that MPD will run as. If not specified
# primary group of user specified with "user" setting will be used (if set).
# This is useful if MPD needs to be a member of group such as "audio" to
# have permission to use sound card.
#
#group                          "nogroup"
#
# This setting sets the address for the daemon to listen on. Careful attention
# should be paid if this is assigned to anything other then the default, any.
# This setting can deny access to control of the daemon.
#
# For network
bind_to_address         "any"
#
# And for Unix Socket
#bind_to_address                "~/.mpd/socket"
#
# This setting is the TCP port that is desired for the daemon to get assigned
# to.
#
port                            "6600"
#
# This setting controls the type of information which is logged. Available
# setting arguments are "default", "secure" or "verbose". The "verbose" setting
# argument is recommended for troubleshooting, though can quickly stretch
# available resources on limited hardware storage.
#
log_level                       "default"
#
# If you have a problem with your MP3s ending abruptly it is recommended that
# you set this argument to "no" to attempt to fix the problem. If this solves
# the problem, it is highly recommended to fix the MP3 files with vbrfix
# (available from <http://www.willwap.co.uk/Programs/vbrfix.php>), at which
# point gapless MP3 playback can be enabled.
#
#gapless_mp3_playback                   "yes"
#
# This setting enables MPD to create playlists in a format usable by other
# music players.
#
#save_absolute_paths_in_playlists       "no"
#
# This setting defines a list of tag types that will be extracted during the
# audio file discovery process. Optionally, 'comment' can be added to this
# list.
#
#metadata_to_use        "artist,album,title,track,name,genre,date,composer,performer,disc"
#
###############################################################################


# Symbolic link behavior ######################################################
#
# If this setting is set to "yes", MPD will discover audio files by following
# symbolic links outside of the configured music_directory.
#
#follow_outside_symlinks        "yes"
#
# If this setting is set to "yes", MPD will discover audio files by following
# symbolic links inside of the configured music_directory.
#
#follow_inside_symlinks         "yes"
#
###############################################################################


# Zeroconf / Avahi Service Discovery ##########################################
#
# If this setting is set to "yes", service information will be published with
# Zeroconf / Avahi.
#
#zeroconf_enabled               "yes"
#
# The argument to this setting will be the Zeroconf / Avahi unique name for
# this MPD server on the network.
#
#zeroconf_name                  "Music Player"
#
###############################################################################


# Permissions #################################################################
#
# If this setting is set, MPD will require password authorization. The password
# can setting can be specified multiple times for different password profiles.
#
#password                        "password@read,add,control,admin"
#
# This setting specifies the permissions a user has who has not yet logged in.
#
#default_permissions             "read,add,control,admin"
#
###############################################################################


# Input #######################################################################
#

input {
        plugin "curl"
#       proxy "proxy.isp.com:8080"
#       proxy_user "user"
#       proxy_password "password"
}

#
###############################################################################

# Audio Output ################################################################

# PLACEHOLDER; install the MPDAudioPlugin to enable audio output!!
# Simply for testing:
audio_output {
        type            "httpd"
        name            "My HTTP Stream"
        encoder         "lame"                  # optional, vorbis or lame
        port            "8000"
#       quality         "5.0"                   # do not define if bitrate is defined
        bitrate         "128"                   # do not define if quality is defined
        format          "44100:16:1"
}


#
# If MPD has been compiled with libsamplerate support, this setting specifies
# the sample rate converter to use.  Possible values can be found in the
# mpd.conf man page or the libsamplerate documentation. By default, this is
# setting is disabled.
#
#samplerate_converter           "Fastest Sinc Interpolator"
#
###############################################################################


# Normalization automatic volume adjustments ##################################
#
# This setting specifies the type of ReplayGain to use. This setting can have
# the argument "album" or "track". See <http://www.replaygain.org> for more
# details. This setting is disabled by default.
#
#replaygain                     "album"
#
# This setting sets the pre-amp used for files that have ReplayGain tags. By
# default this setting is disabled.
#
#replaygain_preamp              "0"
#
# This setting enables on-the-fly normalization volume adjustment. This will
# result in the volume of all playing audio to be adjusted so the output has
# equal "loudness". This setting is disabled by default.
#
#volume_normalization           "no"
#
###############################################################################


# MPD Internal Buffering ######################################################
#
# This setting adjusts the size of internal decoded audio buffering. Changing
# this may have undesired effects. Don't change this if you don't know what you
# are doing.
#
#audio_buffer_size              "2048"
#
# This setting controls the percentage of the buffer which is filled before
# beginning to play. Increasing this reduces the chance of audio file skipping,
# at the cost of increased time prior to audio playback.
#
#buffer_before_play             "10%"
#
###############################################################################


# Resource Limitations ########################################################
#
# These settings are various limitations to prevent MPD from using too many
# resources. Generally, these settings should be minimized to prevent security
# risks, depending on the operating resources.
#
#connection_timeout             "60"
#max_connections                "10"
#max_playlist_length            "16384"
#max_command_list_size          "2048"
#max_output_buffer_size         "8192"
#
###############################################################################


# Character Encoding ##########################################################
#
# If file or directory names do not display correctly for your locale then you
# may need to modify this setting. After modification of this setting mpd
# --create-db must be run to change the database.
#
#filesystem_charset             "UTF-8"
#
# This setting controls the encoding that ID3v1 tags should be converted from.
#
#id3v1_encoding                 "ISO-8859-1"
#
###############################################################################


# SIDPlay decoder #############################################################
#
# songlength_database:
#  Location of your songlengths file, as distributed with the HVSC.
#  The sidplay plugin checks this for matching MD5 fingerprints.
#  See http://www.c64.org/HVSC/DOCUMENTS/Songlengths.faq
#
# default_songlength:
#  This is the default playing time in seconds for songs not in the
#  songlength database, or in case you're not using a database.
#  A value of 0 means play indefinitely.
#
#decoder {
#       plugin                  "sidplay"
#       songlength_database     "/media/C64Music/DOCUMENTS/Songlengths.txt"
#       default_songlength      "120"
#}
#
###############################################################################
 
 


#791 TrippyCat

TrippyCat

    Пользователь

  • Пользователи
  • PipPipPipPipPipPipPip
  • 27062 сообщений
  • Gender:Male

Отправлено 28 March 2015 - 16:10

Bezymiannyi_800.jpgi.gif

Loads the CPU and slow, but it works.

 

It plays mp3 c flash drive connected to the Dune


Dune Store Extension (Дюнастор расширенный)
Faq По Плеерам Dune - в процессе заполнения.

Чтобы получить log-файл плагинов, нужно создать на первом носителе, доступном дюне (обычно внутренний диск) папку "dune_plugin_logs". После чего начните пользоваться плагином, и в папке dune_plugin_logs появится файл лога. (папку создавать с нижними подчеркиваниями). К файлу лога добавляйте расширение txt иначе на форум не загрузить или упакуйте файл лога в zip архив.

Хотел бы настойчиво попросить всех изменить свои подписи до такого вида (указание модели и прошивки, это сэкономит время вам и авторам плагинов) Faq По Плеерам Dune - п.12 - Как сделать подпись на форуме :
Dune Pro 4K(tv292a) - всегда последняя
Dune Neo 4K T2 Plus Version - всегда последняя
Dune Solo 4K (всегда последняя) Сист.флешка присутствует

Обновите парсеры это означает кнопка попап пункт "обновить" на иконке плагина или перегрузите плеер или в настройках плагина Bazinga.

#792 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 28 March 2015 - 16:18

yes, the cpu is high, but just cause it streams the output (streaming gets more of cpu than normal output to soundcard). if we could put the output like the popcorn directly to the dune hdmi there will not such high load.



#793 lassos

lassos

    Новичок

  • Пользователи
  • Pip
  • 9 сообщений

Отправлено 30 March 2015 - 16:55

OK. Is anyone able to compile this plugin smp86xx_plugin and the mpd for the dune ? unfortunatelly i am not able to code in c++.



#794 Trachuk1van

Trachuk1van

    Пользователь

  • Пользователи
  • PipPip
  • 11 сообщений

Отправлено 14 May 2015 - 08:56

Всем привет. Прошу помощи.

Dune Prime 3,

 

Система на флешке, места хватает. Внутреннего места на ней хватает. Внутреннего диска (hdd esata) - отключен. 

 

Сделал доступ Telnet

Все действия на пониженной прошивке 1555

 

При установки дошел до пункта "запуска скрипта". Выдает: на строке 103: Read-only file system. (см., под спойлер)

 

Мне нужен SSH. Подскажите, как мне решить проблему?

Спасио

 

Spoiler


#795 denik79

denik79

    Маэстро комментариев

  • Пользователи
  • PipPipPipPipPipPipPip
  • 4739 сообщений
  • Gender:Not Telling

Отправлено 14 May 2015 - 09:22

Если нужен только SSH то в LTU он включается в два клика мышкой.

Цитата

 

START_SSH=0
Активирует автозапуск компактного SSH сервера dropbear (по умолчанию вЫключено).
Доступ по SSH рекомендуется для подключения извне через интернет, так как используется защищенное соединение. Также замечено что в SSH быстрее работает Midnight Commander (чем через Telnet). Чтобы обеспечить защиту SSH соединения, нужно обязательно задать пароль для root (см. выше). При активном SSH доступе, существует возможность подключаться по защищенному SFTP протоколу (SSH FTP) для доступа к файлам. Существует множество SFTP клиентов, самые популярные FileZilla и WinSCP.

http://nmt200.ru/han...term-utils-v0-4



#796 Trachuk1van

Trachuk1van

    Пользователь

  • Пользователи
  • PipPip
  • 11 сообщений

Отправлено 14 May 2015 - 09:23

Если нужен только SSH то в LTU он включается в два клика мышкой.

Есть ссылка на инструкцию под рукой?



#797 denik79

denik79

    Маэстро комментариев

  • Пользователи
  • PipPipPipPipPipPipPip
  • 4739 сообщений
  • Gender:Not Telling

Отправлено 14 May 2015 - 09:35

См.пост выше



#798 ABATAPA

ABATAPA

    Опытный комментатор

  • Пользователи
  • PipPipPipPipPip
  • 281 сообщений
  • Gender:Male

Отправлено 14 May 2015 - 09:39

Всем доброго дня!

Я отредактировал первый пост этой темы, пожалуйста, обратите внимание на предупреждение.
Если кратко: рекомендую использовать LTU.



#799 denik79

denik79

    Маэстро комментариев

  • Пользователи
  • PipPipPipPipPipPipPip
  • 4739 сообщений
  • Gender:Not Telling

Отправлено 14 May 2015 - 10:06

Всем доброго дня!

Я отредактировал первый пост этой темы, пожалуйста, обратите внимание на предупреждение.
Если кратко: рекомендую использовать LTU.

Здравствуйте,

А не могли бы Вы просто поправить скрипт dune_optware_installer_0.1.6.sh

в соответствии этим с постом  http://forum.hdtv.ru...=38#entry257023

там зеркало ещё живое да и у пользователей вопросов не будет ,а так же убрать проверку плеера.

http://forum.hdtv.ru...=38#entry257015

ну чтоб скрипт отрабатывал без ошибок и сюрпризов.



#800 ABATAPA

ABATAPA

    Опытный комментатор

  • Пользователи
  • PipPipPipPipPip
  • 281 сообщений
  • Gender:Male

Отправлено 14 May 2015 - 11:00

Здравствуйте,

А не могли бы Вы просто поправить скрипт dune_optware_installer_0.1.6.sh

в соответствии этим с постом  http://forum.hdtv.ru...=38#entry257023

Могу, но там хоть и живое зеркало, но те же устаревшие пакеты 2012 года.
В LTU используют QnapWare - он "живее всех живых".

 

а так же убрать проверку плеера.

http://forum.hdtv.ru...=38#entry257015

ну чтоб скрипт отрабатывал без ошибок и сюрпризов.

Могу. Но зачем?
Если я поставлю в источник QnapWare, то будет тот же LTU, только сложнее устанавливаемый.
P.S.: Видимо, всё ещё есть "зачем"... (2015-05-14 16:20:17)