2011-10-19 17 views
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? 

回答

1

肯定後,我不知道爲什麼會做服務器把它發送數據的理解任何類型的工作。它只會燒燬服務器上的cpu週期,而我看不到這樣做的好處。

相關問題