We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to be able use the /create?video=... route with a couple of extra parameters to improve user experience:
/create?video=...
&subtitles=
{ "en-us": "https://.../eng.vtt", "es": "https://.../spa-7.vtt" }
&title=
&poster=
<video poster="...">
Full example url
https://www.watchparty.me/create ?video=https://.../playlist.m3u8 &title="EXAMPLE TITLE" &subtitles={"en-us":"https://.../eng.vtt","es":"https://.../spa-7.vtt"} &poster=https://.../poster.jpg
The text was updated successfully, but these errors were encountered:
I don't think we currently have support for multiple subtitle tracks, but everything else sounds good!
Sorry, something went wrong.
I'm fine just passing in a single subtitle track if it would be difficult to implement support for multiple tracks
&title= Simply so the "search by title" option for subtitles works with parties started this way
Nice idea. Definitely must-have.
No branches or pull requests
I would like to be able use the
/create?video=...
route with a couple of extra parameters to improve user experience:&subtitles=
I was thinking this would take a json format
&title=
Simply so the "search by title" option for subtitles works with parties started this way&poster=
an image to pass to the<video poster="...">
attribute (shows while video is downloading)Full example url
The text was updated successfully, but these errors were encountered: