Revision 64144d8f chunker_player.c
chunker_player.c | ||
---|---|---|
32 | 32 |
#include <platform.h> |
33 | 33 |
#include <microhttpd.h> |
34 | 34 |
|
35 |
#include <http_default_urls.h> |
|
35 | 36 |
#include "chunker_player.h" |
36 | 37 |
#include "codec_definitions.h" |
37 | 38 |
|
... | ... | |
1070 | 1071 |
SDL_PauseAudio(0); |
1071 | 1072 |
video_thread = SDL_CreateThread(video_callback,tval); |
1072 | 1073 |
|
1073 |
//this thread fetches chunks from the network |
|
1074 |
daemon = initChunkPuller(); |
|
1074 |
//this thread fetches chunks from the network by listening to the following path, port
|
|
1075 |
daemon = initChunkPuller(UL_DEFAULT_EXTERNALPLAYER_PATH, UL_DEFAULT_EXTERNALPLAYER_PORT);
|
|
1075 | 1076 |
|
1076 | 1077 |
// Wait for user input |
1077 | 1078 |
while(!quit) { |
Also available in: Unified diff