bennyxqg / bulk-loader

Automatically exported from code.google.com/p/bulk-loader
0 stars 0 forks source link

MP4 Issues #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  ...   loader.add("main.mp4", {"id":"video-main", type:"video"});
2.  ...   function onAllItemsLoaded(evt : Event) : void{
              var video : Video = new Video();
              var theNetStream : NetStream = loader.getNetStream("main.mp4");
              addChild(video);
              video.attachNetStream(theNetStream);
              theNetStream.resume();
            }

What is the expected output? What do you see instead?
I should see video, the video comes up blank. If I replace the mp4 with an flv 
it works fine.

What version of the product are you using? On what operating system?
The newest build, OSX Leopard, CS4

Please provide any additional information below.

Original issue reported on code.google.com by krisloca...@gmail.com on 30 Sep 2009 at 6:44

GoogleCodeExporter commented 9 years ago
Hi Krislocascio.

Can you make sure there is nothing wrong with your mp4 file? e.g can you load 
it 
through a naked NetStream?

We do have mp4 netstreams no the test suite, and they are running fine. The 
player is 
a bit picky on the mp4 enconding, and sometimes it just won't play them.

If you're postive it's not your NetStream, can you please attach it to this 
issue?

Regards

Original comment by debert on 30 Sep 2009 at 6:52

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Here is the requested mp4.

Original comment by krisloca...@gmail.com on 1 Oct 2009 at 3:43

Attachments:

GoogleCodeExporter commented 9 years ago
Hi Krislocascio.

I've tried the exact same code and mp4 here, with serveral plugin versions, and 
they 
all work.

If you are still interested in this, maybe you can try running it on the 
browser, with 
another player version (either you have some other code interfering, or it's 
the cs4 
player that's messing this up - which is  unfortunately all too common).

Regards
Arthur

Original comment by debert on 31 Oct 2009 at 5:23