openrtsp only output raw audio files that are not playable on any player.

Well, that depends on the codec, of course.

i used faad to create an aac file from the raw audio file. is it possible to add the headers directly from openrtsp? which part of the code do i edit so i can insert the faad library?

You don't 'edit' any part of the existing code; the existing code works just fine. Instead, you would write your own filter object (i.e., a subclass of "FramedFilter") that *uses* the existing libraries to convert the raw audio frames into whatever output format you desire.
--

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