Showing posts with label ipwebcam. Show all posts
Showing posts with label ipwebcam. Show all posts

Monday, June 4, 2012

android ip webcam v4l2loopback test

defualt setting did not work on my lubuntu laptop.
but with some searching on the web i found a work around for the video im not working on the audio workaround yet. 6moy2012.


workaround video tested on chease google chrome chat,
and other apps etc...


xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

https://github.com/umlaeute/v4l2loopback/wiki/Mplayer


producer


again a dummy producer, using gstreamer
gst-launch -v videotestsrc ! "video/x-raw-yuv,width=640,height=360,framerate=30/1,format=(fourcc)I420" ! v4l2sink device=/dev/video1



#refresh google crome to gstreamer test patern.
#test worked for me. 6moy2012.

zzzzzzzzzzzzzzzzzzzzzzzzzz

consumer


minimal mplayer playback:

$ mplayer tv:// -tv device=/dev/video1

or use chease and lode dummy video device.

zzzzzzzzzzzzzzzzzzzzzzzz

laptop cam share ass dummy video device.
dummy producer, using gstreamer
dummy:

$ gst-launch -v v4l2src ! videorate ! "video/x-raw-yuv,width=320,height=240,framerate=5/1" ! v4l2sink device=/dev/video1


WORKED shares camera, dummy loopback device.

####



###################

iphone"

$ gst-launch souphttpsrc location=192.168.1.75:8080/strm ! jpegdec ! ffmpegcolorspace ! v4l2loopback device=/dev/video1

---------------------

lenovo a1 tablet???

$ gst-launch souphttpsrc location="http://192.168.1.75:8080/videofeed" ! jpegdec ! ffmpegcolorspace ! v4l2sink device=/dev/video1



consumer

minimal mplayer playback

mplayer tv:// -tv device=/dev/video1


-------------------------

ipwebcam-gst , https://github.com/bluezio/ipwebcam-gst/
download: shell scrypt, https://github.com/bluezio/ipwebcam-gst/


-- pavucontrol
The sound recording device (input)
for your videochat application should be changed to the
'Monitor of Null Sink' using pavucontrol.


--

xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
https://github.com/umlaeute/v4l2loopback/wiki/Mplayer

producer

again a dummy producer, using gstreamer
gst-launch -v videotestsrc ! "video/x-raw-yuv,width=640,height=360,framerate=30/1,format=(fourcc)I420" ! v4l2sink device=/dev/video1


#refresh google crome to gstreamer test patern.
#test worked for me. 6moy2012.
zzzzzzzzzzzzzzzzzzzzzzzzzz
consumer

minimal mplayer playback:
$ mplayer tv:// -tv device=/dev/video1

or use chease and lode dummy video device.
zzzzzzzzzzzzzzzzzzzzzzzz
laptop cam share as dummy video device.
dummy producer, using gstreamer
dummy:
$ gst-launch -v v4l2src ! videorate ! "video/x-raw-yuv,width=320,height=240,framerate=5/1" ! v4l2sink device=/dev/video1

WORKED shares camera, dummy loopback device.
####

###################
iphone"

$ gst-launch souphttpsrc location=192.168.1.75:8080/strm ! jpegdec ! ffmpegcolorspace ! v4l2loopback device=/dev/video1


---------------------

lenovo a1 tablet???

$ gst-launch souphttpsrc location="http://192.168.1.75:8080/videofeed" ! jpegdec ! ffmpegcolorspace ! v4l2sink device=/dev/video1




consumer


minimal mplayer playback

mplayer tv:// -tv device=/dev/video1


-------------------------
ipwebcam-gst , https://github.com/bluezio/ipwebcam-gst/
download: shell scrypt, https://github.com/bluezio/ipwebcam-gst/


-- pavucontrol
The sound recording device (input)
for your videochat application should be changed to the
'Monitor of Null Sink' using pavucontrol.


--