[FFmpeg-devel] RTSP/RTP streaming with Audio:pcm_s16le/Video:H264???
Luca Abeni
lucabe72
Thu Jun 4 13:49:36 CEST 2009
On Thu, 2009-06-04 at 10:17 +0200, Luca Barbato wrote:
> JUN LIN wrote:
> > Could any one give me advice how I can streaming Audio:pcm_s16le with
> > RTSP/RTP by ffserver/ffmpeg???
>
> Probably that codec isn't implemented correctly, check
> http://tools.ietf.org/html/rfc3551
I think this RFC talks about L16 audio, which is in network byte order.
And network byte order is big endian, no?
So, my impression is that RFC3551 describes RTP support for pcm_16be,
not for pcm_16le.
Luca
More information about the ffmpeg-devel
mailing list