2009-05-20 05:28:10 how transmitte video by rtp
yaqin yu (AFGHANISTAN)
Message: 74320
hello,I am designing IP camera.now I can view the video in IE,but I want to add rtp fuction,and I don not know how to transmitte the video by rtp in boa. in addition,I can transmitte the video by jrtplib without boa,and the receiver uses recerver code. I just do not know how in boa use jrtplib.
thank you!
TranslateQuoteReplyEditDelete
2009-05-20 06:01:38 Re: how transmitte video by rtp
Mike Frysinger (UNITED STATES)
Message: 74323
the web browser is not an RTP client. you would need to write a HTML page that would tell the browser to load a plugin or invoke some RTP client which would handle the RTP stream.
boa does not care what it serves up. it merely sends files and execute CGI programs. what those programs do is irrelevant to boa.
but none of these questions really are related to the Blackfin processor ...
QuoteReplyEditDelete
2009-05-20 06:15:09 Re: how transmitte video by rtp
yaqin yu (AFGHANISTAN)
Message: 74324
thank you for your help! My board is blackfin 536.I have try many way,but still do not know how to do,so I want help here.I know the question is not related to blackfin processor,but you still give me help,thank you very much!
TranslateQuoteReplyEditDelete
2009-05-20 06:48:51 Re: how transmitte video by rtp
Mike Frysinger (UNITED STATES)
Message: 74325
we dont really have any experience with this aspect as this is the "value add" of the developer. the only thing we've tested is having VLC act as a server. you might want to look into how that serves up webpages -- you can do all of this on your desktop as VLC can serve up any media.
QuoteReplyEditDelete
2009-05-20 06:51:44 Re: how transmitte video by rtp
Michael Hennerich (GERMANY)
Message: 74326 Can't boa fork ffmpeg streaming RTP?