Results 46 issues of tuxuser

* Channel list * EPG * Switching channels * Get videostream URL

enhancement
rest-server
stump

FEC packet layout is not implemented, maybe this helps: https://msdn.microsoft.com/en-us/library/hh536805.aspx Video FEC is activated by setting [GamestreamConfiguration.videoFecType](https://github.com/OpenXbox/xbox-smartglass-csharp/blob/master/SmartGlass.Common/GamestreamConfiguration.cs#L19) to **1**. Activating FEC also introduces a new Payload type: **0x62**

enhancement

enhancement

Document every function and class!

docs

## [DILE_VT] TVs of C9 series: If `DILE_VT_Create` function is called first, initialization of `DILE_VT` will fail most of the cases. Solution: Call `DILE_VT_CreateEx` before `DILE_VT_Create` https://github.com/webosbrew/hyperion-webos/blob/82234d978105e50ab804a59a6c0738a8d47ed2a5/src/backends/libdile_vt.c#L35-L40 (Reported via Discord)...

documentation

Research low level streaming protocol aka **Nanov3**. Is it using this? `GET /v4/sessions/home/12D89B40-ACB6-4E1B-8E96-F744E8D05D73/configuration HTTP/1.1` ```json { "keepAlivePulseInSeconds": 300, "serverDetails": { "ipAddress": "10.0.0.174", "port": 9002, "ipV4Address": "10.0.0.174", "ipV4Port": 9002, "ipV6Address": null,...

help wanted
xcloud
xhome

What is it, how is it determined? Sure, `timezoneOffsetInMinutes: 120` would relate to **GMT +2**. But WTF is `timezoneOffsetInMinutes: 6088401280` => **GMT +101473354.66** ? Android https://github.com/tuxuser/xcloud/blob/8295d2c86bf8ece56dbbd02c1f749a4426955bcb/xcloud_api.py#L113 iOS https://github.com/tuxuser/xcloud/blob/8295d2c86bf8ece56dbbd02c1f749a4426955bcb/xhomestreaming_api.py#L62

help wanted
xcloud
xhome

Teredo packet parsing ## Description XCloud makes use of Teredo (IPv6 over IPv4) - A few packets before STUN/ICE negotiation happens - (Optionally) Wraps the whole RTP traffic ## ToDo...

enhancement

## Problem ICE (Interactive Connectivity Establishment) / STUN is used to negotiate communication-channel between NAT'd hosts. Its currently only used for xhomestreaming. The initial ICE-message comes from the client (mobile...

help wanted
xhome