I cannot initialize a NSInputStream
问题 Please help me, im going insane. I need to create an NSInputStream so i can read a live preview from a camera over wifi. liveViewStream is an NSInputStream -Instance-Variable that is declared in my implementation like so: @implementation MKSonyCamHandler{ NSInputStream *liveViewStream; } liveViewURL is a valid URL that i can open in my browser when i connect to the camera's network (although i dont think that this makes any difference). I have checked that it exists, is not nil and holds the