Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

do you know any C/C++ open-source RTMP streaming server?

share|improve this question
I once built my own using ffmpeg. Not that hard. Unfortunately I've lost the code. – Emil H Jan 20 '11 at 17:53
@Emil: how ffmpeg helps here? handles source file container format or something else? – Andy T Jan 20 '11 at 18:02

1 Answer

up vote 2 down vote accepted

Yes.

http://www.rtmpd.com/

Excellent project.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.