[streaming] streaming from mpeg card

Doug Kite dkite at carolinaturkeys.com
Tue Oct 7 22:18:23 CEST 2003


I am testing with vls running on Debian with kernel 2.4.20, streaming from a Hauppauge PVR 250 card. The client is vlc
running on a Windows 2000 machine. The problem I am having is that the video has "dropouts", or areas where it looks
like there is a loss of signal-blocks or checks that are sometimes just a few and sometimes almost the lower half of the
screen and they come and go.

I can record some video to a file with the record-v4l2.pl script and it does not have these dropouts. I have tried
different bit rates with similar results. Can someone tell me how to start troubleshooting this?

The input is a vhs tape, but even the solid blue screen from the vcr (when the tape is not running) exhibits these same
dropouts.

vls.cfg is shown below (mostly the default one given on the videolan.org website).

Thanks,
Doug


# vls.cfg (VLS configuration file)
# Example of the VideoLAN HOWTO for Hauppauge WinTV-PVR-250/350 encoding cards

begin "inputs"

  pvr0       = "video"

end

begin "input"

  trickplay = "normal"

end

begin "pvr0"

  # This card is a Hauppauge WinTV-PVR-250/350
  cardtype      = "pvr"

  # Device name
  device        = "/dev/video0"

  # Stream type
  type          = "mpeg2-ps"

  # Norm : put "pal", "secam" or "ntsc"
  norm          = "ntsc"

  # Framerate : put "30" for NTSC and "25" for PAL and SECAM
  framerate     = "30"

  # Input number : put - "0" for Composite on S-video plug
  #                    - "4" for tuner
  #                    - "6" for S-video on S-video plug
  inputnumber   = "0"

  # If you use the tuner, put the frequency
  frequency     = "567250"

  # Image size : put "widthxheight" or "subqcif" (128x96) or "qsif" (160x120)
  # or "qcif" (176x144) or "sif" (320x240) or "cif" (352x288) or "vga" (640x480)
  size          = "720x480"

  # Bitrate in Kbit/s
  bitrate       = "7000"

  # Maximum bitrate in Kbit/s
  maxbitrate    = "9000"

  # Bitrate mode : put "cbr" (constant bitrate) or "vbr" (variable bitrate)
  bitratemode   = "vbr"

end

begin "channels"

  channel1       = "network"

end

begin "channel1"

  # Unicast or multicast IP address
  dsthost = "10.10.0.52"

  # Destination port
  dstport = "1234"

  # If it's a multicast IP address, uncomment the line below
  #type    = "multicast"

  # If it's a multicast IP address, set the "Time To Live" below
  #ttl     = "12"

end

begin "launchonstartup"

  command1 = "start video channel1 pvr0"

end


-- 
This is the streaming mailing-list, see http://www.videolan.org/streaming/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the streaming mailing list