Hello!

I am writing DentiFreeX, a mac-only application
( http://coolercolors.free.fr/forum/viewtopic.php?t=2  )
to be sort of a front-end for vlc, a very powerful free video reader/transcoder
( http://www.videolan.org/ ), that I drive through shell commands.

I aim it mainly at reading rtp video televison streams from Free (http://www.free.fr/), the french adsl provider, but it can read any video file on hard disk plus establish ftp connexions and up-downloads. To read these streams on the LAN (consisting of the dsl box/router and the connected macs) you ask vlc to retrieve rtsp://mafreebox.freebox.fr/freeboxtv/203

As for now, vlc displays videos in its own windows.
Some of the vlc developers just released an internet plugin to enable video display in browsers
( for PPC : http://www.videolan.org/vlc/download-macosx.html
and for mactel : http://dilaroga.free.fr/imagneto/vlc-plugin.zip )
On Windows, this inclusion of the video in a software-belonging window is achieved through ActiveX, which has no implementation on mac.

I would like to use this vlc browser plugin to display video within my app's windows, as some "competitors" written with XCode like iMagneto do now
( http://dilaroga.free.fr/dilarea/modules/soapbox/article.php?articleID=14 )
It uses a "html view" to call the plugin, as this example given by its developer :

<html>
<body>
<embed type="application/x-vlc-plugin" name="video" autoplay="yes" loop="no" height="100%" width="100%" target="rtsp://mafreebox.freebox.fr/freeboxtv/203" />
</body>
</html>

is supposed to (not working with me).

I use Realbasic 5.5.5 on the mac, and I have no idea how to do this inclusion. Is it possible ? What tool, which control could do this ?

Thanks to you all!
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to