0

I am experiencing this problem, where once a stream is recorded with red5 and I try to play it, the stream plays in a fast-forward manner.

You can reproduce this issue on this link http://www.technogumbo.com/tutorials/Recording-Decent-Quality-Video-And-Audio-With-Flash-and-Red5/

This happens only with Flash Player 17.0.0.169, not on the older versions.

A quick help will be appreciated.

[UPDATE]

I have recorded following stream with red5 v1.0.5 from a swf running at top of flash 17.0.0.169;

http://misc-items.s3.amazonaws.com/elance/sportseed/stream_0018D224-79E3-1AA7-E208-D08C2B3DE7DF.flv

The stream plays fine when the flash player version is < 17 but when it is 17.0.0.169 it plays in a fast-forward way.

Try opening following link on flash player version 17.0.0.169 and on the older versions of flash player, you will notice the issue yourself;

http://misc-items.s3.amazonaws.com/elance/sportseed/html5_video.html

4

2 回答 2

1

这通常是由于发布者在录制期间没有足够的带宽造成的。有服务器调整以帮助保持一切井井有条,但它们并不涵盖所有情况。在 VLC 等其他播放器中尝试您的录音,以确保它们没有损坏。使用以下配置属性测试您的安装:

# drop audio packets when queue is almost full, to disable this, set to 0 
rtmp.executor.queue_size_to_drop_audio_packets=0
# increase from default of 120 if slow connections are present 
fileconsumer.queue.size=2048

这些在 red5/conf/red5.properties 文件中。

于 2015-04-28T12:49:27.237 回答
0

最新版本的 Flash Player 已经解决了这个问题。

于 2015-06-25T18:16:53.167 回答