0
看看我是否有一個媒體文件,如.mkv或.mp3,現在我正在使用流媒體在我的電腦上播放它。現在,當數據從當時的服務器到客戶端誰將要做demuxing,現在我想問你?在流媒體中,多路複用發生在哪裏?在服務器端還是客戶端?
Does at server side any demuxer program open file & give frames & then
streaming application make packet of that demuxed frame and then transmit
it to client ?
或
At server side streaming application just read any media file in chunks of some
bytes & transmit to client then client side one demuxer program parse that & find
real frames from that and play?