Re: [Live-devel] Regarding- using '-4' option in openRTSP

2007-12-05 Thread Jegadish
Yes, this was the problem. I was ending with CTR+C. Now I see the ftyp box. Then, I got a segmentaion fault in QuickTimeFileSink.cpp (line no. 1775) char* psets = strDup(fCurrentIOState->fOurSubsession.fmtp_spropparametersets()); size_t comma_pos = strcspn(psets, ","); here psets returns

Re: [Live-devel] Regarding- using '-4' option in openRTSP

2007-12-04 Thread Ross Finlayson
>Hi, Thanks for your quick reply..it was very helpful.. >I looked in the file being produced by the QuickTimeFileSink.cpp. It >does not write some mandatory container boxes(like ftyp, moov etc) >that are needed to make it a playable mp4 file. Yes it does! Look at the code again. Are you sure t

Re: [Live-devel] Regarding- using '-4' option in openRTSP

2007-12-04 Thread Jegadish
Hi, Thanks for your quick reply..it was very helpful.. I looked in the file being produced by the QuickTimeFileSink.cpp. It does not write some mandatory container boxes(like ftyp, moov etc) that are needed to make it a playable mp4 file. Currently looking at the mandatory container box related det

Re: [Live-devel] Regarding- using '-4' option in openRTSP

2007-12-03 Thread Ross Finlayson
>The documentation at the live555 web pages say that '-4' option is >supported for limited number of codecs. So my question is: does the >-4 option creates a complete playable .mp4 file or do I need to edit >the file physically, to make it playable. H.264 support in MPEG-4 format files is suppo