Skip to content

Stream video with webpage mode #1688

Answered by rocksdanister
nexensys asked this question in Q&A
Discussion options

You must be logged in to vote

For browser as long as its vp9 should work (x264 codec not supported due to license.)

You can also use yt-dlp and mpv videoplayer to do this directly.
https://github.com/rocksdanister/lively/wiki/Streaming-Wallpaper
You will need to create a sample wallpaper project with LivelyInfo.json Type set as 10 to let Lively know its stream:

{
  "AppVersion": "1.3.0.0",
  "Title": "Stream1",
  "Thumbnail": null,
  "Preview": null,
  "Desc": null,
  "Author": null,
  "License": null,
  "Contact": null,
  "Type": 10,
  "FileName": "url..",
  "Arguments": null,
  "IsAbsolutePath": false
}

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nexensys
Comment options

Answer selected by nexensys
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants