- Mitglied seit
- 2 Dez 2007
- Beiträge
- 8,014
- Punkte für Reaktionen
- 28
- Punkte
- 48
Im Anhang ein Paket (Patch) für gnump3d, ein leichtgewichtiger mp3-ogg-Streamer. Version 0.9.9.3, noch in C geschrieben.
Beispiel für eine funktionierende mp3d.conf:
Beispiel für eine funktionierende mp3d.conf:
Code:
[COLOR=red]port = 8989
binding_host = 192.168.111.253[/COLOR]
root = /var/media/ftp/uStor01/ample/mp3
always_stream = 1
enable_search = 1
enable_stats = 1
enable_server_status = 1
show_file_counts = 1
show_dir_counts = 1
stripe_one_color = #eaecef
stripe_two_color = #CCCCCC
stripe_depth = 5
border_colour = ff0000
song_format = $ARTIST - $SONGNAME
enable_debugging = 0
advanced_playlist = 1
mp3 = audio/mpeg
m3u = audio/x-mpegurl
ogg = audio/ogg-vorbis
audio_files = mp1;mp2;mp3;ogg;m3u
Code:
root@fritz:/var/media/ftp/uStor01/archiv# ./mp3d --config ./mp3d.conf
GNU MP3d version 0.9.9.3, (Compiled on Oct 1 2011 for GNU/Linux).
http://www.gnump3d.org/
Serving on [COLOR=red]http://fritz.fonwlan.box:8989/[/COLOR]
Server root directory: /var/media/ftp/uStor01/ample/mp3
Using configuration file: ./mp3d.conf
Code:
# [B]mpg123[/B] -@ /home/gm/MyMusic/[COLOR=red]recurse_mp3d.m3u[/COLOR]
High Performance MPEG 1.0/2.0/2.5 Audio Player for Layers 1, 2 and 3
version 1.13.4; written and copyright by Michael Hipp and others
free software (LGPL/GPL) without any warranty but with best wishes
[COLOR=red]Directory: http://192.168.111.253:8989//[/COLOR]
Playing MPEG stream 1 of 6: BeeGees_Massachusetts.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
[2:31] Decoding of BeeGees_Massachusetts.mp3 finished.
Playing MPEG stream 2 of 6: Bob_Marley_400_years.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
Title: 400 years Artist: Bob Marley
Comment: myCD10 Album: Lively Up Yourself
Year: 1997 Genre: Reggae
Note: Illegal Audio-MPEG-Header 0x00000000 at offset 2392025.
Note: Trying to resync...
Note: Hit end of (available) data during resync.
[2:29] Decoding of Bob_Marley_400_years.mp3 finished.
Playing MPEG stream 3 of 6: Chris_Rea_The_Road_To_Hell.mp3 ...
MPEG 1.0 layer III, 128 kbit/s, 44100 Hz joint-stereo
[4:34] Decoding of Chris_Rea_The_Road_To_Hell.mp3 finished.
Playing MPEG stream 4 of 6: Lionell_Richie_Hello.mp3 ...
MPEG 1.0 layer III, 112 kbit/s, 44100 Hz joint-stereo
Anhänge
Zuletzt bearbeitet: