Page 1 of 1

Streaming to an Amino A110

Posted: 31 Aug 2007 09:50
by cyomatics
Hello,

i have installed VLC on my CentOS Workstation.
Now i tried to stream 3 Movies to an Amino A110.

vlc -vvv video.mgp --sout udp:239.255.10.10 --ttl 1 --loop
vlc -vvv video.ts --sout udp:239.255.10.11 --ttl 1 --loop
vlc -vvv video.avi --sout udp:239.255.10.12 --ttl 1 --loop

But when i type upd://239.255.10.10 or upd://239.255.10.11 or upd://239.255.10.12 in the Ant-Browser I don't get anything.

I also tried to create a website:

Code: Select all

<HTML> <HEAD><TITLE>Amino Play Page</TITLE> <aminoattr tcr="#00ff00"/> </HEAD> <BODY bgcolor="#00ff00" text="#ffffff" > <amino fgalpha="5"> <script language="javascript"> VideoDisplay.SetAlphaLevel(0); AVMedia.Play('src=udp://239.255.10.11:1234'); </script> </BODY> </html>
But the A110 don't play anything. When i try to get the movie with a VLC play the movies plays without problems.

Please help me.

Thanks

Re: Streaming to an Amino A110

Posted: 04 Sep 2007 13:42
by aissa
use

Code: Select all

AVMedia.Play('src=igmp://239.255.10.11:1234');
i think it will work