Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Netstream play h264 videos using red5

New Here ,
Jun 27, 2014 Jun 27, 2014

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?

TOPICS
ActionScript
302
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Jun 30, 2014 Jun 30, 2014
LATEST

have you set these values:

netstream.receiveAudio(true);

netstream.receiveVideo(true);

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines