Coder Social home page Coder Social logo

bitmovin / bitmovin-php Goto Github PK

View Code? Open in Web Editor NEW
20.0 22.0 13.0 746 KB

DEPRECATED: PHP client for the Bitmovin API, see https://github.com/bitmovin/bitmovin-api-sdk-php

PHP 100.00%
php bitmovin api-client bitmovin-api video-encoding analytics html5-player

bitmovin-php's Issues

live statistics missing

Hi,
I can't find the live statistics function in the PHP SDK:

https://api.bitmovin.com/v1/encoding/statistics/encodings/encoding_id/live-statistics

Kind regards,
Erik

update dependencies

can you please upgrade the dependencies?

  • jms/serializer -> 1.14 -> 3.0
  • icecave/parity -> 1.0 -> 2.0
  • icecave/repr -> 1.0 -> 2.0

i tried to do a PR, but somehow running tests, is a nightmare. (#88)

what is the current way to run, tests?

Trimming is being ignored.

I want to encode a small part of a larger video, but the trim settings are not having any effect.

I ran the code exactly as it appears in the example EncodingWithS3InputAndS3OutputAndOffsetAndDuration.php.
The encoding works (and I can play the resulting manifests), but the offset and duration are completely ignored, and the encoding started at the beginning of the file.

Error

Hi,

I have a problem with the manifest, I removed subtitules and HLS. Error: Error with the manifest, maybe MPD is not valid.
XML:
{
"name": "stream.mpd",
"bucket": "prueba-ott.appspot.com",
"generation": "1530521806949461",
"metageneration": "2",
"contentType": "application/dash+xml",
"timeCreated": "2018-07-02T08:56:46.949Z",
"updated": "2018-07-02T08:59:43.887Z",
"storageClass": "STANDARD",
"size": "1544",
"md5Hash": "kp9kd/hZjTM47HeXOXS8Ww==",
"contentEncoding": "identity",
"crc32c": "XKMFqg==",
"etag": "CNWY/4SGgNwCEAI=",
"downloadTokens": "4a190606-08e8-4fef-94cf-a46302e8085a",
"metadata": {
"md5-hash": "929f6477f8598d3338ec77973974bc5b"
}
}

S3-to-S3 example failing

We're using the PHP S3-to-S3 example. We're encountering an error in the following lines:

                // CREATE API CLIENT
		$apiClient = new ApiClient('<our-API-key>');
		
		// CREATE ENCODING
		$encoding = new Encoding('A Name for your encoding');
		$encoding->setCloudRegion(CloudRegion::AWS_US_EAST_1);
		$encoding = $apiClient->encodings()->create($encoding);

We don't have an actual error message because this is being run within a Laravel project; the error we get is a fatal throwable exception, which tells us nothing.

S3 Directory Name

Hi there,
Can you tell me how I use Amazon S3 can specify a folder name in the API?

I use: $outputConfig->prefix = "/streams_neu/"

There he should create the video in the folder Video_XY. Unfortunately, he always creates a hash value as a folder name.

I need this to update videos.

Unfortunately, I find no function.

Hope you can help me.
Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.