Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

video conferencing Mpeg4 encoder/decoder

jbosphore
Beginner
3,646 Views
Hi,
I want to use Mpeg4 encoder to encodecapture image comes from a video capture card and transmit compressed images by network. I work with aintel P4 and windows 2000.Is it possible to encode and decode Mpeg4 stream wihtout using avi file ? I want to use this codec for video conferencing application.
Best regards
0 Kudos
25 Replies
Vladimir_Dudnik
Employee
670 Views

Hello, you probably can use UMC muxer component to pack payload data from your stream to MP4. I think if you first extract raw video stream from your RTP stream then you can mux it to MP4. Please look at MPEG4 standard for details about MP4 file format

Vladimir

0 Kudos
bendeguy
Beginner
670 Views

Hi!

Vladimir, you mentioned that we have to change in VideoData.cpp the ALIGN_VALUE from 128 to 1. What are the effects of this parameter? I convert YV12 to RGB24 with my program but everything looks good. Sometimes I have a few badly decoded(or converted) frame, but I thougt it is the mpeg4 camera's fault. Do I have to change that parameter too?

Thanks in advance,

Bendeguy

0 Kudos
Vladimir_Dudnik
Employee
670 Views

Yes, according our experts, it is better to change for IPP 5.1.1 sample. Setting this to 1 you turn off alignment of VideoData's color planes pitches.

Vladimir

0 Kudos
nayi_jitendra
Beginner
670 Views
hi Raj ,
Raj i have some problem to getting the live stream of mpeg4 from IP Camera ...through rtsp as it supports only it ....

Please can u give that URL by which i can get the live video stream from Axis 214 IP camera.....

and also i have got the stream from Sony IP cam and it is in Mpeg4 format but for Axis camera i cant get it..

i am asking for that url only and aloso the decoding methos to decode ans to show this live stream coming from camera..

Regards
--n@yi
0 Kudos
jkburges
Beginner
670 Views
Hi Raj,

We are trying to do a similar thing (i.e. view a Bosch VideoJet 10 stream with a standard MPEG-4 viewer), but with no success.

Just wondering if you had had any success at your end? Send me an email, maybe we can help each other out?

Jono

0 Kudos
Reply