Home
last modified time | relevance | path

Searched refs:on_play (Results 1 – 6 of 6) sorted by relevance

/xiu/application/xiu/src/config/
H A Dconfig_rtmp_httpflv.toml20 on_play = "http://localhost:3001/on_play"
H A Dconfig.toml28 on_play = "http://localhost:3001/on_play"
H A Dmod.rs169 pub on_play: Option<String>, field
/xiu/application/http-server/src/
H A Dmain.rs17 .route("/on_play", post(on_play)) in main()
41 async fn on_play(body: String) { in on_play() function
/xiu/application/xiu/src/
H A Dservice.rs38 httpnotifier.on_play.clone(), in run()
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs339 self.on_play(transaction_id, stream_id, others).await?; in on_amf0_command_message()
534 pub async fn on_play( in on_play() method