I've been playing around successfully with VLCKit in Objective C - it's really awesome!. Now I'd like to ask a question I haven't found an answer to:
Is it possible to pass something like this
Code: Select all
vlc -vvv rtsp://192.168.1.9/VideoInput/1/h264/1 --rtsp-mcast --rtsp-user=admin --rtsp-pwd=XXXX
Code: Select all
[slidePlayer setMedia:[VLCMedia mediaWithPath:@"pathToMyMovieFile.mov"]];
i guess not
if not I would need to restream the cam as a multicast in order to get a single URL I can pass to mediaWithURL.
I'd just like to prevent restreaming for efficiency
Thanks for any info!
//crackstone