Search found 10 matches

Go to advanced search

by moyoteg
09 Aug 2016 22:47
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can I store an RTSP stream to disk iOS, yes or no?
Replies: 4
Views: 632

Re: Can I store an RTSP stream to disk iOS, yes or no?

Do you have an example on how to extract the frames?

Thanks in advance!!
by moyoteg
05 Aug 2016 23:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can I store an RTSP stream to disk iOS, yes or no?
Replies: 4
Views: 632

Re: Can I store an RTSP stream to disk iOS, yes or no?

Can frames be extracted and then put in an array and then make a video?
by moyoteg
28 Jul 2016 19:56
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Can I store an RTSP stream to disk iOS, yes or no?
Replies: 4
Views: 632

Can I store an RTSP stream to disk iOS, yes or no?

Felix! :D

Simple question:

Can I store an RTSP stream to disk iOS, yes or no?

you can even answer this question in binary ;)
by moyoteg
28 Jul 2016 19:54
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Multiple simultaneous RTSP Streams - Swift
Replies: 11
Views: 2613

Re: Multiple simultaneous RTSP Streams - Swift

In fact, this post reminded me of code I did in 2014. You can see a demo video here: https://vimeo.com/174839654 I am using autoayout. if you are using it, here is how you do it: override func willRotateToInterfaceOrientation(toInterfaceOrientation: UIInterfaceOrientation, duration: NSTimeInterval)...
by moyoteg
21 Jul 2016 22:55
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Save to Disk, Rewind, Fast Forward Frame by Frame
Replies: 0
Views: 378

Save to Disk, Rewind, Fast Forward Frame by Frame

Hi! . 2 OBJECTIVES: 1.- Save Live Stream to Disk 2,- Rewind, Fast Forward Stored Video . I am currently creating a custom control that allows me to: 1.- Scroll with accuracy on each frame of the stored video. 2.- Skip back and forward 5 seconds of the stored live stream. Is this even possible? . Tha...
by moyoteg
20 Jul 2016 01:57
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Multiple simultaneous RTSP Streams - Swift
Replies: 11
Views: 2613

Re: Multiple simultaneous RTSP Streams - Swift

Felix! . I got it to work! 8) :D Danke!! . The issue that I am running into now is that I am dropping frames and so some of the streams are not showing? [153c3274] avcodec decoder error: more than 5 seconds of late video -> dropping frame (computer too slow ?) . How can I improve performance? I have...
by moyoteg
15 Jul 2016 03:26
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Multiple simultaneous RTSP Streams - Swift
Replies: 11
Views: 2613

Re: Multiple simultaneous RTSP Streams - Swift

.
Okay so I can have multiple RTSP streams no problem. 8)
.
But for some reason I cannot determine.
Whenever I try to make a CollectionViewCell be drawable or contain a drawable video view the application crashes.

.
by moyoteg
12 Jul 2016 20:07
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Multiple simultaneous RTSP Streams - Swift
Replies: 11
Views: 2613

Re: Multiple simultaneous RTSP Streams - Swift

It should be possible, yes. Do you have a lldb backtrace? Here it is: :D thread #1: tid = 0x4c6d26, 0x057e19a8 libobjc.A.dylib`bool objc::DenseMapBase<objc::DenseMap<DisguisedPtr<objc_object>, unsigned long, true, objc::DenseMapInfo<DisguisedPtr<objc_object> > >, DisguisedPtr<objc_object>, unsigned...
by moyoteg
12 Jul 2016 01:21
Forum: VLC for iOS, iPadOS and Apple TV
Topic: Multiple simultaneous RTSP Streams - Swift
Replies: 11
Views: 2613

Multiple simultaneous RTSP Streams - Swift

Hi guys,

I am trying to have a Video Player instance inside a UICollectionVewCell but it is crashing.
My goal is to have at least 2 simultaneous RTSP Streams on screen on an iPad.
Is this even possible?

Thanks! :D

Go to advanced search