I want to mod the subsonic source and add a pulldown to the player page to switch between multiple audio streams, like the pulldown for changing the bitrate.
I am extremly new to JSP not to Java but that JSP is really hard to understand for me. Could you please give me a few hints.
I already added the pulldown to the jsp page and it works fine(restarts the player when changed) but I have two questions:
1. where is the dynamic data for the pulldowns comming from?
and, more important:
2: where is the file which handels the streaming data which is called from the JW Player there is noch stream file in the WEB-INF root. the player calls e.g.
stream?id=xyz&maxBitrate=xyz...
could you please give me a hint where my added option StreamID goes to? that JSP concept and the way it works is very new to me...i read some tutorials but it is still very foggy
