VLC-DASH multithread
Posted: 23 Oct 2012 16:49
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.
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.