Skip to content

Commit

Permalink
src: stream: pipeline: Pass RTSP scheme from sink to RTSP Server
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoantoniocardoso committed Apr 25, 2024
1 parent 9130cdf commit b8ebd4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stream/pipeline/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ impl PipelineState {
// In case it exisits, try to remove it first, but skip the result
let _ = RTSPServer::stop_pipeline(&sink.path());

RTSPServer::add_pipeline(&sink.path(), &sink.socket_path(), caps)?;
RTSPServer::add_pipeline(&sink.scheme(), &sink.path(), &sink.socket_path(), caps)?;

RTSPServer::start_pipeline(&sink.path())?;
}
Expand Down

0 comments on commit b8ebd4f

Please sign in to comment.