rtbf

package
v1.10.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2026 License: OSL-3.0 Imports: 7 Imported by: 0

README

RTBF

  1. auvio.rtbf.be
  2. log in
  3. start my registration
  4. enable JavaScript
  5. email
    • tempmail.best
  6. password
  7. password confirmation
  8. first name
  9. last name
  10. date of birth
  11. gender
  12. postal code
  13. country
  • United States (etats-unis)
  1. I accept it
  2. Je m'inscris (I want to register)
  3. To validate your RTBF account, please access your email address. Receive an email with the latest information.

android

https://play.google.com/store/apps/details?id=be.rtbf.auvio

create Android 8 device. install system certificate

adb shell am start -a android.intent.action.VIEW `
-d https://auvio.rtbf.be/emission/i-care-a-lot-27462

client

/v2/customer/RTBF/businessunit/Auvio/entitlement
entitlement

/v2/customer/RTBF/businessunit/Auvio/auth/gigyaLogin
gigya login

/auvio/v1.23/pages
content

/accounts.login
login

/accounts.getJWT
jwt

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FetchAssetId added in v1.10.6

func FetchAssetId(path string) (string, error)

func GetPath added in v1.10.6

func GetPath(rawUrl string) (string, error)

Types

type Account added in v1.10.7

type Account struct {
	ErrorMessage string
	SessionInfo  struct {
		CookieValue string
	}
}

func (*Account) Fetch added in v1.10.7

func (a *Account) Fetch(id, password string) error

func (*Account) Identity added in v1.10.7

func (a *Account) Identity() (*Identity, error)

type Dash added in v1.10.7

type Dash struct {
	Body []byte
	Url  *url.URL
}

type Entitlement

type Entitlement struct {
	AssetId   string
	Formats   []Format
	Message   string
	PlayToken string
}

func (*Entitlement) Dash

func (e *Entitlement) Dash() (*Format, bool)

func (*Entitlement) Widevine added in v1.10.1

func (e *Entitlement) Widevine(data []byte) ([]byte, error)

type Format added in v1.10.1

type Format struct {
	Format       string
	MediaLocator string // MPD
}

func (*Format) Dash added in v1.10.7

func (f *Format) Dash() (*Dash, error)

type Identity added in v1.10.7

type Identity struct {
	ErrorMessage string
	IdToken      string `json:"id_token"`
}

func (*Identity) Session added in v1.10.7

func (i *Identity) Session() (*Session, error)

type Session added in v1.10.7

type Session struct {
	SessionToken string
}

func (*Session) Entitlement added in v1.10.7

func (s *Session) Entitlement(assetId string) (*Entitlement, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL