Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Webcam Streaming to Perl/Tk with ffmpeg

by Corion (Patriarch)
on Sep 02, 2009 at 07:06 UTC ( [id://792827]=note: print w/replies, xml ) Need Help??


in reply to Webcam Streaming to Perl/Tk with ffmpeg

In my video app (also using ffmpeg), I don't write out JPEG frames but raw video frames of a fixed size, thus skipping (part of) the compression and the decompression steps. This may or may not work well with your Tk widget. You might be able to not construct a new $image every time but reuse the one you have - I'm using OpenGL to draw my content, so I need the raw pixels anyway.

Also see Windows Webcam access., which also treats the handling of FFmpeg as a video source and reading the frames in Perl.

Replies are listed 'Best First'.
Re^2: Webcam Streaming to Perl/Tk with ffmpeg
by Anonymous Monk on Jan 09, 2012 at 05:43 UTC
    Hi Kirsle, I need the perl script which stream video from server to any mobile device which contains that particular format please mail me a sample code for streaming a video on PC please email to prasad.gummadavelli@gmail.com.what ever you have code for streaming please share with me. Thanks, prasad

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://792827]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-19 13:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found