FLV Player is going out of sync in IE and Chrome - flv

I have the following FLV player running on a site we're making, http://flv-player.net/, however, the audio goes out of sync with the video very quickly.
It seems ok in Firefox, just about...
Any ideas, or has anyone else experienced anything like this before?
Thanks
Tom

the answer to this was use Flow Player.

Related

Unity & Daydream - Stream videos from youtube

How would I go about adding youtube video to a unity project?
Im playing around with Google's Daydream and have setup the video example:
https://developers.google.com/vr/video/video-overview
The next thing I would like to do is play a video from youtube.
What would be involved in doing this?
I can see other people are doing it for example: https://www.assetstore.unity3d.com/en/#!/content/29704
thanks.
I don't think there is an "official" way to do this right now.
Take a look at YouTubeExtractor (https://github.com/flagbug/YoutubeExtractor) to see what would be involved - although this only handles the download, not really the streaming component.
-Tom

HE-AAC Player (AAC+, AACPlus)

Is there an embedded player that exists that can handle the HE-AAC codec? This is not for Icecast or Shoutcast, it's for a stand alone website that has a HE-AAC (AAC+, AACPlus) stream.
I've tried JW Player, JPlayer and several others, but none support the AAC+ format.
Anyone have any ideas of what embedded play might work?
Thanks
Jay
For anyone else, we ended up using a third party player called FlowPlayer https://flowplayer.org/
Works like a charm.
AFAIK Flash itself doesn't support HE-AAC.
Seems like Flash supports HE-AAC (MPEG-4 Part 3) from version 9.0.115.0.
More on Flash supported codecs here.

HTML5 video player Query

I'm a newbie in HTML5 programming & not sure what i face currently is a bug or expected feature!
While playing a video (For Eg, in youtube.com or sublimevideo.net link) in a web browser the control bar appears & also it plays in the same page. But While playing the same in an iphone, it plays in iphone's default player but not in the same page. Is this the normal behaviour of iPhone? If yes, can anyone please send me a link which provides more insight on this?
Thanks in advance for clarifying & letting me know!!
On the iPhone (and on iPod touch), when a video plays, it plays in full screen, no matter what. Therefore, it's safe to say that this is normal behaviour.
If you read the first paragraph of this webpage, it should pretty much echo out what I just stated.
Hope it helps! :)

Video encoded by Expression Encoder is 3 seconds long on YouTube

I am trying to upload video created using MS Expression Encoder 4 to YouTube, but after processing any video is played in 3 seconds.
Any ideas? Is it problem of encoder configuration or YouTube?
Thank you.
I was running into the same issue when I encoded a video using the Expression Encoder SDK and uploading the videos to YouTube. I didn't experience the issue when I used the BaselineH264VideoProfile video profile. I also think the one that outputs WMV didn't experience the issue as well. Not sure if this will help you, but if not hopefully someone else.
Thanks,
James
FYI, I've experience similar 'short video' issues with EE 4. I noticed that 5 miniute vidoes were actually only 15 seconds or so long. Doesn't happen all the time; about 20%. After turning disabling audio profile, the problem went away. Experimenting just a bit more I found I could reliably repoduce this issue by rapidly changing audio volume while screen capturing... No idea why but the capture definitely freezes

Best way to stream MP3 from an iPhone app?

I am working on an application that will stream music from a server of mine from an iPhone application.
This is my first iPhone app so I am a bit confused :
What would be the best way to do
this?
Is there something already built in
that I could use, like a MP3 player
that I just need to point toward the
correct server?
Do I need a streaming server to do
so?
I'm relatively new to Objective-C/Cocoa (touch), but I have read an article on the cocoawithlove site titled "Streaming and playing an MP3 stream" and tested the sample code on my iPhone and it works perfectly. I don't know about the licensing or anything, if you would be able to use it, but I'm sure someone or even you can figure that out.
Sorry again for not being able to provide any more information or even a link. This is my first answer on SO and cannot post hyperlinks :(
(edit: Here's the link: Streaming and playing an MP3 stream)