Insert Video File In DB Sql Server?
Oct 25, 2010How Can I insert Video File like *.avi to DB by using vb.net 2008
View 5 RepliesHow Can I insert Video File like *.avi to DB by using vb.net 2008
View 5 Repliesi want to make a video streaming server or a Video Lan chat programe in VB.net
View 1 RepliesI'm working on creating a web application which is going to allow the user to upload a video file to the server. Once the file is uploaded to the server, it's going to be converted to .flv and copied to another folder in the same directory. Since I'm doing this from a web app, I don't want to tie up the app with the conversion process. That is when I figured this might be a good time to try threading the conversion process... what do you think?
Currently, my process logic is this:
1) User presses the upload button.
2) A dummy record is created in the database for the file being uploaded.
3) Folders are created on the server to house the original video file and the converted video file.
4) The original is copied to the server.
5) Once the original is finished being copied, the app converts the original to .flv and saves it in another folder.
6) Information about the conversion process is stored in a .xml file
7) The dummy record is updated with real data
8) There is a redirect to a page that lets the user view the .flv file on the web
I have a textbox to upload .csv file. after i click upload it insert the .csv file into sql server database, how to insert .csv file using vb.net into sql server.
View 4 RepliesI would like to create thumbnails into a VB (2005 or 2010) form from video files.
I have a directory (in my hard drive) with video files (.mpg).
How to show video thumbnails for each video file?
My VB code (for images) is attached below and I want to convert it in order to manage video files.
Private Sub ThumbButton_Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles ThumbButton.Click
Dim imagepath As String
[Code].....
Is there anyone here who can help me with my problem in importing text file using vb.net and then after the importing, the imported data will be insert in sql server?
View 6 RepliesI'm not sure what to use to insert a file that's located on the server into the sql database. I've read a bunch of articles but none of them show how to just grab a file without using fileupload.
[code]...
I want to play my video on my web page, video is about two houre longe. the video is stored on the same server where i host the website. i complete task. also suggest me best alternative to complete the same task.
I am using vb.net as language in asp.net and .NET 3.5 framework.
How to correctly insert image data from XML file to database table using sql server CE and openxml,XML file is written by vb.net DataSet.WriteXml method?image data is stored in database table is :
0x89504E47.my XML file Content after written by WriteXml method is :
<?xml version="1.0" standalone="yes"?>
<Data>
<Table>
<image>iVBORw0KGgoAAAANSUhEUgAAAcIAAAGuCAYAAAADLg..</image>
</Table>
</Data>
but after inserting with openrowset and openxml using stored procedure to another database table its value changes to this :0x2F0039006A002F00340041004100510.and is not the first value and raises an error in vb.net for opening image from database.
i have a app in visual basic mobile 2008, so i finish but now i need to tranfer the data generate in the in the app mobile to data base in sql server 2008.
View 1 RepliesI have a file on an FTP and would like to stream it to Windows Media Player or some sort of media player without having to download it first. Is this possible in VB .NET?
View 2 RepliesAnyways, i have coded a video downloaded and i want to include a converter as a separate exe file. But obviously people may have different file directories so a simple piece of code i have used won't work. This is what i have: Also where would i place the exe file?
View 3 Repliesim the beginner of .net, im doing the project to save and retrive the files in asp.net with c# , i done saved the files to sql in binary format, and i dont know how to retrive the file in grid view, also i dont know how to play the video file in gridview,
View 1 RepliesI m trying to create media player .i want to add an swf file in current running video file at the top of my video player or bottom of my video.
View 2 Repliescan anyone please explain to me how I get the file path to an embedded video resource file I have?Currently I know how to get this while debugging, but I am unsure how to refer to it when built.It needs to work no matter where the application files are.[code]
View 3 RepliesI have a vb.net project which i have inserted pictures and video. I inserted a video clip using the Windows Media Player control and it does work. The issue i have is that i can't move the program to another computer because the pathname for the video will be wrong. I know i could change the pathname when i move it but this is not practical because i need to present this program. Does anybody know how to make the video accessible no matter what location the program is at?
View 6 RepliesI am monitoring 12 video feeds from video cameras. Now I have more than 12 cameras, I have 134. But I will only monitor 12 cameras at a time. By Monitoring I mean, I have 12 small video screens on the form that I can see the video. The way I know which cameras are active, so I can monitor them is by a boolean value in a sql database. I run a Store Procedure in my program, and spit out the results in a XML file. I then read the XML file in a loop. This XML file will have a list of the camera names I need to monitor.
So that is for 12 video feeds. Now, I want to have a NEXT or FORWARD button on my monitor form. So when I click this it will give me the next group of cameras, 13 to 24. Now if I only have15 cameras that are active, that means the first group is 1 to 12, then the second group is 13 to 15 cameras. So I will only have 3 to monitor on the second grouping. One thought I had was to have another field in my table to mark as already as an active monitor, so when I run the SP, i will not select that row. But I need to select 12 at a time. Or I can make a number of xml files, one xml file for each grouping of 12, but I need to figure out how I can select the next group without re-selecting the first group. I have no code at the moment, I'm on my non-programming computer.
I creat audio video chat and when calling receivng video and client video is together...I want that client move his or her webcam video where want...as I know it name DROP&DRAP but I`m not know how to do it...
View 5 RepliesI was wondering if it was possible to have a program open Firefox, and have it open a bunch of tabs that all go to a link with a video, and then have it automatically play that video?
View 4 RepliesHow can i record a video via webcam in visual basic application and then display the video on user's request either live or recorded video.
how to develop video webcam recording application.
i want to buffer a video file on client side when it request.. what syantax i use to buffer the video the video in client's media player
View 1 Repliesis it possible to use avicap32 to capture video with a web cam and save the video as a wmv format instead of avi one
View 1 RepliesI'm using the following code to do an insert into a table and then get the last inserted id.[code]...
View 3 RepliesI use this stored procedure to make insert and return the id of inserted row
[Code]....
But how to read the returned id using vb.net code using this commands return -1
i was given assignment by my lecturer to create a vb form and a database with 2 tables in ms sql server 2008. the form has 3 textbox n a button. when click on the button, the value in the 3 textbox r to be inserted into the database, table1. may i know how am i going to do it.
View 3 Repliesi am using the following code in vb.net wich opens me the folder to select excel but i dont know how to import these values to sql.
[Code]...
I have an application that collects digital signatures, and saves them as a bitmap to a specified directory. After the code saves the bitmap, I use a SQLDataAdapter to insert the path to the bitmap into a text field. All the code works on my computer, but on customer computers it does not. I do not get an error msg, but the string value of the path is not inserted. All security works because they can write any other records to the same database. [Code]
View 6 RepliesUsing VB.Net Am new to vb.net, Am using datagridview
DataGridview
ID Name ComboboxColumn
001 Raja
002 Ravi
003 Suresh
[Code]...
Imports System
Imports System.IO
Imports System.Security
Imports System.Security.Cryptography
[code]....
The above code is used by me to encrypt .avi files and it worked very well but the problem is that if the size of my video file is greater than 200 mb memory overflows probably as the code copy the whole input file into ram and then process it hence it put limitation of hardware,is there any better way to do it so that files > 200 mb could me encrypted in PCs with 1gb ram?
I have created my own application for organising my video library. when the application starts a datagridview displays all of the videos in my database. i can't get it to display the duration of each video. i assumed i'd be able to loop through each row in the datagridview and use the FileInfo class to look up the properties of each file and get the duration from there because if you look at the properties of any .avi and then click on Details you can see the duration of the video but i can't figure it out.
View 6 Replies