Question
FLV Netstream.send() issues
I have set up a simple web seminar application that
broadcasts live and also records the stream for on-demand playback.
I can record the audio-only stream and play it back without issues.
However, I run in to problems when I try to use the
NetStream.send() functionality in the recording. The playback just
stops during the playback of the recorded FLV. Everything will work
fine and then it just stops and cannot continue (I have to manually
seek ahead for the playback to get going again). The farthest we
have gotten is 30 minutes into the playback and then it stopped
working. Has anyone else experienced this problem?
[Code]
mic.setRate(11);
live_stream.publish("12345", "append");
live_stream.send("changeSlide", "10");
[Details]
FMS 2.0.4
Audio only. No video
11 Khz audio rate
I can record just the audio without using the NetStream.send() and the FLV plays back fine. The issue is when I try to record the send message events with the FLV. Are there any FLV inspectors available that would allow me to view the NetStream.send() messages that are packaged with the FLV?
[Code]
mic.setRate(11);
live_stream.publish("12345", "append");
live_stream.send("changeSlide", "10");
[Details]
FMS 2.0.4
Audio only. No video
11 Khz audio rate
I can record just the audio without using the NetStream.send() and the FLV plays back fine. The issue is when I try to record the send message events with the FLV. Are there any FLV inspectors available that would allow me to view the NetStream.send() messages that are packaged with the FLV?
