Opened 17 years ago
Closed 17 years ago
#5216 closed defect (invalid)
Streaming link has wrong http port information
Reported by: | Owned by: | Rob Smith | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | 0.21-fixes |
Severity: | medium | Keywords: | asx, streaming, port forwarding |
Cc: | Ticket locked: | no |
Description
I am accessing the mythweb from behind a router doing port forwarding. e.g. The router is accepting incoming on port 8811 and forwards to mythweb server's port 80. Note that mythweb is still running at 80. When I click on the streaming link, everything is OK until the remote player opens .asx file. The .asx file has correct IP of router but the port is still 80.
<ASX version = "3.0"> <TITLE>Ten O'Clock News</TITLE> <ENTRY> <TITLE>Ten O'Clock News - </TITLE> <AUTHOR>MythTV - MythWeb</AUTHOR> <COPYRIGHT>GPL</COPYRIGHT> <REF HREF = "http://xx.xx.xx.xx:80/mythweb/pl/stream/1021/120xxxxxx90" /> </ENTRY> </ASX>
System info -- Ubuntu Gutsy latest with mythtv backport version 0.21 taken from ubuntu gutsy backport repository.
Did you set the correct port info in Settings -> Streaming?