I've been using the new LiveStreamRecord, and we're running into issues with combining files created with LiveStreamRecord with other files (via ffmeg).
A quick look at the info from ffmeg shows that the FrameRate is at 1000, which certainly doesn't seem right.
Here's the dump of the data ffmeg returns:
Code:
Array
(
[Duration] => 23.288000106812
[hasAudio] => 1
[FrameCount] => 23288
[FrameRate] => 1000
[Filename] => /usr/sites/wowza/vim/19.mp4
[Comment] =>
[Title] =>
[Author] =>
[Copyright] =>
[Artist] =>
[Genre] =>
[TrackNumber] => 0
[Year] => 0
[FrameHeight] => 240
[FrameWidth] => 320
[PixelFormat] => yuv420p
[BitRate] => 293760
[VideoBitRate] =>
[AudioSampleRate] => 22050
[FrameNumber] => 1
[VideoCodec] => h264
[AudioCodec] => mp3
[AudioChannels] => 1
)
Any ideas?
I'm still hoping for some more events from the call(Record), but that's a different issue.
I'm stuck on this one, though, as we need to merge these fragmented files together. They seem to play via Wowza okay, though.
Is there any way to control the framerate and such? BTW, the livestream is from Adobe Live Media Encoder, it's set to 20 fps.
Tac