Search found 4 matches

Go to advanced search

by kermit666
13 Oct 2010 12:28
Forum: Development around libVLC
Topic: streaming audio and video with VLCKit
Replies: 4
Views: 928

Re: streaming audio and video with VLCKit

Here is the complete -vvv output I get from opening the stream in VLC, letting it play for a few seconds and closing it (I got a seg fault when I closed it - that sometimes happens when I run VLC from terminal and try to close it with ctrl+C):

http://pastebin.com/3ebLpLv1
by kermit666
12 Oct 2010 21:47
Forum: Development around libVLC
Topic: streaming audio and video with VLCKit
Replies: 4
Views: 928

Re: streaming audio and video with VLCKit

Sure! Once the program starts playing the stream, it prints this line repeatedly for the first few seconds (and then stops printing anything for the rest of the duration): "number of reference frames exceeds max (probably corrupt input), discarding one" I don't know if those are all the me...
by kermit666
01 Oct 2010 21:36
Forum: Development around libVLC
Topic: streaming audio and video with VLCKit
Replies: 4
Views: 928

streaming audio and video with VLCKit

Hi all! I am trying to preview an audio-video stream in Cocoa using QTKit. I succeeded in showing the video, but no audio is heard. This is the code I use: // Allocate a VLCVideoView instance and tell it what area to occupy rect = NSMakeRect(0, 0, 0, 0); rect.size = [otherPersonView frame].size; oth...
by kermit666
01 Oct 2010 21:25
Forum: Development around libVLC
Topic: VLCKit - am I too stupid to build it?
Replies: 4
Views: 1263

Re: VLCKit - am I too stupid to build it?

I succeeded with building VLCKit on OS X. Here's a tutorial I wrote:

http://kermit.epska.org/node/13

Hope it helps. Good luck!

Go to advanced search