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.
This seems to be working now with latest trunk, FLV streaming still not working though