Search…

X3 Photo Gallery Support Forums

Search…
 
RobertHansen.NO
Topic Author
Posts: 13
Joined: 31 May 2011, 08:10

Streaming Video

16 Aug 2011, 07:56

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>
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Streaming Video

19 Aug 2011, 02:05

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 ...
 
grimurnet
Experienced
Posts: 360
Joined: 17 Dec 2010, 04:50

Re: Streaming Video

19 Aug 2011, 13:18

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.
 
RobertHansen.NO
Topic Author
Posts: 13
Joined: 31 May 2011, 08:10

Re: Streaming Video

07 Sep 2011, 06:37

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.
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Streaming Video

08 Sep 2011, 01:09

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 ...