Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 927159
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:48:19+00:00 2026-05-15T19:48:19+00:00

I’m using FMLE 3.1 to stream live video encoded with H.264 format with FMS

  • 0

I’m using FMLE 3.1 to stream live video encoded with H.264 format with FMS 3 and Flash player 10 + AS 3 to connect to the stream.

When I connect to the stream, just the audio is played. I’m able even to get the metadata information about the video, but I just receive the audio.

I already tried some stuff like

  1. “Flash 10 won’t play live stream H.264 after iTunes install” http://forums.adobe.com/thread/505620. I tested it in a complete different environment than mine, but the same result.

  2. I’ve tried some format to play method, but this is just to play files

    ns.play("mp4:saple.f4v");
    ns.play("mp4:sample");
    
  3. Also read “How do you watch and record a live h.264” at “http://www.flashcomguru.co.uk/forum/forum_posts.asp?TID=4649“, but I don’t get even to play the stream at first place.

This is the code I’m using

import flash.media.Video;

var video:Video = new Video(720, 480);
var ncVideo = new NetConnection();
this.ncVideo.addEventListener(NetStatusEvent.NET_STATUS,  onNetStatus);
this.ncVideo.connect("rtmp://localhost/livecast", "user");

var customClient:Object = new Object();
customClient.onMetaData = metaDataHandler;

function onNetStatus(e:NetStatusEvent) {
    if (e.info.code == "NetConnection.Connect.Success")
        createNetStream();
}

function createNetStream(){
    var ns = new NetStream(this.ncVideo);
    ns.client = customClient;
    ns.addEventListener(NetStatusE vent.NET_STATUS, onNsStatus);

    ns.play("livestream", -1);
    this.video.attachNetStream(ns) ;
    this.addChild(video);
}

function onNsStatus(e) {
    trace("onNsStatus " + e.info.code);
}

function metaDataHandler(infoObject:Object):void {
    trace(infoObject.width + " - " + infoObject.height);
}

Another detail is that when I record the video to a file for instance “sample.f4v”, I put this video in the FMS but when I connect to this stream I receive the “FileStructureInvalid” error message.

I went from changing the extension to .flv “http://www.adobe.com/devnet/flashplayer/articles/hd_video_flash_player_04.html” to the solution to flatten the files “http://www.flashcomguru.com/forum/forum_posts.asp?TID=4006” but this is not the case because I’m using FMS to stream the recorded video.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:48:20+00:00Added an answer on May 15, 2026 at 7:48 pm

    SE_0208 answered: “Can you upgrade to 3.0.5 and try your scenario – there were quite a few H.264 bugs were fixed in dot releases – its free update ” and that was the solution.

    In the release notes there is not something specific related with my context, but maybe that was a group of things.

    1628134: Recording H.264 content on the server is not supported in this version.

    1656058: The server behavior is not guaranteed when streaming corrupted files, especially those containing H.264/AAC content, and may result in issues ranging from severe performance degradation, excessive memory usage and possibly server process crashes. Please use FLVCheck tool to ensure content integrity before it is deployed.

    1630621: Very low frame rate H264 videos may take a long time to start if the buffer is set too short.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to using the Perl treebuilder module for HTML parsing and can't figure
That's pretty much it. I'm using Nokogiri to scrape a web page what has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
I am reading a book about Javascript and jQuery and using one of the
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
We're building an app, our first using Rails 3, and we're having to build
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We are using XSLT to translate a RIXML file to XML. Our RIXML contains

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.