Hi!
Thanks a lot for your work!
My use cases:
- I want to publish via ffmpeg
ffmpeg -i file.mp4 -c copy -f flv rtmp://0.0.0.0:1935/xxx/yyy
- I want to read from VLC
rtmp://0.0.0.0:1935/xxx/yyy
- I want to read from HTTP
http://0.0.0.0:8080/xxx/yyy
My questions:
- Do I need to create a buffer per app?
- How to access to
App in OnPlay or OnPublish hooks of handler?