You are not logged in.

#1 2016-01-04 06:53:31

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

v4l2loopback skype and flash problem.

Hey guys when I was using ubuntu the following command worked fine for skype, flash and the browsers.

gst-launch-0.10 videotestsrc ! ffmpegcolorspace ! "video/x-raw-yuv,format=(fourcc)YUY2" ! v4l2sink device=/dev/video0

Now it is detected by Skype but the video is not moving its only showing a stuck frame.
and for web browsers its not detect via google-chrome or google-chrome flash, but it is detected via firefox but not detected via firefox flash plugin.
at arch skype wiki there was this:
For x86_64, install lib32-v4l-utils from [multilib] repository and run Skype with:

LD_PRELOAD=/usr/lib32/libv4l/v4l1compat.so skype

so I edited /usr/bin/skype

#!/bin/bash

LIBDIR="/usr/lib32"

if [[ -e "$LIBDIR/libv4l/v4l2convert.so" ]]; then
	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}$LIBDIR/libv4l/v4l2convert.so"
fi

if [[ -e "/usr/share/skype/lib/libQtWebKit.so.4" ]]; then
	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}/usr/share/skype/lib/libQtWebKit.so.4"
fi
	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}$LIBDIR/libv4l/v4l1compat.so"
#	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}$LIBDIR/libv4l/v4l2convert.so"

But the problem still the same, the camera is not moving.
Also when i tried to enter at the terminal this:

/usr/lib32/libv4l/v4l1compat.so

It shows: Segmentation fault (core dumped).
How can I make it detected by flash and the browsers and how can I fix skype problem ?

Last edited by ThElitEyeS (2016-01-07 08:13:21)

Offline

#2 2016-01-04 21:56:23

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

any ideas ?

Offline

#3 2016-01-05 22:39:26

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

Any hopes ?

Offline

#4 2016-01-05 23:03:41

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: v4l2loopback skype and flash problem.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#5 2016-01-07 05:58:35

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

jasonwryan wrote:

I am just looking for an answer...

Offline

#6 2016-01-07 08:11:51

hussam
Member
Registered: 2006-03-26
Posts: 572
Website

Re: v4l2loopback skype and flash problem.

I never ran skype or anything multilib but is it possible that LIBDIR is not correctly identified in your script?
Perhaps just change $LIBDIR to /usr/lib32?

Offline

#7 2016-01-07 08:12:44

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

hussam wrote:

I never ran skype or anything multilib but is it possible that LIBDIR is not correctly identified in your script?
Perhaps just change $LIBDIR to /usr/lib32?

#!/bin/bash

LIBDIR="/usr/lib32"

if [[ -e "$LIBDIR/libv4l/v4l2convert.so" ]]; then
	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}$LIBDIR/libv4l/v4l2convert.so"
fi

if [[ -e "/usr/share/skype/lib/libQtWebKit.so.4" ]]; then
	export LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}/usr/share/skype/lib/libQtWebKit.so.4"
fi

Offline

#8 2016-01-07 16:37:08

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: v4l2loopback skype and flash problem.

ThElitEyeS wrote:
jasonwryan wrote:

I am just looking for an answer...

Then tell us what you have learned.  What you have tried.  What did work? What did not work?
We assume that you are actively working the problem and have not just thrown it over the fence looking for an answer.
These are very active forums.  If you receive "crickets", then I guarantee it is because no one has enough information to help you.  Rattling the the cage will not help


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#9 2016-01-08 17:46:34

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

ewaller wrote:
ThElitEyeS wrote:
jasonwryan wrote:

I am just looking for an answer...

Then tell us what you have learned.  What you have tried.  What did work? What did not work?
We assume that you are actively working the problem and have not just thrown it over the fence looking for an answer.
These are very active forums.  If you receive "crickets", then I guarantee it is because no one has enough information to help you.  Rattling the the cage will not help

Nothing did work, i tried various versions of v4l2loopback and I tried various commands of gst-launch-0.10

Offline

#10 2016-01-24 07:03:30

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

It worked with the last kernel update, request to close.

Offline

#11 2016-01-24 07:15:52

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 20,612

Re: v4l2loopback skype and flash problem.

ThElitEyeS wrote:

It worked with the last kernel update, request to close.

On these forums the protocol is, when you regard it as solved, to just edit your original post.  There is an option to change the thread title, prepend "[Solved]".
We ask that you do this as only you know when it is solved  smile

Last edited by ewaller (2016-01-24 07:16:38)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way

Offline

#12 2016-01-24 08:33:05

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

ewaller wrote:
ThElitEyeS wrote:

It worked with the last kernel update, request to close.

On these forums the protocol is, when you regard it as solved, to just edit your original post.  There is an option to change the thread title, prepend "[Solved]".
We ask that you do this as only you know when it is solved  smile

I have not done that because I have not solve anything.
It was the kernel problem.

Offline

#13 2016-01-24 10:30:10

alex.theoto
Member
From: Athens Greece
Registered: 2014-11-30
Posts: 307

Re: v4l2loopback skype and flash problem.

As I see, you opened two different problems. One for video4l_skype and one for flash.
What flash?
You can open new post for the second problem

Offline

#14 2016-06-11 21:27:49

ThElitEyeS
Banned
Registered: 2014-03-25
Posts: 129

Re: v4l2loopback skype and flash problem.

alex.theoto wrote:

As I see, you opened two different problems. One for video4l_skype and one for flash.
What flash?
You can open new post for the second problem

browsers adobe flash, the camera doesn't appear there.

Offline

#15 2016-06-11 23:46:44

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: v4l2loopback skype and flash problem.

Just let the thread rest [1]. You didn't mark the thread as solved as requested, even if the solution was just using a newer kernel, and you didn't bother to reply until several months later, closing.

[1] https://wiki.archlinux.org/index.php/Co … bumping.22


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

Board footer

Powered by FluxBB