Podcast URL error
Hey, first of all, nice bit of software!
I haven't yet, but will be donating!
I have a small issue with the playlist/podcast feature.
I have subsonic running inside my firewall on a media dedicated machine. My firewall sends all port 80 requests to a DMZd Apache server.
this apache server is using mod_proxy to forward all requests to my media servers subsonic:4040 instance. Thus, I access subsonic externally without the need for port 4040 or the internal machines IP address.
I have a test play list with just two songs in it.
I can view the podcast no problem
The items in the podcast have the wrong URL though.
The contain the full path to the internal server
Instead of the valid URL of
Is there a setting I can tweak to have subsonic generate valid external URLs?
Cheers
Shane.
I haven't yet, but will be donating!
I have a small issue with the playlist/podcast feature.
I have subsonic running inside my firewall on a media dedicated machine. My firewall sends all port 80 requests to a DMZd Apache server.
this apache server is using mod_proxy to forward all requests to my media servers subsonic:4040 instance. Thus, I access subsonic externally without the need for port 4040 or the internal machines IP address.
I have a test play list with just two songs in it.
I can view the podcast no problem
- Code: Select all
http://<my domain>/podcast.view
The items in the podcast have the wrong URL though.
The contain the full path to the internal server
- Code: Select all
http://10.0.0.10:4040/stream?playlist=shane01.m3u&suffix=.m4a
Instead of the valid URL of
- Code: Select all
http://<my domain>/stream?playlist=shane01.m3u&suffix=.m4a
Is there a setting I can tweak to have subsonic generate valid external URLs?
Cheers
Shane.