[FFmpeg-devel] RTSP/RTP streaming with Audio:pcm_s16le/Video:H264???
Luca Abeni
lucabe72
Thu Jun 4 13:46:56 CEST 2009
On Thu, 2009-06-04 at 11:13 +0800, JUN LIN wrote:
> Hi,
>
>
> I was recently aware RTSP/RTP streaming.and I want to make Video:H264
> Audio:pcm_s16le Streaming with it.
> Now Video:H264 could Streaming justness, but Audio: pcm_s16le always
> failed by ffserver/ffmpeg.
> In think may be rtp could not support pcm_s16le codec or sdp describe is
> not correct.
I do not think there is any RFC defining how to packetise pcm_s16le
audio in RTP, hence I suspect this codec is not supported by RTP. Try
pcm_s16be and everything should be ok.
Luca
More information about the ffmpeg-devel
mailing list