locked
silverlight media error 3001 RRS feed

  • Question

  • Hi all,

    I am trying to upload a Video in s Course within the LCDS, but there comes the same erroro:
    silverlight media error 3001
    I have a silverlight version 2.0

    The second thing is, every time, when I save a teplate and a change to other template, I have to restart the program to save the canges. When not, the content desapeart. It comes the massage: "changes to the current template will br lost. Are you shure you wana continue."

    Thursday, June 11, 2009 11:15 AM

Answers

  • ErrorCode: 3001

    This could for the image. The Gif file format is not supported in Silverlight. Use PNG or JPG file format in your code.

    For Video the supported Media formats are..

    Video:

    • WMV1: Windows Media Video 7

    • WMV2: Windows Media Video 8

    • WMV3: Windows Media Video 9

    • WMVA: Windows Media Video Advanced Profile, non-VC-1

    • WMVC1: Windows Media Video Advanced Profile, VC-1

    Audio:

    • WMA 7: Windows Media Audio 7

    • WMA 8: Windows Media Audio 8

    • WMA 9: Windows Media Audio 9

    • MP3: ISO/MPEG Layer-3

      • Input: ISO/MPEG Layer-3 data stream

      • Channel configurations: mono, stereo

      • Sampling frequencies: 8, 11.025, 12, 16, 22.05, 24, 32, 44.1, and 48 kHz

      • Bit rates: 8-320 kbps, variable bit rate

      • Limitations: "free format mode" (see ISO/IEC 11172-3, sub clause 2.4.2.3) is not supported.

        Hope this is helpful.


    Rubel Khan
    • Proposed as answer by Rubel Khan Wednesday, June 17, 2009 3:26 AM
    • Marked as answer by V Longacre Friday, September 11, 2009 3:54 PM
    Wednesday, June 17, 2009 3:26 AM

All replies

  • ErrorCode: 3001

    This could for the image. The Gif file format is not supported in Silverlight. Use PNG or JPG file format in your code.

    For Video the supported Media formats are..

    Video:

    • WMV1: Windows Media Video 7

    • WMV2: Windows Media Video 8

    • WMV3: Windows Media Video 9

    • WMVA: Windows Media Video Advanced Profile, non-VC-1

    • WMVC1: Windows Media Video Advanced Profile, VC-1

    Audio:

    • WMA 7: Windows Media Audio 7

    • WMA 8: Windows Media Audio 8

    • WMA 9: Windows Media Audio 9

    • MP3: ISO/MPEG Layer-3

      • Input: ISO/MPEG Layer-3 data stream

      • Channel configurations: mono, stereo

      • Sampling frequencies: 8, 11.025, 12, 16, 22.05, 24, 32, 44.1, and 48 kHz

      • Bit rates: 8-320 kbps, variable bit rate

      • Limitations: "free format mode" (see ISO/IEC 11172-3, sub clause 2.4.2.3) is not supported.

        Hope this is helpful.


    Rubel Khan
    • Proposed as answer by Rubel Khan Wednesday, June 17, 2009 3:26 AM
    • Marked as answer by V Longacre Friday, September 11, 2009 3:54 PM
    Wednesday, June 17, 2009 3:26 AM
  • I am seeing this happen on some random mp3 files. It seems like they are at the right sample frequency and bit rates but I get the 3000 error.

    Here is a file encoded at 24kbps and 11.025 sample rate with a stereo channel configuration. Plays fine in windows media player and will play in all other applications that can decode mp3 but Silverlight does not like it.

    http://myonlineband.com/Download.aspx?m=4381

    I though Silverlight may be able to detect bad singing and refuse to play it but I am pretty sure this is not the case.

     

    Thursday, July 21, 2011 2:20 AM