hallsy
unread,Mar 6, 2011, 2:30:14 AM3/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to MediaElement.js
Hi-
I have a problem playing videos using flashmediaelement.swf loaded
from the local file system.
I put the path the flashmediaelement.swf into my FlashPlayerTrust file
(/etc/adobe/FlashPlayerTrust/foo.cfg). This successfully allows it to
load from the file system, and I get the following events back from
it:
play
playing
loadstart
timeupdate (with currentTime=0 until I quit my app)
But the video never plays and the currentTime never changes from 0.
Interestingly, I looked at the network traffic using wireshark. Turns
out the complete mp4 file _was_ downloaded - I could even save off the
stream using wireshark and play the file using a native media player
app!
Also, if I force options.pluginPath to load flashmediaelement.swf from
a web server (any web server), then all is fine and the video plays.
Do you have any ideas as to what might be wrong? I want to put the
whole thing onto disk for distribution (I'm running WebkitGtk inside a
small wrapper app).
Regards-
David