How I can get audio track property from audio stream?
for example for this audio stream? http://radio.bestfm.fm:8080/bestfm_mp3
Related
I need video player for play M2T format, streaming come from live camera, i need to show video from browser, now i can see it with VLC, any ideas?
I have a video element in my HTML code. That video element plays a video (video is coming from AWS Chime SDK). I need to get the audio stream for the audio coming from that video element for analysis (eg. for generating transcriptions). Is it possible to get an audio stream from that video element? If yes, how?
I currently have a setup where VLC player is playing live audio via an RTP stream coming from my server. Is it at all possible that HTML5 <audio> tag can play this stream instead?
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.
I've got a mp4 file with one video track and several sound tracks. When i try to open the file in in HTML5 it only play's audio track one. Is it a way to override the the web player to play all sound tracks at once?