Silverlight 5 mediaelement不会播放甚至加载mp4(x264,mp3)

时间:2013-09-08 06:49:35

标签: silverlight-5.0 h.264 vlc libvlc

您好我已经使用VLC捕获了音频视频记录(来自我的C920网络摄像头),我想在Silverlight 5 mediaelement中播放该视频。我不确定出了什么问题,但Silverlight不会播放我的mp4我认为问题出在视频上,因为当我将mp4解复用以分离音频和视频文件时,只有视频无法播放。

我可以毫无问题地播放许多其他mp4(h264)视频文件。

以下是录制视频http://www.ulozto.net/x43rkFeW/camera-mp4

的链接

以下是媒体信息中关于mp4的信息:

General
Complete name                            : C:\Users\____\Documents\_Camera.mp4
Format                                   : MPEG-4
Format profile                           : Base Media
Codec ID                                 : isom
File size                                : 918 KiB
Duration                                 : 15s 170ms
Overall bit rate                         : 496 Kbps
Encoded date                             : UTC 2013-09-07 20:53:33
Tagged date                              : UTC 2013-09-07 20:53:33
Writing application                      : vlc 2.0.8 stream output

Video
ID                                       : 2
Format                                   : AVC
Format/Info                              : Advanced Video Codec
Format profile                           : High@L3.0
Format settings, CABAC                   : Yes
Format settings, ReFrames                : 4 frames
Codec ID                                 : avc1
Codec ID/Info                            : Advanced Video Coding
Duration                                 : 15s 106ms
Source duration                          : 15s 138ms
Bit rate                                 : 437 Kbps
Width                                    : 640 pixels
Height                                   : 480 pixels
Display aspect ratio                     : 4:3
Frame rate                               : 30.000 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Bits/(Pixel*Frame)                       : 0.047
Stream size                              : 665 KiB (72%)
Source stream size                       : 665 KiB (72%)
Language                                 : English
Encoded date                             : UTC 2013-09-07 20:53:33
Tagged date                              : UTC 2013-09-07 20:53:33
mdhd_Duration                            : 15106

Audio
ID                                       : 1
Format                                   : MPEG Audio
Format version                           : Version 1
Format profile                           : Layer 3
Mode                                     : Joint stereo
Mode extension                           : MS Stereo
Codec ID                                 : 6B
Duration                                 : 15s 170ms
Source duration                          : 15s 196ms
Bit rate mode                            : Constant
Bit rate                                 : 128 Kbps
Maximum bit rate                         : 3 344 Mbps
Channel(s)                               : 2 channels
Sampling rate                            : 44.1 KHz
Compression mode                         : Lossy
Stream size                              : 238 KiB (26%)
Source stream size                       : 238 KiB (26%)
Language                                 : English
Encoded date                             : UTC 2013-09-07 20:53:33
Tagged date                              : UTC 2013-09-07 20:53:33
mdhd_Duration                            : 15170

非常感谢您提供任何信息。

1 个答案:

答案 0 :(得分:1)

因为不支持mp3作为音频编解码器,您需要使用AAC-LC,HE-AAC v1(AAC +),HE-AAC v2(eAAC +),MPEG-4 Part 2 *。

请参阅http://msdn.microsoft.com/en-us/library/cc189080(v=vs.95).aspx