We want to publish live stream from web browser.We are using webRTC for getting access to web cam and microphone and showing live data in video element in browser.
We want to rtmp publish this live stream to nimble server.
We get blob url when we record this video.
Question:
1.How can we publish this live streaming data from browser to nimble server (RTMP PUSH) for broadcasting ?
2.How can we use blob url for publishing live stream to nimble server ?
As i read nimble blog where Flash media server software was used for rtmp publishing.As in our case we are making web platform, from where our user can broadcast their live event through their browser.So we can not use any desktop application for this task.
Please provide me solution for this.