
07.01.2011, 18:08
|
|
Регистрация: Jan 2011
Сообщений: 1
|
RED5 нужна помощь, глючит APPEND!
Поставил red5 сервер, с помощью флеш плеера делаю захват с вебкамеры, когда идет LIVE запись все нормально, но стоит мне дополнять видео файл APPEND - файл получается каким то битым и играет только до 1-й остановки, что дополнено далее не играет.
В инете нашел вопрос юзера который тоже это спрашивал:
[quote автор]Let's say I do:
stream1.publish("name", "record");
then I close the stream,
stream1.close();
If I append something,
stream1.publish("name", "append");
the flv on the server side is appended, but the duration i get at the flash side, onMetaData(info), info.duration, is wrong (the duration at the first .close of the recording stream is stored).
If I play the .flv in some flv player, the timeline scroll bar is not long enough (it gets to the end before the video finishes), but the video is all there...and is played until the end.
[/quote]
Что можно с этим сделать?
Добавлено через 43 часа 1 минуту
Проблема решилась установкой более старой версии 0.8.0
|