Hi, I have some problems with getting a stream displayed. I want to stream a http-stream but do not have an clou how to start. I tried something like (wich does not work) VLCVideoView *videoView; VLCMediaPlayer *player; videoView = [[VLCVideoView alloc] initWithFrame:[[window contentView] bounds]]; ...