LR Data Networking Wizards--Need IP Help

Here is the setup:

Linksys web cam is setup as a static IP on my local LAN. I’m using port 1024 to access it over the internet. Everything works fine and I can access the login page for the camera when I use:

xx.xxx.xxx.xxx:1024

I have a DDNS setup too, so I’m good with my IP address. I can also access the page if I use:

mydomain.dyndns.org:1024

I have a domain name and a subdomain setup as:

video.mydomain.com

What I want is to point this sub-domain to the camera address and port so the user only needs to enter the sub-domain to access the camera login page.

xx.xxx.xxx.xxx:1024

How can I make this happen? You can’t specify ports when changing an A record so I’m stumped as to what needs to happen.

Are there some re-writes that I need to make and if so where would I do that?

Thanks!!

I think this is the type of stuff you might want to do on your firewall, it should just be some basic port forwarding (I assume that right now video.yourdomain.com goes to host A, and you want this to continue BUT video.yourdmain.com:1024 going to host B, the camera)
.

http://en.wikipedia.org/wiki/Port_forwarding
.