Capture RTSP stream to fixed sized files
Posted
by Ankur Chauhan
on Stack Overflow
See other posts from Stack Overflow
or by Ankur Chauhan
Published on 2010-04-16T03:09:08Z
Indexed on
2010/04/16
3:13 UTC
Read the original article
Hit count: 263
network-programming
|multithreading
Hi,
I want to capture a RTSP stream from a camera into a series of fixed sized file 1MB each. and then send it to a storage server via Http POST.
How do i do this. Target languages - any, prefer: JAVA.
© Stack Overflow or respective owner