Dear Gadi Bergman,
First thanks for you much work in this projects. I want to build a project that capture audio/video from one capture card, encode them to mpeg4 format and streaming over internet. I found that these are very interesting. But could you tell some thing over view about your project,so that we could acquire this much fast? Thanks alot
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This project at this time is only concerned with saving MPEG-4 and AVI formats on the disk, rather than streaming them. My intension was to have a digital VCR and save expensive apartment space by replacing video cassettes with CDs.
MPEG4IP is a project concerned with streaming MPEG-4 over the network, but only works on Linux machines. I used the file generation code from MPEG4IP in this project.
You should do some research about internet servers in Windows (how about ISAPI ?). Then you may integrate the Windows capturing capability from this MPEG-Recorder, the division to IP packets from MPEG4IP, and the Windows Internet Server.
If you need any help with the code that I wrote, you are invited to ask.
Gadi.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Dear Gadi Bergman,
First thanks for you much work in this projects. I want to build a project that capture audio/video from one capture card, encode them to mpeg4 format and streaming over internet. I found that these are very interesting. But could you tell some thing over view about your project,so that we could acquire this much fast? Thanks alot
Dear Tony,
This project at this time is only concerned with saving MPEG-4 and AVI formats on the disk, rather than streaming them. My intension was to have a digital VCR and save expensive apartment space by replacing video cassettes with CDs.
MPEG4IP is a project concerned with streaming MPEG-4 over the network, but only works on Linux machines. I used the file generation code from MPEG4IP in this project.
You should do some research about internet servers in Windows (how about ISAPI ?). Then you may integrate the Windows capturing capability from this MPEG-Recorder, the division to IP packets from MPEG4IP, and the Windows Internet Server.
If you need any help with the code that I wrote, you are invited to ask.
Gadi.