-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report url after redirection to application event listeners #2054
Comments
I'm not sure |
Actual IP address would be great. With CDNs being used it would help in identifying problem causing server. |
I understand what you're trying to do. I'm saying the actual IP address doesn't appear to be exposed by the underlying network stack, which is why I'm asking whether the URL after redirection is sufficient. The CDN I have most experience working with redirects to URLs that are machine specific, so having the resolved URL would be fine. I suspect most (all?) CDNs do this, and if so the resolved URL should be fine for your purposes. Can you confirm whether or not this is the case? |
I understand now, It should be good enough. |
Updated the title to reflect the enhancement we'll provide for this.
|
Reassigning to @tonihei as this is (primarily) analytics related. |
That's relatively easy to implement. @ojw28's comment above is a little bit outdated as we made some changes to the media source event reporting. The updated version is:
|
Both values are helpful for event reporting, but are only available while the data source is open. Similar to bytesLoaded, they need to be reported through the Chunk. Issue:#2054 Issue:#4361 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=201664907
This url is readily available when creating media source events (from the data source) but so far not published to external listeners. This change adds a new field to LoadEventInfo which corresponds to DataSource.getUri(). Issue:#2054 ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=202459049
Closing as the requested info is now part of the MediaSourceEventListener callbacks. |
Does ExoPlayer provide the IP Address of the server that delievered the media Segment? Similar issue was raised previous in the following bug: #2028
I have used the latest version of ExoPlayer with HLS stream, it does not return the IP address of the Server. The IP address is useful in identify server delivering data. Quite useful to track the source of rebuffer etc.
iOS has MPMovieAccessLogEvent and AVPlayerItemAccessLogEvent, which provide server IP Address. Are there any plan to provide this information?
The text was updated successfully, but these errors were encountered: