red5 rtmp stream not smooth - rtmp

I get a problem using red5 server.
I use red5 server (1.0.5 version) to play an mp4 file with RTMP streeam.
However, the video is not smooth; at first, I thought it could be caused by the bandwidth, then I run red5 on localhost, the video is not smooth there either.
The mp4 file is in streams folder, and I use JW player to play it. What's more the audio is OK.
Because I am a beginner with red5 and I even don't know where to start to solve the problem, so any help or suggestion will be appreciated, Thanks!
Here is the
log
ps: forgive me for my poor English。

Related

I cannot play Ant Media Server recorded mp4 file in iOS. How to fix?

I am using Ant Media Server as a WebRTC media server. I publish my webcam with WebRTC from browser. I have also enabled mp4 recording.
I can play recorded files on Linux and Windows. But I can't play some of them on iOS. How can I solve this?
This can be fixed by encoding file. But learning why it happens is better.
Since Ant Media Server records WebRTC streams, WebRTC changes internal resolution dynamically which means mp4 files resolution is also changed on-the-fly. This is handled well in other platforms but not on the IOS yet.
So, encoding the file again would likely fix it.

How RTSP stream can be loaded to an HTML5 player to support multiple OS and browsers?

I am trying to play an rtsp format url in browser .i used video js to do it. But i cant play it or the browser is not streaming it.
I tested in IE,Chrome, and Firefox.
Could you please help me to find a solution?

How to take a screenshot while playing a HLS stream using AV foundation?

I am playing a video in my app, the video is a HLS streaming which i am fetching from my remote server. And i need a functionaltiy to take the screenshot of currently playing video but i am not able to do the same, i checked the documentation apple is saying you can take the screenshot if you are playing a video if you are playing a video from LOCAL URL or LOCAL FILE and you can not take a screenshot if you are playing a video from remote stream.
I am kind of stuck on this issue, i tried several methods discussed on stack overflow and other sites but nothing worked.
Please help,
Thanks

play music stream with gstreamer-sharp

I am looking fo an example showing me how to play an mp3 stream from a URL.
I am trying to build a comand line client for apache using mono with gstreamer.
So far I haven't found any clue how to use gstreamer sharp - does anybody have any experience?
Have a look at Banshee source code, we have a GStreamerSharp backend.

webcam recording with red5

We have a red5 recorder/red5 server setup. This is working correctly and videos are getting created in the server. We are having a problem with the recording and playback etc not working in a streamlined way. ie after you record and play the recorded one, it may not always play. The player sort of gets stuck.
Are there any free or paid alternatives to red5 recorder that does the job really well?
The reason why the videos don't play can vary and it is not sure if another streaming server will resolve your issue. For example if you have network issues no matter what streaming server you use, it will fail.
However, alternatives might be Wowza or Adobe FMS.
Sebastian
Maybe you are suffering from the same problem I have, see:
WARN o.r.s.net.rtmpt.BaseRTMPTConnection - Response buffer was null after encoding
Are there any warnings in your log file after the stream did fail? This log file may reveal your problem, see /usr/local/red5/log/red5.log