Page 1 of 1

VLC-DASH multithread

Posted: 23 Oct 2012 16:49
by utnho1808
Hi all,
In VLC-DASH, in vlc/modules/stream_filter/dash/DASHDownloader.cpp, there is a thread for download data from server call DASHDownloader::download( void* thread_sys). If i want to create another thread to download data from server so how can I do it ? I mean multithread download data from server simultaneously from multiple network interface. Thank you.

Re: VLC-DASH multithread

Posted: 25 Oct 2012 13:45
by Jean-Baptiste Kempf
Do the same code.