Opened 16 years ago

Closed 15 years ago

#4919 closed defect (fixed)

MythWeb generates malformed URL within ASX file with extra port

Reported by: Steve Allison <trac-mythtv.org@…> Owned by: Rob Smith
Priority: minor Milestone: unknown
Component: mythweb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

Example using svn 16490:

<ASX version = "3.0">
<TITLE>Blade: The Series</TITLE>
<ENTRY>
<TITLE>Blade: The Series - Angels and Demons</TITLE>
<AUTHOR>MythTV - MythWeb</AUTHOR>
<COPYRIGHT>GPL</COPYRIGHT>
<REF HREF = "http://mythweb.nooblet.org:80:80/mythweb/pl/stream/1020/1205186400" />
</ENTRY>
</ASX>

Change History (5)

comment:1 Changed 16 years ago by Rob Smith

Owner: changed from xris to Rob Smith
Status: newaccepted

comment:2 Changed 16 years ago by Rob Smith

Owner: changed from Rob Smith to xris
Status: acceptedassigned

Ahh, this is the perl thing, Xris, can you check this? it seems to lock to :80 for me, but I don't get the :80:80. It should be :8080 for myself.

comment:3 Changed 16 years ago by bert@…

Just a "me too". It only affects me when I access mythweb through my webproxy. Direct access works fine though. So I can stream from within my lan, but I can't get it to work from outside it.

Regards,

Bert

comment:4 Changed 15 years ago by Rob Smith

Owner: changed from xris to Rob Smith
Status: assignedaccepted

comment:5 Changed 15 years ago by Rob Smith

Resolution: fixed
Status: acceptedclosed

([19260]) Fixes $4919, attempts to use the forwarded port rather then just the local port

Note: See TracTickets for help on using tickets.