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

Cannot change the origin when sharing a desktop region in a conference #40

Open
jitsi-jenkins opened this issue Apr 6, 2015 · 0 comments

Comments

@jitsi-jenkins
Copy link

When the focus of a conference shares a region of the desktop and tries to move the window, the following exceptions occur:

org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
java.lang.ClassCastException: org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
    at org.jitsi.impl.neomedia.VideoMediaStreamImpl.movePartialDesktopStreaming(VideoMediaStreamImpl.java:986)
    at net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl.movePartialDesktopStreaming(OperationSetDesktopStreamingSipImpl.java:306)

And:

org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
java.lang.ClassCastException: org.jitsi.impl.neomedia.device.VideoTranslatorMediaDevice cannot be cast to org.jitsi.impl.neomedia.device.MediaDeviceImpl
    at org.jitsi.impl.neomedia.MediaServiceImpl.getOriginForDesktopStreamingDevice(MediaServiceImpl.java:1336)
    at net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl.getOriginForMediaDevice(OperationSetDesktopStreamingSipImpl.java:338)
    at net.java.sip.communicator.impl.protocol.sip.OperationSetDesktopStreamingSipImpl.setLocalVideoAllowed(OperationSetDesktopStreamingSipImpl.java:213)

(Issue migrated from https://trac.jitsi.org/ticket/1210)

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

No branches or pull requests

1 participant