initWithStream - NSInputStream
Posted: 08 Sep 2018 18:07
Hello,
I have notice the new method:
I'm don't have found something about the difference with regular NSURL way.
I mostly use stream over rtsp, will it works better if i switch to this new method ?
There is some mention about use of NSURLSession in github but would be nice to know really what is behind or new.
Thanks
I have notice the new method:
Code: Select all
- (instancetype)initWithStream:(NSInputStream *)stream;
I mostly use stream over rtsp, will it works better if i switch to this new method ?
There is some mention about use of NSURLSession in github but would be nice to know really what is behind or new.
Thanks