Search found 10 matches

Go to advanced search

by SHIMADA_Kiichiro
10 May 2021 08:41
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

(3/3) libVlc : Debug deinterlace -1, mode auto, is_needed 0 @ main libVlc : Debug Opening vout display wrapper @ main libVlc : Debug looking for vout display module matching "vmem": 12 candidates @ main libVlc : Debug VoutDisplayEvent 'resize' 1024x576 @ main libVlc : Debug using vout disp...
by SHIMADA_Kiichiro
10 May 2021 08:41
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

(2/3) libVlc : Debug using video converter module "swscale" @ main libVlc : Debug looking for video converter module matching "any": 24 candidates @ main libVlc : Debug YUVP to YUVA converter @ yuvp libVlc : Debug using video converter module "yuvp" @ main libVlc : Debu...
by SHIMADA_Kiichiro
10 May 2021 08:40
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

(1/3) libVlc : Debug Copyright c 1996-2020 the VideoLAN team @ main libVlc : Debug VLC media player - 3.0.12 Vetinari @ main libVlc : Debug revision 3.0.12-0-gd590d61de4 @ main libVlc : Debug configured with /home/jenkins/workspace/vlc-release/windows/vlc-release-win32-x86/extras/package/win32/../.....
by SHIMADA_Kiichiro
10 May 2021 08:39
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

Thank you for your answer. I tried as below. Task.Run(() => { string[] options = new string[] { ":avcodec-hw=none" }; _vlcCtrl.SourceProvider.MediaPlayer.Play(new Uri(_sourceUrl), options); }); As the result, the problem was not resolved. I attach the log again.
by SHIMADA_Kiichiro
28 Apr 2021 08:10
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

how do you change your display driver? I changed it on device manager of Windows 10. 'Windows key' + 'X' -> Device manager -> Display adapter -> Select adapter and right click -> Update driver Try to disable hardware decoding I'm not sure how to disable hardware decoding by using " Vlc.DotNet....
by SHIMADA_Kiichiro
28 Apr 2021 02:36
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

(3/3) libVlc : Debug removing module "vmem" @ main libVlc : Debug deinterlace -1, mode auto, is_needed 0 @ main libVlc : Debug Opening vout display wrapper @ main libVlc : Debug looking for vout display module matching "vmem": 12 candidates @ main libVlc : Debug Buffering 33% @ m...
by SHIMADA_Kiichiro
28 Apr 2021 02:36
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

(2/3) libVlc : Debug CPU flags: 0x0007d3db @ avcodec libVlc : Debug allowing 6 thread(s) for decoding @ avcodec libVlc : Debug codec (h264) started @ avcodec libVlc : Debug using frame thread mode with 6 threads @ avcodec libVlc : Debug using video decoder module "avcodec" @ main libVlc : ...
by SHIMADA_Kiichiro
28 Apr 2021 02:35
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

Re: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graph

Here is the NG log of <Environment #1> (1/3) libVlc : Debug VLC media player - 3.0.12 Vetinari @ main libVlc : Debug Copyright 息 1996-2020 the VideoLAN team @ main libVlc : Debug revision 3.0.12-0-gd590d61de4 @ main libVlc : Debug configured with /home/jenkins/workspace/vlc-release/windows/vlc-relea...
by SHIMADA_Kiichiro
27 Apr 2021 05:11
Forum: Development around libVLC
Topic: libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”
Replies: 12
Views: 3921

libVLC can’t play a movie via RTSP streaming on MS Surface Pro 7+ with the display driver “Intel(R) Iris(R) Xe Graphics”

Hello, I’m developing RTSP streaming movie player application on .NET Framework C# WPF and libVLC is referred by the application. And now, I’m facing the trouble about playing RTSP streaming movie. No images display on the monitor. As the result of some trials, it seems the problem between libVLC an...

Go to advanced search