Correct default media path.
This commit is contained in:
parent
a501f91dae
commit
7cfa5faca2
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue