Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Transcoding status


Hello,
is it possible to get transcoding status via PHP api?

Best Regards

7 Community Answers

Todd

JW Player Support Agent  
1 rated :

Yes, you can use the /videos/show endpoint. Just pass the video’s media ID and the status will be included in the response. Please see https://developer.jwplayer.com/jw-platform/reference/v1/methods/videos/show.html for more details.

Another option would be to use the JSON feed for an individual video. There is not a status is the response, but the sources will appear when the video is in the ready state. You can also see that we have a different image URL when the video is still processing. The template for the JSON feed is:

//content.jwplatform.com/feeds/[mediaID].json

k...

User  
0 rated :

Thank you for response.
It's my fault with wrong question - I mean percentage progress for transcoding video - is it possible to get it?

Todd

JW Player Support Agent  
1 rated :

Transcode progress is not currently available, but I have asked the product manager to add this as a feature request.

k...

User  
0 rated :

Thank you very much - it is very useful feature for my service :) I hope that it will be available soon.

Todd

JW Player Support Agent  
0 rated :

It probably will not be for a few months, as he said they have some other new features they are working on.

k...

User  
0 rated :

Sad information, bur thank you very much for your help :)

Todd

JW Player Support Agent  
1 rated :

You’re welcome. I will mark this support case as closed, but certainly contact us again if you have any other support questions or concerns.

This question has received the maximum number of answers.