Search found 2 matches

Go to advanced search

by phlasserre
23 Oct 2019 22:18
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit howto : GPU to identify patterns within RTSP video stream
Replies: 2
Views: 637

Re: VLCKit howto : GPU to identify patterns within RTSP video stream

@unidan : Thanks for these recos : For latency, you can check network-caching parameters I'm playing right now with the network-caching parameters let media = VLCMedia(url: cameraStreamURL ) // with : cameraStreamURL = URL(String: "rtsp://192.168.1.50/") for example let options = [ "n...
by phlasserre
21 Oct 2019 12:42
Forum: VLC media player for macOS Troubleshooting
Topic: VLCKit howto : GPU to identify patterns within RTSP video stream
Replies: 2
Views: 637

VLCKit howto : GPU to identify patterns within RTSP video stream

Hello, I'm working on a MacOS application that captures an RTSP video stream, thru VLCKit. This part works fine (MacOS 10.14.6, XCode 11.0, Swift 5.1): perfect, thanks to all ! (just 3secs latency I'd like to fix, but not too much of a concern for my app). Now I need to identify some patterns within...

Go to advanced search