2012-10-01 2 views
1

나는 한 번에 여러 비디오를 재생하는 C#으로 윈도우 응용 프로그램을 만들었습니다 ... DirectX SDK 2010 년 6 월을 사용했습니다 ... 내 컴퓨터에서 작동하지만 클라이언트 컴퓨터에서 예외가 발생했습니다 ... 컴퓨터에 DirectX11이 있습니다 그것은 문제가되지 그래서 설치 ... 내가 점점 오전 예외는 ...C#으로 클라이언트 시스템에서 내 비디오 프로젝트를 실행할 수 없습니까?

************** Exception Text ************** 
Error in the application. 
-2147220891 (VFW_E_UNSUPPORTED_STREAM) 
at Microsoft.DirectX.AudioVideoPlayback.Video.Open(String fileName, Boolean autoRun) 
at Microsoft.DirectX.AudioVideoPlayback.Video..ctor(String fileName) 
at Video_Project.FormMain.FormMain_Load(Object sender, EventArgs e) in D:\Video_Project\Video_Project\Form1.cs:line 240 
at System.Windows.Forms.Form.OnLoad(EventArgs e) 
at System.Windows.Forms.Form.OnCreateControl() 
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) 
at System.Windows.Forms.Control.CreateControl() 
at System.Windows.Forms.Control.WmShowWindow(Message& m) 
at System.Windows.Forms.Control.WndProc(Message& m) 
at System.Windows.Forms.ScrollableControl.WndProc(Message& m) 
at System.Windows.Forms.ContainerControl.WndProc(Message& m) 
at System.Windows.Forms.Form.WmShowWindow(Message& m) 
at System.Windows.Forms.Form.WndProc(Message& m) 
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) 
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) 
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 

pls는 어느 한 pls는 내가 하루 종일

+3

클라이언트에서 코덱이 누락 되었습니까? –

+0

내 고객이 구체적으로 필요한 것은 무엇입니까? – Drone

+0

동영상 파일의 스트림이 인코딩 된 방식에 따라 다릅니다. Media Player에서 파일을 열고 해당 내용을 확인하십시오. –

답변

0
을이에 갇혀 있어요 .....이 날 도와

컴퓨터에 설치된 wmp 코덱을 확인하려면 WMP로 이동하여 alt 키를 눌러 메뉴로 들어가서 도움말 -> 정보 ...를 선택한 다음 기술 지원 정보를 클릭하십시오. 그것은 무엇보다도 지원되는 모든 오디오 및 비디오 코덱을 나열하는 보고서를 생성합니다.

두 컴퓨터 모두에서 이렇게하십시오. 누락 된 코덱이 나타나기를 바랍니다.

관련 문제