Skip to content

Unable to upload generated mpd files to the cloud directly #27

@csrujan

Description

@csrujan

from ffmpeg_streaming import GCS, CloudManager
os.environ["GOOGLE_APPLICATION_CREDENTIALS"] ="storage.json"
gcs = GCS()

save_to_gcs = CloudManager().add(gcs, bucket_name="bucket-name")

video = ffmpeg_streaming.input("/var/media/video.mp4")

hls = video.hls(Formats.h264())
hls.auto_generate_representations()

hls.output(clouds=save_to_gcs)

This is not working with all the access using storage.json

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions