Search found 6 matches

Go to advanced search

by jbrunken
07 Aug 2013 20:26
Forum: VLC media player for macOS Troubleshooting
Topic: Player hangs after watching RTP stream on iOS 6.1.3
Replies: 11
Views: 1383

Re: Player hangs after watching RTP stream on iOS 6.1.3

I'm able to view the RTP stream for a long period without any issues, so I'm not sure why you are not able to view your stream for longer periods. However, I'd be willing to bet that the lockup issue is related to the the "stop" method issue I posted above. For our RTP stream, we are using...
by jbrunken
06 Aug 2013 21:55
Forum: VLC media player for macOS Troubleshooting
Topic: Player hangs after watching RTP stream on iOS 6.1.3
Replies: 11
Views: 1383

Re: Player hangs after watching RTP stream on iOS 6.1.3

Ok, I have a hack fix in place. I looked at "stop" method in VLCMediaPlayer.m and just above it, there is a "pause" method that has a temporary hack fix noted in the code where it forces the command to run on the background thread instead of the main thread. I duplicated that cod...
by jbrunken
06 Aug 2013 21:46
Forum: VLC media player for macOS Troubleshooting
Topic: Player hangs after watching RTP stream on iOS 6.1.3
Replies: 11
Views: 1383

Re: Player hangs after watching RTP stream on iOS 6.1.3

After a bit more digging, it appears that the problem is in "stop" method of the media player. When I comment that line out of the _stopPlayback method (which is called by the viewWillDisappear handler method), the done button works as expected. However, immediately after the player view d...
by jbrunken
06 Aug 2013 18:11
Forum: VLC media player for macOS Troubleshooting
Topic: Player hangs after watching RTP stream on iOS 6.1.3
Replies: 11
Views: 1383

Re: Player hangs after watching RTP stream on iOS 6.1.3

I did a bit of debugging and tracked it down to the closePlayback method in VLCViewController.m - (IBAction)closePlayback:(id)sender { [self setControlsHidden:NO animated:NO]; [self.navigationController popViewControllerAnimated:YES]; } It goes into the popViewControllerAnimated method, but it never...
by jbrunken
06 Aug 2013 17:31
Forum: VLC media player for macOS Troubleshooting
Topic: Player hangs after watching RTP stream on iOS 6.1.3
Replies: 11
Views: 1383

Re: Player hangs after watching RTP stream on iOS 6.1.3

No, that's the odd thing. I don't see anything in the console log at all and no exception is thrown. The app just stops responding.

I'm still digging at it. If I come up with any additional information, I will post it here.
by jbrunken
05 Aug 2013 22:22
Forum: VLC media player for macOS Troubleshooting
Topic: Player hangs after watching RTP stream on iOS 6.1.3
Replies: 11
Views: 1383

Player hangs after watching RTP stream on iOS 6.1.3

I've been playing around with the iOS VLC client and trying to get it to play a multicast stream via RTP. The actual playback works fine, but when I click on the "Done" button, the app hangs and stops responding. I downloaded/compiled the source code and it does seem to work properly on th...

Go to advanced search