[SOLVED] ogg and svn 1328

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #481
    w1ll14m
    Participant

    I have a problem, i can’t make the nightly work with ogg.
    i managed to use the mt-daapd-ssc.pl script to re-encode the ogg to a wafv file, i can also play this file.

    only when i try to play the file from the roku soundbridge it fails instantly

    th error i get is like this:
    2006-07-31 22:07:11 (b77ee6b0): Playlist 135014872 bad syntax2006-07-31 22:07:32 (b5e80bb0): Session 0: Streaming file ‘audio.ogg’ to 192.168.0.229 (offset 0)

    mt-daapd.conf


    general]
    web_root = /usr/local/share/mt-daapd/admin-root
    port = 8080
    admin_pw = [my-password]
    db_type = sqlite3
    db_parms = /var/cache/mt-daapd
    mp3_dir = /mnt/muziek
    servername = [my-servername]
    runas = nobody
    playlist = /mnt/muziek/muziek/daapd/mt-daapd.playlist
    extensions = .mp3,.m4a,.m4p,.wav,.wma,.aiff,.ogg,.flac,.radio
    ssc_codectypes = ogg,flac,alac,wav,mpeg,mpc,shn
    ssc_prog = /bin/mt-daapd-ssc.pl
    logfile = /var/log/mt-daapd.log
    rescan_interval = 900
    process_m3u = 1
    scan_type = 0
    compress = 1
    always_scan = 1

    [plugins]
    plugin_dir = /usr/local/share/mt-daapd/plugins
    plugins = rsp.so,ssc-script.so

    the filder muziek is a samba share located on a ‘windows’ machine

    Does anyone knows what i did wrong or knows a solution, please let me know!

    kind regards,
    William

    #5737
    rpedde
    Participant

    @w1ll14m wrote:

    I have a problem, i can’t make the nightly work with ogg.
    i managed to use the mt-daapd-ssc.pl script to re-encode the ogg to a wafv file, i can also play this file.

    only when i try to play the file from the roku soundbridge it fails instantly

    th error i get is like this:
    2006-07-31 22:07:11 (b77ee6b0): Playlist 135014872 bad syntax2006-07-31 22:07:32 (b5e80bb0): Session 0: Streaming file ‘audio.ogg’ to 192.168.0.229 (offset 0)

    mt-daapd.conf


    general]
    web_root = /usr/local/share/mt-daapd/admin-root
    port = 8080
    admin_pw = [my-password]
    db_type = sqlite3
    db_parms = /var/cache/mt-daapd
    mp3_dir = /mnt/muziek
    servername = [my-servername]
    runas = nobody
    playlist = /mnt/muziek/muziek/daapd/mt-daapd.playlist
    extensions = .mp3,.m4a,.m4p,.wav,.wma,.aiff,.ogg,.flac,.radio
    ssc_codectypes = ogg,flac,alac,wav,mpeg,mpc,shn
    ssc_prog = /bin/mt-daapd-ssc.pl
    logfile = /var/log/mt-daapd.log
    rescan_interval = 900
    process_m3u = 1
    scan_type = 0
    compress = 1
    always_scan = 1

    [plugins]
    plugin_dir = /usr/local/share/mt-daapd/plugins
    plugins = rsp.so,ssc-script.so

    the filder muziek is a samba share located on a ‘windows’ machine

    Does anyone knows what i did wrong or knows a solution, please let me know!

    kind regards,
    William

    My guess is that it wasn’t compiled with “–enable-oggvorbis” Try that, and see where that gets you.

    — Ron

    #5738
    w1ll14m
    Participant

    @rpedde wrote:

    @w1ll14m wrote:

    I have a problem, i can’t make the nightly work with ogg.
    i managed to use the mt-daapd-ssc.pl script to re-encode the ogg to a wafv file, i can also play this file.

    only when i try to play the file from the roku soundbridge it fails instantly

    th error i get is like this:
    2006-07-31 22:07:11 (b77ee6b0): Playlist 135014872 bad syntax2006-07-31 22:07:32 (b5e80bb0): Session 0: Streaming file ‘audio.ogg’ to 192.168.0.229 (offset 0)

    mt-daapd.conf


    general]
    web_root = /usr/local/share/mt-daapd/admin-root
    port = 8080
    admin_pw = [my-password]
    db_type = sqlite3
    db_parms = /var/cache/mt-daapd
    mp3_dir = /mnt/muziek
    servername = [my-servername]
    runas = nobody
    playlist = /mnt/muziek/muziek/daapd/mt-daapd.playlist
    extensions = .mp3,.m4a,.m4p,.wav,.wma,.aiff,.ogg,.flac,.radio
    ssc_codectypes = ogg,flac,alac,wav,mpeg,mpc,shn
    ssc_prog = /bin/mt-daapd-ssc.pl
    logfile = /var/log/mt-daapd.log
    rescan_interval = 900
    process_m3u = 1
    scan_type = 0
    compress = 1
    always_scan = 1

    [plugins]
    plugin_dir = /usr/local/share/mt-daapd/plugins
    plugins = rsp.so,ssc-script.so

    the filder muziek is a samba share located on a ‘windows’ machine

    Does anyone knows what i did wrong or knows a solution, please let me know!

    kind regards,
    William

    My guess is that it wasn’t compiled with “–enable-oggvorbis” Try that, and see where that gets you.

    — Ron

    thanx for the reply, i fixed the problem my self a few weeks ago. so i have’nt checked the forums since then.
    the problem was in the ssc script, i can’t remember exactly what i did to resolve this problem πŸ™‚

    i like the new release verry much, but i am still searching for a html based daap client so i can access my music over the internet.

    What i found out is that build 1376 had a java applet, but the applet was not able to connect from a remote machine (also checked the proxy and modified applet.html but it all had no effect) maybe if you know one good web based client would be verry nice to make that as an independant package so you can run it on any webserver(on the local subnet only for security) and secure it with an .htaccess with mysql authentification or something like that πŸ™‚

    –edit–
    by the way, your avater is from Evangelion am i correct? a good anime πŸ™‚
    –edit–

    kind regards william

    #5739
    rpedde
    Participant

    What i found out is that build 1376 had a java applet, but the applet was not able to connect from a remote machine (also checked the proxy and modified applet.html but it all had no effect) maybe if you know one good web based client would be verry nice to make that as an independant package so you can run it on any webserver(on the local subnet only for security) and secure it with an .htaccess with mysql authentification or something like that πŸ™‚

    The database is sqlite, so it should be fairy easy to build a php interface for it, or something like that.

    I do intent to build a generic web front-end for it though, perhaps something similar to andromeda or zina.

    by the way, your avater is from Evangelion am i correct? a good anime πŸ™‚

    Yes! I love that series. Wish the ending wasn’t so inexplicable, though. πŸ™‚

    #5740
    w1ll14m
    Participant

    The database is sqlite, so it should be fairy easy to build a php interface for it, or something like that.

    I do intent to build a generic web front-end for it though, perhaps something similar to andromeda or zina.

    that would be nice πŸ™‚ does the rsp protocol also support seeking within a song? if so i am going to ask for a new feature in the firmware from my SB.

    Yes! I love that series. Wish the ending wasn’t so inexplicable, though. Smile

    yeah it’s one of my favorite series, also the first serie i’ve seen!
    When you are in holland, let me know and we’ll get a beer somewhere!

    #5741
    rpedde
    Participant

    does the rsp protocol also support seeking within a song? if so i am going to ask for a new feature in the firmware from my SB.

    Yes, so it is something that must be done on the sb side. Fast forwarding is something that has been asked for quite a lot I think.

    When you are in holland, let me know and we’ll get a beer somewhere!

    i don’t get to holland much, but if I do, I’ll be sure to let you know. πŸ™‚

    — Ron

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Nightlies Feedback’ is closed to new topics and replies.