Search found 4 matches

Go to advanced search

by stb
14 Jan 2014 10:53
Forum: VLC stream-output (sout)
Topic: Amino AmiNET130 configuration
Replies: 17
Views: 27232

Re: Amino AmiNET130 configuration

There is also a way to reflash the AMINO with a bootstrap server. You need to put this Code into your DHCP Settings: class "AmiNET130 upgrd" { match if (option vendor-class-identifier="Aminoaminet130upgrd") or ((substring( option vendor-encapsulated-options,2,9)="aminet130&q...
by stb
11 May 2012 11:01
Forum: Coffee Corner
Topic: Amino STB A130 working examples
Replies: 1
Views: 2422

Amino STB A130 working examples

Since there are a lot of questions regarding Amino STBs, i thought i could provide some working examples. Configuration Page to add/setup channels using DHCP and in my case its called stb.html <html> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8"> <title...
by stb
11 May 2012 10:07
Forum: Coffee Corner
Topic: Amino A130 1080P/1080I Configuration
Replies: 3
Views: 3241

Re: Amino A130 1080P/1080I Configuration

There are several ways to do so. Remote using STBremoteconf: STBremoteconf "IP" SETCONFIG SETTINGS.GFX_RESOLUTION HD1080 (but i believe the highest possible GFX is 720p, so you use HD720 instead of HD1080) STBremoteconf "IP" OUTRES 720p Using Telnet: on the box use: libconfig-set...
by stb
01 May 2012 09:35
Forum: Coffee Corner
Topic: STB Amino 140 and key's remaping
Replies: 4
Views: 2804

Re: STB Amino 140 and key's remaping

Try

Code: Select all

ASTB.SetChannel(0, "igmp://239.99.64.7:1234");
To view the Stream with VLC use udp://@239.99.64.7:1234.

If that doesnt help, please provide more information on how you try to edit the channels, do you use a HTML-File or do you edit the channels.txt directly?

Go to advanced search