Skip to content

added LaunchWithValues#1

Open
wizardishungry wants to merge 2 commits intolinuxfreak003:masterfrom
wizardishungry:LaunchWithValues
Open

added LaunchWithValues#1
wizardishungry wants to merge 2 commits intolinuxfreak003:masterfrom
wizardishungry:LaunchWithValues

Conversation

@wizardishungry
Copy link
Copy Markdown

	err = r.LaunchWithValues(&roku.App{Id: "63218", Name: "Roku Stream Tester"},
		url.Values{
			"live":          {"false"},
			"debugVideoHud": {"true"},
			"url":           {"http://pmd205604tn.download.theplatform.com.edgesuite.net/Demo_Sub_Account_2/411/535/ED_HD__571970.m3u8"},
			"fmt":           {"HLS"},
			"drmParams":     {"{}"},
			"headers":       {"{}"},
			"metadata":      {`{"isFullHD":false}`},
			"cookies":       {"[]"},
		},
	)
	if err != nil {
		log.Fatal("roku.LaunchWithValues error", err)
	}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant