I am designing my web project by Wicket. There I want to add web cam video capturing facility. I have Recorder.swf which records the video and save in rtmp and Player.swf which playback that saved vid
I have Wowza installed and would like to know if it\'s possible to stream a certain part of a video, e.g. 0:30 to 开发者_运维百科0:45 (15 second clip), over RTMP?A couple of things:
I\'m using rtmplite as a flash media server and flashvideo-io (in a django website) for recording videos with the webcam.
So everything is setup for my client on my local server but I now have to put it online. I have a couple of questions.
I am working on a project where an FLV is streamed to a player - the player needs to be able to seek to exact frame numbers and pause on them.
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
do you know any C/C++开发者_开发问答 open-source RTMP streaming server?Yes. http://www.rtmpd.com/
I am writing a Red5 application that provides 1-on-1 video chat to a Flash client over RTMP. Unfortunately most tutorials I was able to find were sketchy at best and the documentation of Red5 itself
I have tried for days now trying to find the right version of red5phone, but to no avail. Also, I need red5 and asterisk to be on different servers. I have followed all instructions described in the v
I have been creating a thin browser client (on java) that sends an RTMP stream to a specified red5 instance. I also use RTMP Researcher to monitor the traffic and events that occur between the client