Can't get local stream [Bypassed]

Forum for questions and support relating to the 1.28.x releases only.
Locked
Kinoha
Posts: 6
Joined: Mon Feb 02, 2015 3:22 pm

Can't get local stream [Bypassed]

Post by Kinoha »

Hello,

I have recently installed zm on arm Hummingboard with Archlinux package manager (yaourt).
Camera is correctly detected but I can't get the stream in zm.
Palette: UYVY

Source: Local
Device Path: /dev/video0

zmu -q -v -d /dev/video0

Code: Select all

Video Device: /dev/video0
General Capabilities
  Driver: usbtv
  Card: usbtv
  Bus: usb-ci_hdrc.1-1.1
  Version: 3.14.51
  Type: 0x85000001
    Supports video capture (X)
    Does not support video output
    Does not support frame buffer overlay
    Does not support VBI capture
    Does not support VBI output
    Does not support sliced VBI capture
    Does not support sliced VBI output
    Does not support video output overlay
    Does not have tuner
    Does not have audio in and/or out
    Does not have radio
    Supports read/write i/o (X)
    Does not support async i/o
    Supports streaming i/o (X)
    Standards:
      NTSC
      NTSC-M
      NTSC-M-JP
      NTSC-M-KR
      NTSC-443
      PAL
      PAL-BG
      PAL-H
      PAL-I
      PAL-DK
      PAL-M
      PAL-60
  Formats:
    16 bpp YUY2, 4:2:2, packed (YUYV)
Crop Capabilities
  Cropping is not supported
Inputs: 2
  Input 0
    Name: Composite
    Type: Camera
    Audioset: 00000000
    Standards: 0xf9ff
    Power on  (X)
    Signal detected  (X)
    Colour Signal detected 
    Horizontal Lock detected 
  Input 1
    Name: S-Video
    Type: Camera
    Audioset: 00000000
    Standards: 0xf9ff
    Power on  (X)
    Signal detected  (X)
    Colour Signal detected 
    Horizontal Lock detected 
I tried

Code: Select all

PAL-I
PAL
PAL-H
PAL-M
PAL-60
NTSC
NTSC-M
NTSC-M-KR
NTSC-M-JP
NTSC-443
formats on 0 and 1 channel

http user is in video group but she remains red in zm:(
Last edited by Kinoha on Sun Sep 06, 2015 1:23 pm, edited 1 time in total.
bbunge
Posts: 2956
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Can't get local stream

Post by bbunge »

Did you enable CGI in Apache2?

Did you create a new user? adduser www-data video
Kinoha
Posts: 6
Joined: Mon Feb 02, 2015 3:22 pm

Re: Can't get local stream [Bypassed]

Post by Kinoha »

Thank you, I forgot to activate cgi but that does not solve the problem.
I solved using ffserver/ffmpeg and remote source in zm.
Local source /dev/video0 does not work with my Easycap Adapter [1b71:3002] but it works with other webcam :roll:
Locked