Streaming Video Capture Using ASP
I'm about to venture onto a new project of developing an ASP Page that captures images from a streaming web camera, and displays them (refreshs) the image every 15 seconds.
The question I have, is it possible to capture images (every 15 secs- from the webcam on the intranet) and store that snap shot as say a .jpg file in a folder, and then have the ability to continuously add images to this folder, so at a later date you could develop a system that would display photo after photo simultaneously, fast motion of the project in action.
View Replies
ADVERTISEMENT
i used active x plugin (quicktime), in source file of the plugin i placed the code "Myservermyvideovideo.mov" but when i browse the page, it cant view the view, i used iis6.0. ider an addtiional code on this when retrieving the source from a network?
View Replies
View Related
does anyone have a good way of streaming video on my site? I guess it doesn't matte what format they are in, is there something which kicks off media player?
View Replies
View Related
Basically, we are working on a website where we want people to be able to see about 10minutes of our live streaming webcams on a once off basis. We are working on IP address sessions to do this, my question is however we want to have a single page with a countdown timer and the streaming video.
Now the timer is located on a local server but the streaming video is coming from a remote location, can we include use the remote asp page inside our local page. So far we keep getting the remote url displayed but not the media player.
View Replies
View Related
I am looking for live streaming audio/video technology to integrate in my ASP .NET web application. My searches led to a couple of open source products but most of them were old or came under the form of a full blown web application - not an SDK.
The project is academic and is ample therefore building my own is not feasible at this time. The end product will have to provide the functionality of a commercial product but will only be used as a proof of concept so no commercial use is intended.
Ideally all I am looking for is a library that can establish live-audio video connection between two computers over the internet and allows the video be embedded within a web page (with no or a minimum set of other controls). Also there has to be possible to transmit high quality video.
View Replies
View Related
I need to do online streaming multimedia file on my web portal, just like those online portal that selling MP3. User need to click on the preview link to stream the audio file to listen before they decide to buy the file or not. How do i link my audio file in my web server to allow it to be stream? Totally lost on this function,
View Replies
View Related
I've been getting a lot of harrassment emails on a web form recently and I want to display/capture the users IP/host header(not sure if thats the right term.but I know you can do it in IRC if possible.Does anyone know a free script for this?The form is in ASP not .net
I want to amend my form so it displays the IP/hostheader similarly to this page.
http://www.schoolpad.net/page.php?TeacherID=293&Page=3
View Replies
View Related
I have a pc as a web server, i have some asp pages on it and functions
perfectly, recently bought a tv card so i can watch tv on my pc and installed
on it.what i want to do is to put in an asp page the video generated from
the tv card so others in my lan can watch live tv trough an asp page.
I think its posible. Its the same idea of using a web cam in your pc to view
what is happening in your home trough internet.
View Replies
View Related
Is there a way to capture the name of a form on the receiving page.
The Request.form collection only has the names of the objects in the
form (as far as I can see), not the name of the form itself?
View Replies
View Related
In my ASP application, I have a chart that will popup in a
new window. From the opener window, I want to add a button
that will capture the chart to the clipboard and be able
to paste it to other application. I just want the client
area and don't want to include menu bar, address bar and
so forth.
Can I do that with pure asp without a component?
View Replies
View Related
I am sending a form to UPS and upon successful completion of the form, the UPS sends me a single output containing several variables and their values on the screen. I need to prevent it displaying on the screen, save it in a variable and then extract information I need and display those values with my format on a table. How can I do that. I heard in ColdFusion there is <CFHTTP> that does that. Is there equivalent of this in ASP.
View Replies
View Related
i am assigned to do a database project.i am asked to use dreamweaver mx and ms access.my problem is i dont know how to capture the data from database and display it in the interface.the language i had to use is javascript.
View Replies
View Related
I am running in a Windows 2000 environment. My workstation is runnig XP Pro. I have built an issue tracking system in Frontpage 2003 using the Database integration wizard.
I need to capture login credentials using public system variables. In the attached MDB file I have written VB code to pull userid. However, I can not figure out how to access the code within the VBSCRIPT OR THE HTML CODE PAGE. I also cannot figure how to write the same code using vbscript instead.
View Replies
View Related
I have 3 listbox in which I call a submit to its own page (page1.asp) for some validation. Then I have another 2 text field which I call submit to "another page" (page2.asp). When I call onChanged() of the list box, it will submit the value of the 3 listbox only to page1.asp. It will not capture the value of the other 2 text field. But I am able to capture the value of the other 2 text field by using Javascript function as follow:
window.document.form1.dept.value.
Although such, but I cant display or return the value of the other 2 text field back to the form. I tried to use session.Contents in Javascript, but it is not supported function in JScript. Is there any other way to display value of the other 2 text field in page1.asp?
View Replies
View Related
I need to use a third party http to get a string back on ASP page. How do I capture the string? What is the syntex?
View Replies
View Related
Is there any way to capture a person's pc name or windows login name with ASP? I have a form that anyone can submit and article to be published to, and I just want to make sure they're being honest about who is submitting what.
View Replies
View Related
Is anyone know the streaming (playing while downloading) in asp. Actually right now it's downloading all the song before it plays.
View Replies
View Related
I would like to ask something regarding my project. i've been planning to develop a website using asp code for streaming multimedia features.
unfortunatly i have zero knowledge bout all this things that needed. can someone give me a rough guideline abt what should i do step-by-step. such as what database should i use. how can i store or create a database that can hold my multimedia files?
View Replies
View Related
i need to view audio and video files on asp files...something like youtube, but from my own server and i want that files be secure...that the files can be view only from my page how can we make it happen?
View Replies
View Related
I need to make an asp site that is linked to a database which holds the pysical paths to several video files. A user to the site can request a particular video and once a few requests have been made to the same video, the requests are batched and then the video is loaded from the database into the users browsers, so in other words...Near video on demand (NVOD).
I cannot find any information on the web to help me achieve this, and so I hope somebody here will be able to help me. How do I go about creating such a system!! Where do I start?
View Replies
View Related
I have an active-x control on my asp that loads a wmv video file.But i have a problem viewing the video until i have download the whole video on the active-x control.
Is there a way to see a portion of the video without complete download?
View Replies
View Related
I want to ask if there is a way of converting video files like mpeg,avi etc to swf files on server using asp code.
View Replies
View Related
I am writing an ASP application that deals with the TV tapes and two of the fields is what I am having issues with. I need to store the duration of the program i.e. DURATION field only to accept Numerical entries in the form 000:00:00 (min:secs:frames).
I also need to store the TIMECODE field only to accept Numerical entries in the form 00:00:00:00 (hours:mins: secs:frames). What datatype should I be using in my Access 2000/ 2003 database. How can I validate this field when allowing users to add the correct
data.
View Replies
View Related
I need to make an asp site that is linked to a database which holds the pysical paths to several video files.
A user to the site can request a particular video and once a few requests have been made to the same video, the requests are batched and then the video is loaded from the database into the users browsers, so in other words...Near video on demand (NVOD).
I cannot find any information on the web to help me achieve this, and so I hope somebody here will be able to help me. How do I go about creating such a system!! Where do I start?
View Replies
View Related
I am looking for a way to deliver audio/video files to users as that user do not know the url of file. For Expamle I have abc.mp3 and some one wants to download this file he has to click to a link which takes him to xyz.asp and start downloading file abc.mp3 but he never know full url of abc.mp3.
View Replies
View Related
We have a need to be able to edit videos uploaded to us. Need to be able to resize them, resample,convert to various formats, etract images, overlay images, etc.
I've seen a few controls that do this, but wanted to know if anyone had any feedback on any of them. If you've used any of the ones on the market, please give your feedback on ease of use and stability.
View Replies
View Related
I would like people to be able to send emails with keywords in the
subject line. I would then like my server/website/asp page to capture
the email, parse the subject and react accordingly.
Can anyone point me in the right direction?
View Replies
View Related
I have written an asp script to pull data from fields in an access database.However it is only displaying the first word of the string.Below is my code:
Response.Write ("<a href=residentialind.asp?add=")
Response.Write (rs.Fields("address").value)
Response.Write (">More information</a>")
how to capture the entire field.
View Replies
View Related
I'm working on an ASP application that will be used on mobile tablet PCs. I need to add the ability for someone to sign their name on the screen and then have it converted to an image (.gif/.jpg/.png) for printng & storage.Is this even possible with a web application?
View Replies
View Related
I have a client that wants to allow users to signup for a contest using text messaging. I have no idea where to start with this, so hoping someone here has some experience with this.
View Replies
View Related
I have an online B2B shopping site that I created using ASP. Because the order sheet is different for each customer, they must log in to access their online ordering site. My question is, is it possible to capture a session timeout when it happens and tell the user?
We are having problems with customers leaving their desk after they have logged in, coming back and filling out their order sheet and then submitting the sheet only to find out that the session has timed out. They then have to go back in and re-enter the products that they are ordering.
View Replies
View Related
Here is a written descripton of my webpage.
One frame split down the middle. The left side is the menu and the right
displays what is selected from the menu.
the user selects from the menu and on the right, clicks on "download image"
link. the user is presented with a download dialog box. The user saves the
image and when it is completed goes and selects another item from the menu.
But this time nothing happens.
It is like i have to refresh the page before anything works again. It is
like it is stuck on the ASP binary stream file that forced the download.
on my link i have
<a href="donwload.asp" target="right">download image</a>
How can i fix this?
View Replies
View Related
I have a page which allows the user to open one of several spreadsheets by
streaming the XLS to the client.
On my development site, everything appears to work fine. On the live site,
it works fine for the vast majority of users, but not for my colleague & I.
When this page is called with the correct inputs, the standard
Open/Save/Cancel/More Info dialog should appear. In the dialog, it gives the
following details:
Filename: Gothenburg Sweden.xls
File type: Microsoft Excel Spreadsheet
From: Servername
Clicking on open, means that the file will be opened in the local copy of
Excel; this works for most people, except one colleague and myself. In our
case, after clicking on Open, we get the following error msg:
"Internet Explorer cannot open travel.asp?journey=1 from <servername>
Internet Explorer was not able to open this internet site. The requested
site is either unavailable or cannot be found. Please try again later."
Anybody got any ideas about this? Code:
View Replies
View Related