|
Hi all,
I'm trying to use this app with video i've recorded.
My problem is about directory and video format file :
- WMV :
- file inside ClientBin : working
- file outside ClientBin : working
- file on another website : working
- MP4 (H.264) :
- file inside ClientBin : working
- file outside ClientBin : not working
- file on another website : not working
i just wonder why for the mp4 file format, it can't be loaded as well as a wmv file when on the asp.net file i write :
<asp:Silverlight ID="Xaml1" runat="server"
Source="~/ClientBin/VideoPlayer.xap"
MinimumVersion="2.0.31005"
Width="455" Height="305" InitParameters="m=http://storage.epinix.net/006.mp4" />
In addition, i have this error with the mp4 file trying to be loaded :
Erreur : Sys.InvalidOperationException: MediaError error #4001 in control 'ctl00_CPHMain_Xaml1': AG_E_NETWORK_ERROR
If someone has a hint or a solution, i searched already on this forum without success.
Thanks for any help :-)
|