in reply to Re: Webcam Streaming to Perl/Tk with ffmpeg
in thread Webcam Streaming to Perl/Tk with ffmpeg

I know about Fwink from back when I used to use Windows more than any other OS... it was one of the first webcam programs I found for Win32 that aren't instant messengers.

However, the overhead of Fwink (having to send the picture over the network, or saving it to disk first) doesn't make for very easy "streaming" - at the very least the Perl script would need to watch the jpg file on disk for change and have to open/close it over and over to update the Tk image. If Fwink had an option to send the jpegs through standard output it'd be a different story. :)

  • Comment on Re^2: Webcam Streaming to Perl/Tk with ffmpeg

Replies are listed 'Best First'.
Re^3: Webcam Streaming to Perl/Tk with ffmpeg
by Anonymous Monk on Dec 21, 2011 at 09:54 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 Thanks, prasad
A reply falls below the community's threshold of quality. You may see it by logging in.