KallDrexx/rust-media-libs

Player endpoint

Closed this issue · 2 comments

Hi, thanks for this package, it's been helpful, however I need some help as I am relatively new to RUST. Please say I am streaming to the Mio example with stream key "rust", what endpoint should the player connect to. Thank you

It's been a while since I did anything from this service, but if you push a video stream to rtmp://localhost:1935/app/rust then you should be able to connect VLC (or any other rtmp player) to that same URL and watch the video. I think the /app part is arbitrary based on looking at the code (specifically https://github.com/KallDrexx/rust-media-libs/blob/master/examples/mio_rtmp_server/src/server.rs#L324)

@KallDrexx thank you