Commit 7b98fbe6 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

WTF don't use the network in an automated stress test

parent 832be47d
......@@ -172,10 +172,5 @@ int main (int argc, char *argv[])
test_media_list (args, nlibvlc_args);
/* FIXME try to play all streams from a list. We may want to create an other test category for that. */
test_file_playback (args, nlibvlc_args, "ftp://streams.videolan.org/streams-videolan/reference/mp4/aac_adts.mp4");
test_file_playback (args, nlibvlc_args, "ftp://streams.videolan.org/streams-videolan/reference/flv/flash5_004.flv");
/* ... */
return 0;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment