Streaming from Subsonic doesn't work (http stream)

Post a reply

Smilies
:D :) :( :o :-? 8) :lol: :x :P :oops: :cry: :evil: :roll: :wink:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: Streaming from Subsonic doesn't work (http stream)

Subsonic doesn't work

by rusty » Thu Sep 20, 2007 1:39 pm

Hi,

Thanks--I'm able to reproduce this using the default in_wmp3 plugin.

Note: workaround is to use another mp3 input plugin (in_mad seems to work fine).

-Rusty

by sharkus » Wed Sep 19, 2007 3:57 pm

Here is the debug log when I hit the play button:
[3460] Forms: Received WM_ACTIVATEAPP
[3460] Forms: Accepted WM_ACTIVATEAPP +
[3460] Forms: RestoreTopMost: Starting
[3460] Winamp simulation window received messsage 28
[3460] Player: _Play() procedure entering.
[3460] Thread has started 2012
[3460] Thread initialized 2012
[3460] Player: _Play() now in a thread.
[3460] Winamp sim - WM_USER message 603
[3460] Going to play file: http://localhost:8083/subsonic/stream?&suffix=.mp3
[3460] Winamp sim - WM_USER message 603
[3460] INWMP3: Stop() started
[3460] INWMP3: Close() 1
[3460] INWMP3: Close() 3
[3460] GetFileInfo: http://localhost:8083/subsonic/stream?&suffix=.mp3
[3460] INWMP3: Close() 1
[3460] INWMP3: Close() 3
[3460] INWMP3: Open()
[3460] 2012 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( (Songs.IdMedia in (3,1,2) OR Songs.CacheStatus=1) )
[3460] Winamp Playlist sim - WM_USER message 0
[3460] Winamp Playlist sim - WM_USER message 1073741824
[3460] INWMP3: Thread - streams created
[3460] 2012 DB lock finished, took 46822.
[3460] 2012 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( exists (select null from GenresSongs, Genres where GenresSongs.IDGenre = Genres.IDGenre and GenresSongs.IDSong = Songs.ID and Genres.GenreName like '%book%') )
[3460] 0 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( (Songs.IdMedia in (3,1,2) OR Songs.CacheStatus=1) )
[3460] 0 DB open SQL: SELECT Songs.ID FROM Songs WHERE Songs.ID=? AND ( NOT exists (select null from GenresSongs, Genres where GenresSongs.IDGenre = Genres.IDGenre and GenresSongs.IDSong = Songs.ID and (Genres.GenreName like '%book%')) AND NOT exists (select null from GenresSongs, Genres where GenresSongs.IDGenre = Genres.IDGenre and GenresSongs.IDSong = Songs.ID and (Genres.GenreName like '%podcast%')) )
[3460] Thread has finished 2012
[3460] INWMP3: Thread - problem, terminating
[3460] INWMP3: StopStream() started
[3460] INWMP3: Close() 1
[3460] INWMP3: Close() 3
[3460] INWMP3: StopOutput() started
[3460] MMDS: Close ends
[3460] INWMP3: Thread - problem, terminated
[3460] Track has ended.
[3460] INWMP3: Stop() started
[3460] INWMP3: Close() 1
[3460] INWMP3: Close() 2
[3460] INWMP3: Close() finished
[3460] INWMP3: StopOutput() finished
[3460] Winamp sim - WM_USER message 603
[3460] Player: Next command started
[3460] Winamp sim - message left to the default processing

Streaming from Subsonic doesn't work (http stream)

by sharkus » Wed Sep 19, 2007 3:08 pm

For some reason MediaMonkey is not streaming properly from my media server (Subsonic). No error messages are reported (when you press play it just immediately goes back to stop without rendering any audio). Both VLC and Windows Media Player work fine with the same m3u/URL.

The URL is as follows:

http://localhost:8083/subsonic/stream?p ... uffix=.mp3

Any ideas or things I should try?

Thanks,
Sharkus

Top