如果有媒体档案,如:mkv或mp3,现在我通过使用流星在我的计算机上玩.。 现在我想问一下:当数据从服务器到客户时,谁会做dem?。
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?