Reputation: 479
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
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