Search found 7 matches
- Thu Dec 20, 2018 7:48 pm
- Forum: Project Sharing
- Topic: My Own Media Player within Demopad
- Replies: 9
- Views: 49082
Re: My Own Media Player within Demopad
Note that you can use the super-double-secret keywords [#CONTENTLENGTH] and [#HOST] when formatting HTTP payloads in the DemoPad designer.
- Thu Dec 20, 2018 7:41 pm
- Forum: General Discussion
- Topic: A tip for resizing projects
- Replies: 1
- Views: 80347
A tip for resizing projects
Recently I tried to resize a project smaller (having found the topic on device sizes at http://forum.demopad.com/viewtopic.php?f=8&t=6920&p=9204 a little late). However, I kept getting the error "Cannot resize, as some objects would be positioned outside the new page size" even though I had moved th...
- Wed Aug 15, 2018 11:37 pm
- Forum: Device Command Database
- Topic: Yamaha Aventage AVR YNC (HTTP) commands
- Replies: 0
- Views: 42107
Yamaha Aventage AVR YNC (HTTP) commands
A fairly complete set of Aventage-series commands, covering models such as RX-A1010, RX-A2010, RX-A3010 to RX-A1080, RX-A2080, etc. Includes main zone and zone 2. Unlike the previously posted YNCA-format commands this is a much larger set, and you can get feedback via polling. There's another post i...
- Wed Aug 15, 2018 11:32 pm
- Forum: Device Command Database
- Topic: Sony BDP-S Blu-ray Disc player
- Replies: 0
- Views: 41489
Sony BDP-S Blu-ray Disc player
IP Command set attached. The default port is 50001.
- Fri Jul 20, 2018 1:22 am
- Forum: Device Command Database
- Topic: Apple TV 4th gen and 4k
- Replies: 3
- Views: 26325
Re: Apple TV 4th gen and 4k
Apple doesn't have an officially published or supported IP command set. Apple's own remote app uses one, though, and a few adventurous types (such as iRule and Simple Control) have reverse-engineered the protocol. However, it requires a specific authentication sequence be performed from the app itse...
- Fri Jul 13, 2018 6:53 pm
- Forum: Help Forum
- Topic: Help to control Yamaha RX-A3060 IP
- Replies: 5
- Views: 12559
Re: Help to control Yamaha RX-A3060 IP
Those keywords help, thanks. Regular expressions are insufficient, though, because responses are escaped/encoded for XML and JSON. For instance, the song title "Joe's Café & Bar" is going to come back as <song>Joe's Café & Bar</song> To your credit, almost nobody else does this properly...
- Wed Jul 11, 2018 11:12 pm
- Forum: Help Forum
- Topic: Help to control Yamaha RX-A3060 IP
- Replies: 5
- Views: 12559
Re: Help to control Yamaha RX-A3060 IP
A note to anyone else who stumbled here looking for Yamaha amp info... Yamaha AV devices support two different IP commandsets, called YNC and YNCA. YNCA is an aliased and simplified form of YNC, is also defined for serial port control and operates over IP port 50000. Only one connection can be open ...