Skip to main content
Participant
June 27, 2014
Question

Netstream play h264 videos using red5

  • June 27, 2014
  • 1 reply
  • 314 views

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?

This topic has been closed for replies.

1 reply

kiran1989
Inspiring
June 30, 2014

have you set these values:

netstream.receiveAudio(true);

netstream.receiveVideo(true);