Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

publishing a sip call to rtmp server #89

Open
GoogleCodeExporter opened this issue May 18, 2015 · 0 comments
Open

publishing a sip call to rtmp server #89

GoogleCodeExporter opened this issue May 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

I am looking for a way to do a live webcast of a sip call.
Is there a way I can use sip2rtmp to make a sip call and stream out the audio 
as a rtmp stream (or publish it to an sdp based encoder like wowza) so that 
other listeners can listen to the call?


Reply
Hi Madhusudana,

Sorry about the delay.
The existing implementations in rtmplite do not have this feature.
For this feature, there are several options within the scope of rtmplite:

1) create a client application that combines the features from
siprtmp.py and rtmpclient.py, so that it makes a SIP call as well as
makes an RTMP connection, and connects the audio/video path of the
two.

2) Modify siprtmp so that it can accept connection from your media
server (wowza) and auto-accept call from your SIP webcast server, or
auto-dial call to your webcast server.

This sounds like a good use case of the application. If you can create
a new enhancement request on the project "issues" page, it will be
great to keep track of the progress... 

Original issue reported on code.google.com by madhu...@bluewoodcapital.com on 29 Jan 2013 at 4:20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant