[MPlayer-users] MPEG2 audio video synchronisation
Vinod Madhav Joshi
vinodjoshi at tataelxsi.co.in
Wed Jul 25 13:03:11 CEST 2007
Nico Sabbi wrote:
>I've understood this, but what kind of stream type is it?
>rt[s]p ? mms ? something else? something custom for your
>application?
Thanks for your reply.
It is rtsp stream.
>dp = new_demux_packet();
>memcpy(dp->buf, demuxed_data, demuxed_data_len);
>dp->pts = mypts_read_from_network_encapsulator;
>ds_add_packet(demuxer->(video|audio|sub), dp);
"mypts_read_from_network_encapsulator"
is this already implemented in mplayer, if it is then i am not able to find
it.
or whether i have to implement such a handler.
More information about the MPlayer-users
mailing list