Search found 4 matches

Go to advanced search

by watermamal
20 Feb 2020 15:53
Forum: Development around libVLC
Topic: I get a pink screen when changing the drawable's size
Replies: 0
Views: 205

I get a pink screen when changing the drawable's size

I'm using VLCKit and when the view appears in portrait mode with the iPhone max models, the view appears pink in the simulator and black on a real device, I'm guessing this is due to the video being outputted to a view that's too large, but when I rotate the device to landscape it works and then if ...
by watermamal
22 Jul 2019 16:28
Forum: Development around libVLC
Topic: IOS - How to swap streams between 2 vlc players
Replies: 4
Views: 1014

Re: IOS - How to swap streams between 2 vlc players

I have set up 1 UIViewControllers and 1 media player for each stream but it still doesn't work @objc func swap() { let media = video2container.media video2container.media = video1container.media video1container.media = media } @objc func swap() { let tmp = video2container.mediaPlayer.drawable video2...
by watermamal
21 Jul 2019 15:55
Forum: Development around libVLC
Topic: IOS - How to swap streams between 2 vlc players
Replies: 4
Views: 1014

Re: IOS - How to swap streams between 2 vlc players

Yes the streams are all supposed to be playing simultaneously. I thought about that too but the Main Video stream is a subview of a UIScrollingView, which I use to allow the video to be zoomed in with a pinch gesture, and the list o the right side would be in a different scroll view so I can list mo...
by watermamal
19 Jul 2019 11:50
Forum: Development around libVLC
Topic: IOS - How to swap streams between 2 vlc players
Replies: 4
Views: 1014

IOS - How to swap streams between 2 vlc players

I'm using Vlckit for IOS and I want to set up a page with several camera RTSP streams, 1 larger view with the main stream and a stream list to its side but when I click on a stream of that list it should swap the stream with the main one. Just like in the image below: https://i.imgur.com/ap9I5HA.jpg...

Go to advanced search