> Both streams work well when I play them via VLC, but when I try to play it 
> using an Android player (that I wrote), the video is OK but the audio is 
> played in slow motion.

You should report this bug on an ‘Android’ mailing list.


> -          How do I convert from 16-bit PCM to a selected codec (other than 
> ULaw) using your library?

You don’t, because our library doesn’t contain any codec (audio/video decoding 
and/or encoding software) - except for the trivial PCM<->uLaw conversion 
filters.

To do media transcoding, people typically use the separate “ffmpeg” (or 
“libav”) libraries, and then encapsulate this transcoding in a custom LIVE555 
“FramedFilter” subclass.


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