Hi, I’m doing to stream MP4 with live555.

To do this I googled and found mp4-ehnahced live555 project with live555
ver4.x

It uses MPEG4IP, and extracts ES from mp4 source file and stream each ES
file.

like this:

...(parsing from mp4 file information using MPEG4IP)...

sms->addSubsession(ADTSAudioFileServerMediaSubsession::createNew(env,
command, reuseSource));

sms->addSubsession(H264VideoFileServerMediaSubsession::createNew(env,
command, reuseSource));

 

It works well.

But I don’t want use this way for some reasons (storage and initial
extracting time, etc).

I’d like to demux mp4 file as live555 demux MPEG1or2.

Can I do this easily? Should I use mp4 demux code from another project like
ffmpeg?

 

Any advice will be appreciated.

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to