Santosh S Kumar
Santosh S Kumar

Reputation: 479

Is there a way to identify codec of a streaming video?

We are using Twilio to stream video for a group of users and it does not work on safari. Considering safari supports H264, we want to be sure that the video is being streamed with H264. So, is there a way to identify the codec of the video being streamed.

Upvotes: 3

Views: 2203

Answers (1)

szatmary
szatmary

Reputation: 31140

You can check in chrome by loading the stream and checking chrome://media-internals Otherwise you must find the endpoint that contains the actual media.

Upvotes: 2

Related Questions