microsoft / FFmpegInterop

This is a code sample to make it easier to use FFmpeg in Windows applications.
Apache License 2.0
1.29k stars 310 forks source link

HLS video stream freezes on WIndows Phone 8.1 #86

Open m197 opened 8 years ago

m197 commented 8 years ago

Hi. I build FFMPEG for WinPhone 8.1 ARM and try play live stream on WP 8.1 and W10M. Video stream freezes, i see slide show. But audio is Ok. On windows 10 video and audio stream is Ok.

FFmpegMSS = FFmpegInteropMSS.CreateFFmpegInteropMSSFromUri("http://vevoplaylist-live.hls.adaptive.level3.net/vevo/ch1/appleman.m3u8", false, false);
                mediaElement.SetMediaStreamSource(FFmpegMSS.GetMediaStreamSource());

What could be the problem?