Welcome Guest! To enable all features, please Login or Register.

Notification

Icon
Error

Options
View
Last Go to last post Unread Go to first unread post
#1 Posted : Wednesday, February 20, 2008 1:42:17 PM(UTC)

marasma  
marasma

Groups: Registered
Posts: 51


Hi,
First, I need to store video in Sql Server. This is not a problem, I just resolve this, but the problem is with bigger file that spend lots of time to transfer and store to server, so I need something to store to SQL Server in a batch mode (in background ) to get client application free to do something else.
Second, as the store I need to stream from SQL Server to client application without transfering the entire file to client.
I'm using LT Multimedia 15 with VB.NET.
Thanks.
 

Try the latest version of LEADTOOLS for free for 60 days by downloading the evaluation: https://www.leadtools.com/downloads

Wanna join the discussion? Login to your LEADTOOLS Support accountor Register a new forum account.

#2 Posted : Thursday, February 21, 2008 7:40:52 AM(UTC)

Adam Boulad  
Guest

Groups: Guests
Posts: 3,022

Was thanked: 2 time(s) in 2 post(s)




With
some formats, such as AVI, you cannot copy or stream a video file unless that
file is complete. Trying to copy part of it which it is still being captured or
converted could cause invalid data to be transferred, because the data at the
beginning of the file (the header) is not guaranteed to be correct unless the file is complete.


However,
with some other formats that are suitable for streaming, such as WMV (ASF) and
OGG, the data written in the beginning can be transferred even before the file writing process is complete.




 
This
means you will probably be able to achieve your goal if you use a streaming-compatible format.

 
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Powered by YAF.NET | YAF.NET © 2003-2024, Yet Another Forum.NET
This page was generated in 0.064 seconds.