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
Streaming from Subsonic doesn't work (http stream)
Moderator: Gurus
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
Subsonic doesn't work
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
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