Home
last modified time | relevance | path

Searched refs:play (Results 1 – 4 of 4) sorted by relevance

/xiu/
H A DREADME.md243 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
251 - How to play WebRTC stream*(Whep)
256 4. Click Start WHEP(After OBS publish) to play the RTC stream.
286 …vice 1, then the stream can be pushed to service 2 automatically, you can play the same live strea…
319 Use the above methods to push live stream to service 1, when you play the stream from serivce 2, it…
/xiu/application/xiu/
H A DREADME.md238 Use ffplay to play the rtmp/rtsp/httpflv/hls live stream:
246 - How to play WebRTC stream*(Whep)
251 4. Click Start WHEP(After OBS publish) to play the RTC stream.
281 …vice 1, then the stream can be pushed to service 2 automatically, you can play the same live strea…
314 Use the above methods to push live stream to service 1, when you play the stream from serivce 2, it…
/xiu/protocol/rtmp/
H A DREADME.md122 - Support rtmp pushlish and play
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs113 self.play().await?; in run()
215 async fn play(&mut self) -> Result<(), SessionError> { in play() method