Opened 17 years ago

Closed 17 years ago

#2902 closed defect (fixed)

Incorrect URL in .asx file when using vhosts

Reported by: kevin@… Owned by: xris
Priority: minor Milestone: unknown
Component: mythweb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

When the .asx file is generated by the /pl/stream/ handler, the URL to the video file may be wrong when running on a virtual host because it writes the URL using the server's IP address instead of its name. Attached is a patch to fix this.

Attachments (1)

mythweb.diff (609 bytes) - added by kevin@… 17 years ago.
Patch to fix the URL of the video stream

Download all attachments as: .zip

Change History (2)

Changed 17 years ago by kevin@…

Attachment: mythweb.diff added

Patch to fix the URL of the video stream

comment:1 Changed 17 years ago by xris

Resolution: fixed
Status: newclosed

(In [12610]) attempt to use server_name if possible, when generating .asx files. for better support of virtual hosts. closes #2902

Note: See TracTickets for help on using tickets.