[MPlayer-dev-eng] [PATCH] fix live555 sound for some streams
compn
tempn at twmi.rr.com
Fri Aug 8 22:10:41 CEST 2008
compn <tempn <at> twmi.rr.com> writes:
> http://thread.gmane.org/gmane.comp.video.mplayer.user/56893/focus=56894
> Index: demux_rtp_codec.cpp
> ===================================================================
> --- demux_rtp_codec.cpp (revision 26877)
> +++ demux_rtp_codec.cpp (working copy)
> @@ -198,6 +198,7 @@
> sh_audio->wf = wf;
> demux_stream_t* d_audio = demuxer->audio;
> d_audio->sh = sh_audio; sh_audio->ds = d_audio;
> + d_audio->id = sh_audio->aid;
>
> wf->nChannels = subsession->numChannels();
patch fixes sound on rtsp streams from Axis 207W and Axis 241Q ip cameras for
another #mplayer user.
any rtsp maintainers to review? carl? roberto? ross?
-compn
More information about the MPlayer-dev-eng
mailing list