how to store and retrive a video from database using c/c++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • senthelion
    New Member
    • Mar 2010
    • 1

    how to store and retrive a video from database using c/c++

    Can anyone tell me how to store and retrieve a video from database using c/c++.
    and also how to do streaming in c..?
  • sridhard2406
    New Member
    • Dec 2007
    • 52

    #2
    If you want to run the database command from your C program, you can use system( ) system call to run the database query command.

    you must get the query from database help menual (whichever database ur using ).

    For streaming you can use that RTSP streamimg.

    Comment

    Working...