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
>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
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
>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
Hi All,
I am using openRTSP program to receive a H.264 encoded video RTP packets. I
am using the '-4' options to convert it to a .mp4 file. At the end of the
execution, I get a .mp4 file. But it is not in a playable state(vlc does not
recognize the contents).
The documentation at the live555 web p