[Live-devel] what to do in my "FramedSource" class

2010-10-25 Thread 503430770
HI,I want to write a live555 Server with live source of MPEG4.The source is my camera which I can get one frame everytime. Now,I have write my own "FramedSource" class and WISMPEG4VideoServerMediaSubsession class(reference the WIS streamer).But it can't work correctly. I save the frames

[Live-devel] how to do in my "FramedSource" class

2010-10-19 Thread 503430770
HI,I want to live555 Server with live source of MPEG4.The source is my camera which I can get one frame of MPEG4 from. I save the frames those I get to a file .Later I find that the file have no VOSS, VOS. How can I do in my "FramedSource" class. Thanks.__