I am trying to build a small program which converts a previously recorded H.264 elementary stream (which works fine) to a viewable MP4-file. I tried it using the QuickTimeFileSink but it seems to need a MediaSession-object which seems to be highly dependend on an actual RTP-Connection (which I dont have anymore at this moment).

Yes - as you noted, the current "QuickTimeFileSink" code depends upon having a "MediaSession" object (that has one or more "MediaSubsession" objects, each representing an input RTP stream).

You might be able to use some of the existing code in a new class (which you would write) that could do what you want. But I suspect that your best choice may be to use some other application - e.g., VLC - to transcode your file.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to