Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1. root@bengala:/home/barbanegra/hackspaceuy/radio# /usr/bin/mpd --stdout --no-daemon --verbose
  2. config_file: loading file /etc/mpd.conf
  3. path: SetFSCharset: fs charset is: UTF-8
  4. libsamplerate: libsamplerate converter 'Fastest Sinc Interpolator'
  5. vorbis: Xiph.Org libVorbis 1.3.4
  6. opus: libopus 1.1
  7. sndfile: libsndfile-1.0.25
  8. wildmidi: configuration file does not exist: /etc/timidity/timidity.cfg
  9. adplug: adplug 2.2.1
  10. db: reading DB
  11. curl: version 7.38.0
  12. curl: with GnuTLS/3.3.8
  13. avahi: Initializing interface
  14. avahi: Client changed to state 2
  15. avahi: Client is RUNNING
  16. avahi: Registering service _mpd._tcp/Music Player
  17. avahi: Service group changed to state 0
  18. avahi: Service group is UNCOMMITED
  19. state_file: Loading state file /var/lib/mpd/state
  20. avahi: Service group changed to state 1
  21. avahi: Service group is REGISTERING
  22. avahi: Service group changed to state 2
  23. avahi: Service 'Music Player' successfully established.
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30. ============================/etc/mpd.conf================================
  31.  
  32. root@bengala:/home/barbanegra/hackspaceuy/radio# cat /etc/mpd.conf
  33. music_directory "/home/barbanegra/musica/"
  34. playlist_directory "/home/barbanegra/musica/"
  35. db_file "/var/lib/mpd/tag_cache"
  36. log_file "/home/barbanegra/mpd/mpd.log"
  37. pid_file "/run/mpd/pid"
  38. state_file "/var/lib/mpd/state"
  39. sticker_file "/var/lib/mpd/sticker.sql"
  40.  
  41. user "mpd"
  42.  
  43. # Poner los segmentos de red desde los que se quiere acceder
  44. #bind_to_address "10.0.0.0/24"
  45. #bind_to_address "192.168.1.0/24"
  46. bind_to_address "localhost"
  47. bind_to_address "/var/run/mpd/socket"
  48. port "6601"
  49.  
  50. log_level "verbose"
  51. restore_paused "no"
  52. save_absolute_paths_in_playlists "yes"
  53.  
  54. #password "hackme@read,add,control,admin"
  55. #default_permissions "read"
  56. default_permissions "read,add,control,admin"
  57.  
  58. input {
  59. plugin "curl"
  60. }
  61.  
  62. audio_output {
  63. type "shout"
  64. encoding "ogg" # optional
  65. name "Radio Nashgul"
  66. host "icecast.nashgul.com.es"
  67. port "8000"
  68. mount "/barbanegra"
  69. password "lalalalallalala"
  70. bitrate "128"
  71. format "44100:16:2"
  72. protocol "icecast2" # optional
  73. user "barbanegra" # optional
  74. description "Radio LOCA" # optional
  75. url "http://icecast.nashgul.com.es" # optional
  76. genre "locuras" # optional
  77. mixer_type "software" # optional
  78. }
  79.  
  80. # Salidas para pulseaudio a través de la red local
  81. #audio_output {
  82. # type "pulse"
  83. # name "Salida Creative"
  84. # server "pris"
  85. # sink "alsa_output.pci-0000_05_00.0.iec958-stereo"
  86. # }
  87.  
  88. #audio_output {
  89. # type "pulse"
  90. # name "Salida Audio interno"
  91. # server "pris"
  92. # sink "alsa_output.pci-0000_00_1b.0.iec958-stereo"
  93. # }
  94.  
  95. filesystem_charset "UTF-8"
  96. id3v1_encoding "UTF-8"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement