VLCKit and parameters possible?
Posted: 03 May 2011 17:12
Hello community!
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
to that
maybe by utilizing (id)mediaWithURL:(NSURL *)anURL
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
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