RTMP stream can't be played in flash - html

I have one RTMP stream, it can be played using VLC and FFmpeg. But can't be played in Chrome browser, so how should I debug this bug? I don't know anything about coding with ActionScript (Flash).

Related

How to get a (high quality) FLV version of your youtube video?

I need to get a link of a FLV verion of a youtube video so I can play it in mobile, using Adobe Air (VideoTexture).
I'm currently using this library: https://github.com/myflashlab/AS3-youtube-parser-video-link
Which works, the only problem is that the only FLV version of the video I get has a 426x240 resolution, which is not acceptable. MP4 does have a 720p version but it's not displaying on iOS.
If anyone knows how to ask for/obtain the correct link to a FLV youtube video, would be great.

Custom audio encoder for flash player

It seems like the only option for recording h264/aac videos with flash is to use Wowza and use the aac transcoder. What options are there for encoding aac audio right inside flash player before sending through the Netstream? Would be possible to extract raw audio from a Microphone by listening to the SampleDataEvent, encoding that audio how you want, then sending it through the Netstream with the send method? Would you have to manually rejoin the audio with the video then?
Not sure it will do exactly what you want, but you could check out FlashyWrappers which allows you to encode video in Flash.

Html5 player supporting mp4 xvid avi flv?

As i said in the question, i am looking for a html5 player which supports:
Avi
mp4
xvid
flv
Any suggestions?
You aren't going to find a HTML5 player which supports the formats you listed. You can find a chart here showing which browsers support which codec. AVI and XVID aren't supported by any browser, you can however get around playing flv by using a flash player.

Web audio player for M4a

i am playing mp3 file in my web with google player :
http://www.google.com/reader/ui/3523697345-audio-player.swf
and i can't playing m4a files with this player too.
there is any way to play m4a files with this player too? or there is another player to play m4a files in my browser?
this is how i am using the player:
<embed type=\"application/x-shockwave-flash\" flashvars=\"audioUrl=songUrl&autoPlay=true\" src=\"http://www.google.com/reader/ui/3523697345-audio-player.swf\" width=\"400\" height=\"27\" quality=\"best\"></embed>
According to this, this is a bit of a complex issue: Flash (the technology your audio player, and most others on the web currently, is based on) is able to play MPEG-4 content, but only when declaring the content video, not audio. Why this is, I have no idea.
You may be able to play M4A sound files if you can find a Flash video player that suits your needs. Alternatively, consider using HTML 5 Audio.
Update: jPlayer, a jQuery/Flash/HTML5-Based audio player, claims to be able to play MPEG-4 Audio content. You should be able to use that.

Does FlashPlayer 10 support MP4 and AAC audio codecs in addition to MP3?

I am developing an Audio Player application in Adobe AIR with Flex SDK 3.2. I wanted to know if i can play songs in other audio formats?
I think Flash Player can play AAC but not AAC+. All the radio stations are using AAC+ because it is updated than AAC. Let me know if I am correct
Although Adobe's site says, Flash Player 9 Update 3 onwards supports AAC and MP4 also, i am not able to play them when i tested. So i think its safe to say that, Flash Player will only support MP3 and WAV files to play sounds.