Page 1 of 1

Streaming Video

Posted: 16 Aug 2011, 07:56
by RobertHansen.NO
I often use VLC to stream VIDEO from my MEDIACENTER to the internet when im abroad. This way I can open a URL on mye homepage and show my STREAM direct on the mplayer activex HTML fil. Is there a way to open this STREAM direct from the flashplayer included with IMAGEVUEX ?

I can stream both MMS or HTTP

Today I use this ACTICE X , but can this be done the same way in IMAGEVUEX ?
Code
</head>

<body>

<span> </span> <span> </span> <object classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" width="368" height="294" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"><param name="name" value="MediaPlayer" /><param name="url" value="mms://833.223.138.710:1234" /><embed type="application/x-mplayer2" width="768" height="432" src="mms://833.223.138.710:1234" name="MediaPlayer"></embed></object>
</body>
</html>

Re: Streaming Video

Posted: 19 Aug 2011, 02:05
by mjau-mjau
Unfortunately, this will simply not work in Imagevue because Flash simply will not be able to load or embed activeX players inside flash itself.

You will be able to open it in a popup window though, either from the menu, a link, or even from a thumbnail ... We are also working to add a new "lightbox" window option to open external html items, which would be ideal ...

Re: Streaming Video

Posted: 19 Aug 2011, 13:18
by grimurnet
mjau-mjau wrote:Unfortunately, this will simply not work in Imagevue because Flash simply will not be able to load or embed activeX players inside flash itself.

You will be able to open it in a popup window though, either from the menu, a link, or even from a thumbnail ... We are also working to add a new "lightbox" window option to open external html items, which would be ideal ...
Sounds really great.

Re: Streaming Video

Posted: 07 Sep 2011, 06:37
by RobertHansen.NO
Thanks for the reply.

Do you have any ideas for what flashplayer i can embed in an external popup window ?

I use VLC for the streaming and do both HTTP or MMS.

Re: Streaming Video

Posted: 08 Sep 2011, 01:09
by mjau-mjau
RobertHansen.NO wrote:Do you have any ideas for what flashplayer i can embed in an external popup window ?
What do you mean "flashplayer"? There is only one flashplayer, and it will not be able to stream videos from your mediacenter. Don't you just embed that code you posted in your original post, and the local client media-player would handle the stream? Unfortunately, this I know very little about ...