get the video from tv tune card and plays that video local w

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
abheesree
New Cone
New Cone
Posts: 2
Joined: 07 Sep 2009 11:11

get the video from tv tune card and plays that video local w

Postby abheesree » 07 Sep 2009 11:13

Hi there..

i am trying to do a small web application that gets the video from tv
tune card using vlc and plays that video on a webpage onthe same machine...

if you have any idea how to do this please let me know,

eagerly waiting for your reply,,

Thank you,
Srikanth

Yaffle
New Cone
New Cone
Posts: 8
Joined: 03 Apr 2009 22:55

Re: get the video from tv tune card and plays that video local w

Postby Yaffle » 07 Sep 2009 16:22

Example:
starting vlc streaming from tuner (v4l)
./startVLC 0 1 0 112500 12345
# vdev adev norm frequency port

Code: Select all

cvlc -vvv --volume 512 v4l:// \ :v4l-vdev="/dev/video$1" \ :v4l-adev="/dev/dsp$2" \ :v4l-norm=$3 \ :v4l-frequency=$4 \ :v4l-caching=600 \ :v4l-chroma="" \ :v4l-fps=-1 \ :v4l-samplerate=32000 \ :v4l-channel=-1 \ :v4l-tuner=-1 \ :v4l-audio=-1 \ :v4l-stereo \ :v4l-width=384 \ :v4l-height=288 \ :v4l-brightness=30000 \ :v4l-colour=-1 \ :v4l-hue=-1 \ :v4l-contrast=40000 \ :no-v4l-mjpeg \ :v4l-decimation=1 \ :v4l-quality=100 \ --sout-asf-title="H6TV$2 www.hostel6.ru" \ --sout-keep \ --sout "#transcode{vcodec=DIV3,vb=1024,scale=1,acodec=mp3,scale=1,ab=96,channels=2,deinterlace=x}:std{access=http,mux=asf,dst=:$5}" --ttl 12 &

abheesree
New Cone
New Cone
Posts: 2
Joined: 07 Sep 2009 11:11

Re: get the video from tv tune card and plays that video local w

Postby abheesree » 08 Sep 2009 09:15

im using windows...

and im new to vlc

please tell me how to do that


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 7 guests