HTTP Dyn Fixes

This commit is contained in:
Thulinma 2011-07-17 23:55:28 +02:00
parent 015af9f741
commit e0ad17b7a2

View file

@ -180,6 +180,7 @@ namespace Connector_HTTP{
printf( "URL: %s\n", HTTP_R.url.c_str());
printf( "Movie: %s, Quality: %s, Seg %d Frag %d\n", Movie.c_str(), Quality.c_str(), Segment, ReqFragment);
#endif
Flash_ManifestSent = true;//stop manifest from being sent multiple times
Flash_RequestPending++;
}else{
Movie = HTTP_R.url.substr(1);