Welcome Guest ( Log In | Register )


Important

The forums will be closing permanently the weekend of March 15th. Please see the notice in the announcements forum for details.

 
Use An Ip Camera With Virtual Dub, using a remote camera as a local one
« Next Oldest | Next Newest » Track this topic | Email this topic | Print this topic
s81
Posted: Feb 1 2010, 01:01 AM


Member


Group: Members
Posts: 26
Member No.: 22645
Joined: 19-December 07



I think it will be a great feature to use a remote camera as if it was directly connected to the computer where Virtual Dub is running. As in another video programs as Quick Time where you can connect to a URL and the image is shown in the program's interface. Will it be possible with Virtual Dub?. I'm thinking about a few ways to do it so that I can help with the development, but I'm not totally sure.
 
     Top
stephanV
Posted: Feb 1 2010, 08:08 AM


Spam killer ;)


Group: Moderators
Posts: 4348
Member No.: 8917
Joined: 18-February 04



I'm not a developer, but to me it seems the cleanest way to do this would be to write a DirectShow driver that does this, and let VirtualDub simply access this in capture mode.

--------------------
useful links:
VirtualDub, Input plugins and filters, AviSynth, AVI-Mux GUI, AC3ACM by fcchandler, VirtualDub FAQ
 
    Top
phaeron
Posted: Feb 2 2010, 04:08 AM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



I wonder if DirectShow might already support this with one of its input filters. If so, then it might just be a matter of setting up the DirectShow graph differently.
 
    Top
s81
Posted: Feb 2 2010, 11:03 PM


Member


Group: Members
Posts: 26
Member No.: 22645
Joined: 19-December 07



I'm not sure of how to do it. I'm searching the web in order to look for the directshow filters to check if this feature of the IP driver is included, but there is nothing new in my search right now
 
     Top
phaeron
Posted: Feb 3 2010, 03:59 AM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



You can try downloading Media Player Classic and see if its Open URL function works.
 
    Top
s81
Posted: Feb 3 2010, 11:23 PM


Member


Group: Members
Posts: 26
Member No.: 22645
Joined: 19-December 07



It seems to work, but how can we use it to add the feature to virtual dub? I think it will be a great option for the capture mode.
 
     Top
phaeron
Posted: Feb 4 2010, 04:17 AM


Virtualdub Developer


Group: Administrator
Posts: 7773
Member No.: 61
Joined: 30-July 02



It involves modifying the DirectShow capture module to use a URL input filter instead of a capture filter. I'll have to look into this.

In the meantime:

  • What protocol does the URL use? IOW, does it start with rtp:, http:, ...?
  • What format does the camera produce? MJPEG, MPEG, H.264?

 
    Top
s81
Posted: Feb 5 2010, 01:19 AM


Member


Group: Members
Posts: 26
Member No.: 22645
Joined: 19-December 07



I have taken a look at different kinds of IP cameras searching the way to open them in Virtual Dub. Some of them use HTML to send the requests, others use FTP and, the most, use javascript. I've checked cameras with direct video transmission too. Maybe there is a unique way to do all of this in virtual dub...
 
     Top
s81
Posted: Apr 27 2010, 11:19 AM


Member


Group: Members
Posts: 26
Member No.: 22645
Joined: 19-December 07



After a break, I've returned to work on it.

May RTSP be a good way to do it?

I'm taking different ways and the new cammera I'm testing has this option to transmit video. This cammera also allows to use Universal Plug and Play, so it's possible that the system detects the device and loads it as any other device supported in virtual dub.

Checking the transmission of the device, the video streaming uses this address to send the images, without the cammera's interface "http://IP_ADDRESS:PORT/video.cgi?resolution=CIF&random=0.8531384908443218" Maybe we can use it to load the images into the Virtual Dub's main window

I'm a little bit lost anyway, because I'm looking software as Real player and some related programs that allows IP connections so that the video appears in the main window instead of doing in a web browser.
 
     Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:
8 replies since Feb 1 2010, 01:01 AM Track this topic | Email this topic | Print this topic

<< Back to VirtualDub Development Forum