Skip to content
New issue

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

Check video processing status usage and how that's used for post inclusion in different lists #2

Open
saikatdas0790 opened this issue Sep 23, 2022 · 4 comments
Assignees

Comments

@saikatdas0790
Copy link
Contributor

No description provided.

@saikatdas0790 saikatdas0790 self-assigned this Sep 23, 2022
@harsh-mn-yral
Copy link
Contributor

To check video status:
GET:{cfWorkerHost}/video/{uid}/getVideoProcessingStatus
Returns this DS:

readyToStream: boolean;
	thumbnail: string;
	mp4Url: string;
	playback?: {
		hls?: string;
		dash?: string;
	};

To enable mp4 downloads:
GET: {cfWorkerHost}/video/{uid}/enableMp4Download
Returns 200 status and no data

@saikatdas0790
Copy link
Contributor Author

@harshbaz Can you confirm if the exact value of the cfWorkerHost is this?

https://go-bazzinga-dapp-api-main.go-bazzinga.workers.dev/

@harsh-mn-yral
Copy link
Contributor

@saikatdas0790 Its https://hot-or-not-upload-api-main.go-bazzinga.workers.dev

@saikatdas0790 saikatdas0790 transferred this issue from yral-dapp/hot-or-not-dapp Feb 12, 2023
@saikatdas0790
Copy link
Contributor Author

@Natasha-GB Check if still needs to be done, else close

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

No branches or pull requests

4 participants