Skip to content

Commit 5a7ed44

Browse files
committed
-
1 parent a96f6eb commit 5a7ed44

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/net/ericsson/emovs/download/DashDownloader.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,10 +382,7 @@ public void downloadManifest() throws Exception {
382382
Node mpdRoot = (Node) xpath.compile(MPD).evaluate(doc, XPathConstants.NODE);
383383

384384
NamedNodeMap mpdAttrs = mpdRoot.getAttributes();
385-
Node mediaPresentationDurationNode = mpdAttrs.getNamedItem("mediaPresentationDuration");
386-
String mediaPresentationDuration = mediaPresentationDurationNode.getNodeValue();
387385

388-
remoteManifest.durationSeconds = getDuration(mediaPresentationDuration);
389386

390387
System.out.println("Stream Duration: " + remoteManifest.durationSeconds);
391388

0 commit comments

Comments
 (0)