Opened 15 years ago

Closed 15 years ago

#6904 closed defect (fixed)

Mythweb ASX stream and Direct download not working

Reported by: anonymous Owned by: xris
Priority: minor Milestone: unknown
Component: Plugin - MythWeb Version: head
Severity: medium Keywords:
Cc: Ticket locked: no

Description

This might be a configuration issue from my side but i had it all working in 021-fixes. since i upgraded to trunk asx stream and direct download gets the URL wrong.

from the recorded programs page src:

<a class="x-download"

href="http://192.168.0.24/pl/stream/3090/1249847100.asx" title="ASX Stream"

<img height="24" width="24" src="http://192.168.0.24/mythweb-cvs/skins/default//img/play_sm.png" alt="ASX Stream"></a>

<a class="x-download"

href="http://192.168.0.24/pl/stream/3090/1249847100" title="Direct Download"

<img height="24" width="24" src="http://192.168.0.24/mythweb-cvs/skins/default//img/video_sm.png" alt="Direct Download"></a>

</td>

so all the links to pl/stream is missing in my case mythweb-cvs in front which is the folder for mythweb configured in apache. If i add this manually the links work.

Change History (2)

comment:1 Changed 15 years ago by anonymous

This seems to be working now with latest trunk, FLV streaming still not working though

comment:2 Changed 15 years ago by Rob Smith

Resolution: fixed
Status: newclosed

Fixed in [21786]

Note: See TracTickets for help on using tickets.