You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.
I am using CreateBroadcast Youtube live API for uploading DASH segments.I used ingestionUrl to upload dash segments. I ran this API in two platforms:
In python, Every segment data read and upload to IngestionUrl+Segment name then get the response 200 and youtube plays without any complain.
I tried to use same setup in Java by using Java API calls and upload segments by using Transport PUT request (IngestionUrl+Segment name) but youtube complains not received the data but response 200 always I am receiving.
I am using same segments for both python and Java platform. Please guide me how to upload file to youtube using Live API in Java platform using IngestionUrl?
Hi,
I am using CreateBroadcast Youtube live API for uploading DASH segments.I used ingestionUrl to upload dash segments. I ran this API in two platforms:
In python, Every segment data read and upload to IngestionUrl+Segment name then get the response 200 and youtube plays without any complain.
I tried to use same setup in Java by using Java API calls and upload segments by using Transport PUT request (IngestionUrl+Segment name) but youtube complains not received the data but response 200 always I am receiving.
I am using same segments for both python and Java platform. Please guide me how to upload file to youtube using Live API in Java platform using IngestionUrl?
Ingestion url = returnedStream.getCdn().getIngestionInfo().getIngestionAddress().
The text was updated successfully, but these errors were encountered: