Aminet 110 + VLC

About encoding, codec settings, muxers and filter usage
fonts
New Cone
New Cone
Posts: 1
Joined: 25 Jan 2008 01:57

Aminet 110 + VLC

Postby fonts » 25 Jan 2008 02:13

Hi All
i was wondering if anyone knows how to stream files to the aminet 110 using vlc
any help would be great

Thanks
Shaun

ryko
New Cone
New Cone
Posts: 1
Joined: 26 Jan 2008 14:03

Re: Aminet 110 + VLC

Postby ryko » 27 Jan 2008 16:49

Hi,
From 1 PC to 1 STB ? I'm noob and all that is in streaming how to, but I guess you can do it with UDP :

Code: Select all

"D:\Program Files\VideoLAN\VLC\vlc" -vvv "g:\files\The one.mp4" --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=800,ab=128,width=640,height=480}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=192.168.1.11:1234}}"
where 192.168.1.11 is STB address.

or just :

Code: Select all

"D:\Program Files\VideoLAN\VLC\vlc" -vvv "g:\files\The one.mp4" --sout "#transcode{vcodec=mp2v,acodec=mpga,vb=800,ab=128,width=640,height=480}:standa rd{access=udp,mux=ts,dst=192.168.1.11:1234}"
if you don't want or don't need to have a display control on VLC server

Then you load or refresh some web page from STB browser :

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://192.168.1.10:1234'); </script> </BODY> </html>
Where 192.168.1.10 is your VLC server address.

Details, depends of your configuration. Do you have an IR keyboard for your A110 ? Do you use DHCP on your network ? Is it a LAN ? Do you have a dhcpd, a router, a web server ? Is your VLC on Linux, Windows or something else ?

quauhtlimtz
Blank Cone
Blank Cone
Posts: 10
Joined: 05 Jan 2008 23:37

Re: Aminet 110 + VLC

Postby quauhtlimtz » 08 Feb 2008 03:36

I tried your solution, however i can't see the image and I heard sound every 3 or 4 seconds, very slowly.


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 6 guests