Forums | Mahara Community
Support
/
Stream not found : Media
03 September 2010, 15:53
In 1.3.0cr - I have tried to embed a video (.mp4), both with the file located in My Files, and Site Files, and the file seems to play fine on my Mac (Firefox and Safari), but it produces a stream access error in Explorer. The error says:
200, Stream not found, NetStream.Play.StreamNotFound, clip: "[Clip] ".... address.../download.php?file=1660&view=55"
Is this a bug or an issue on my end?
14 September 2010, 18:29
Hi Tim:
I've just solved a similar problem by changing this line in version 1.3:
File: artefact/file/blocktype/internalmedia/lib.php
line 423:
$artefact->get('id') . '&view=' . $instance->get('view')
has to be changed to:
$artefact->get('id') . '&view=' . $instance->get('view')
This fixes the video URL and the embedded player is now able to read the video file using the correct GET method variables from the fixed URL (file and view)
I hope this helps
15 September 2010, 3:38
Thanks for finding this Pablo,
I've created a bug report for this issue at https://bugs.launchpad.net/mahara/+bug/638751
Andrew