mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
NUI comma api intergration (#1186)
* Prototyping comma api call * Adding nui command * Fixing hard coded vals * Adding generalized nui changes * Added both public and private api support * Removing debug statement * Chaning private api tag to use env variables * FrameReader change for string parsing old-commit-hash: 763493e98887d207cd6632e13b0a7a31573ad41d
This commit is contained in:
@@ -46,7 +46,7 @@ FrameReader::FrameReader(const char *fn) {
|
||||
avformat_network_init();
|
||||
av_register_all();
|
||||
|
||||
snprintf(url, sizeof(url)-1, "http://data.comma.life/%s", fn);
|
||||
snprintf(url, sizeof(url)-1,"%s",fn);
|
||||
t = new std::thread([&]() { this->loaderThread(); });
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user