Pierre,<br><br>You'll have to excuse me, since I'm not entirely sure about what you mean. When you say "build this custom Object", what precisely are you referring to? Do I need to build my own Qt application in C++ as was done here (<a href="http://forum.videolan.org/viewtopic.php?f=32&t=61157">http://forum.videolan.org/viewtopic.php?f=32&t=61157</a>)? I know they used VLCVideoView in their fix, but as I mentioned in my first email, this fix is not a very good one by their own reports. Moreover, I've been having difficulty just compiling the sample code on Snow Leopard.<br>

<br>I would be extremely grateful for any details you can offer.<br><br>Thanks!<br>-Jack<br><br><div class="gmail_quote">On Thu, Nov 26, 2009 at 7:40 AM, Pierre d'Herbemont <span dir="ltr"><<a href="mailto:pdherbemont@free.fr">pdherbemont@free.fr</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Wed, Nov 25, 2009 at 10:41 PM, Ho Tuan <<a href="mailto:tuan@post.harvard.edu">tuan@post.harvard.edu</a>> wrote:<br>


><br>
> • Working with minimal_macosx, I tried to see if there were any clever ways to get the video, which was at least playing, embedded in the window. I tried using the set_nsobject() method for vlc.MediaPlayer in the python-ctypes bindings (not MediaControl) to pass it an nsview from PyQt4. I’m not sure if I’m doing it wrong, or if it’s just not possible.<br>


><br>
</div>The object minimal_macosx expects is of kind NSObject and should<br>
respect the protocol:<br>
<br>
@protocol VLCOpenGLVoutEmbedding<br>
- (void)addVoutSubview:(NSView *)view;<br>
- (void)removeVoutSubview:(NSView *)view;<br>
<br>
- (void)enterFullscreen;<br>
- (void)leaveFullscreen;<br>
<br>
- (BOOL)stretchesVideo;<br>
- (void)setOnTop: (BOOL)ontop; /* Do we really want that in protocol? */<br>
@end<br>
<br>
You can find a live example in VLCVideoView in VLCKit.framework.<br>
<br>
So you'll have to build this custom Object.<br>
<font color="#888888"><br>
Pierre.<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br>