Giter Site home page Giter Site logo

Comments (7)

devkanro avatar devkanro commented on May 19, 2024

唔,请提供一下堆栈信息,让我确定异常出现在哪里。

from meta.vlc.

fengwangjie avatar fengwangjie commented on May 19, 2024

image

from meta.vlc.

fengwangjie avatar fengwangjie commented on May 19, 2024

上面的截图是有时候切换会出现 内部组件错误的提示。
下面的截图是出现操作错误内存的问题
image

from meta.vlc.

fengwangjie avatar fengwangjie commented on May 19, 2024

我把xZune.Vlc.Wpf包装了下 通过url是否存在来调用播放
private void VlcUrlChanged(string url)
{
try
{
if (!string.IsNullOrEmpty(url))
{
InnerUserIndicateChanged(url);
}
else
{
this.Message = "无图像";
}
}

        catch (Exception exception)
        {
            this.Message = exception.Message;
        }
    }

    private void InnerUserIndicateChanged(string url)
    {
        var uri = new Uri(url);
        vlc_palyer.LoadMedia(uri);
        vlc_palyer.Play();
    }

from meta.vlc.

devkanro avatar devkanro commented on May 19, 2024

你是怎么切换播放器之间播放的?

from meta.vlc.

fengwangjie avatar fengwangjie commented on May 19, 2024

你 qq号多少?qq交流

from meta.vlc.

fengwangjie avatar fengwangjie commented on May 19, 2024

我qq 279905497

from meta.vlc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.