red5-server
red5-server copied to clipboard
video records have bad start time posision.
trafficstars
From @GoogleCodeExporter on March 15, 2015 16:59
What steps will reproduce the problem?
1. I start recording.
2. RTMP streams works great.
3. Complete records.
4. Try to preview video records.
What is the expected output? What do you see instead?
I attachment video file and stream recorder source. Try to download this file
and play with vlc or clasic media player.
This file start playing from end and have bad time posision.
I use this code:
camera.setMode(640, 480, 25);
camera.setQuality(0, 85);
camera.setKeyFrameInterval(17);
ns.attachCamera(camera);
mic.rate = 44;
ns.attachAudio(mic);
ns.publish(video_name, record);
What version of the product are you using? On what operating system?
Use linux debian server.
And http://code.google.com/p/red5-flex-streamer/
Original issue reported on code.google.com by [email protected] on 4 Mar 2013 at 11:42
Attachments:
Copied from original issue: mondain/red5#357
From @GoogleCodeExporter on March 15, 2015 16:59
Original comment by mondain on 13 Mar 2013 at 3:31
- Changed state: Accepted