Copy link to clipboard
Copied
Hi all,
I've recorded a video using Red5 with H.264 and Speex.
Code:
netStreamPublish.videoStreamSettings = h264VideoStreamSettings;
netStreamPublish.publish("video1", "record");
The video is recorded successfully with file video1.flv on red5 server, when I playback the same file, it does not show video frames but it plays on audio.
Even I can not play the video with QuickTime player.
If I record the same on Wowza server, every thing works fine.
Can any one please suggest me the solution?
Copy link to clipboard
Copied
have you set these values:
netstream.receiveAudio(true);
netstream.receiveVideo(true);
Find more inspiration, events, and resources on the new Adobe Community
Explore Now