DJ.
DJ.

Reputation: 2101

Is it possible to stream a windows (7 / vista / xp) webcams via Gstreamer

I very new to the world of gstreamer. I was wondering, if it's possible to stream windows webcam via gstreamer? The only package i have seen so far is for linux. v4l2 (video for linux). Is there also a package for windows webcams? what is the correct python syntax?

DJ

Upvotes: 0

Views: 1434

Answers (2)

prachi
prachi

Reputation: 51

Install on windows from http://code.google.com/p/ossbuild/

then use below command

gst-launch ksvideosrc device-index=0 ! ffmpegcolorspace ! autovideosink

Upvotes: 5

aschmack
aschmack

Reputation: 66

For Windows streaming, I would suggest VLC.

Upvotes: 1

Related Questions