Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

与gsyvideoplayer冲突 #4

Open
appdev opened this issue Oct 10, 2017 · 4 comments
Open

与gsyvideoplayer冲突 #4

appdev opened this issue Oct 10, 2017 · 4 comments

Comments

@appdev
Copy link

appdev commented Oct 10, 2017

与gsyvideoplayer冲突,使用之后gsyvideoplayer不能显示视频画面

@ToDou
Copy link
Member

ToDou commented Oct 10, 2017

可以啊,我在gsyvideoplayer的demo下activity_detail_player里面加了下可以播放

@appdev
Copy link
Author

appdev commented Oct 13, 2017

我添加了能播放但是画面是白的,只有声音。
我换成cardview就正常了

@appdev
Copy link
Author

appdev commented Oct 18, 2017

@ToDou 你用的是那个版本的gsyvideoplayer?

@appdev
Copy link
Author

appdev commented Oct 18, 2017

这是我的布局,只加了ShadowView 其他没有改动
只有声音没有画面

  <com.loopeer.shadow.ShadowView
        android:id="@+id/shadow_view"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:layout_margin="12dp"
        android:elevation="10dp"
        android:foreground="?attr/selectableItemBackground"
        android:onClick="onShadowClickTest"
        app:cornerRadius="4dp"
        app:shadowMargin="20dp"
        app:shadowRadius="14dp">

        <com.example.gsyvideoplayer.video.MohuControlVideo
            android:id="@+id/detail_player"
            android:layout_width="match_parent"
            android:layout_height="@dimen/post_media_height"/>
    </com.loopeer.shadow.ShadowView>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants