Correct default media path.

This commit is contained in:
Luke Curley 2023-05-30 13:27:16 -07:00
parent a501f91dae
commit 7cfa5faca2
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ impl transport::App for Session {
session.accept_connect_request(conn, None)?;
// TODO
let media = media::Source::new("../media/fragmented.mp4").expect("failed to open fragmented.mp4");
let media = media::Source::new("media/fragmented.mp4").expect("failed to open fragmented.mp4");
let init = &media.init;
// Create a JSON header.