from position not working for .m4a format file using sound manager audio player - soundmanager2

I am using Sound Manager audio player with from / to positions to play the audio in web browser (all browsers). It's working fine for .mp3 files but 'from' position is not working for .m4a files it playing from '0' position, and 'to' position is working fine for both formats.

Related

Is there any way to share Unity screen through Agora without using mic as audio source?

It seems that whenever I try to live stream my screen, all the audio go through the local mic. In my project, I just want to stream my game screen (video and audio) without my mic. Is there any way to disable my mic input or mute my mic without muting my game?
I've tried to create external audio source and change the source Id, but it doesn't work. It was always either all media are muted or my mic is still sending input.

Implement Spatial Audio with Agora video SDK in Unity

I've managed to implement the video calling feature. Based on my requirement the remote user's video and audio get rendered inside the unity in a tv screen. I have disabled the local player's video.
I want to add audio spatialisation to that remote user's audio. So the audio intensity should differ when the player moves near to the screen.
I tried using some functions: SetRemoteVoicePosition() and EnableSoundPositionIndication() but it's not working.

Change video format .mov to .mp4 in ios6

I want to convert .mov to .mp4 . When I record video from an iPhone camera, it automatically records video using the .mov format which is not able to play on android OS. I want to convert this format to .mp4 so the video will easily play on both iPhone and Android.
I have converted video formats by using the following code:
[request addData:videoData withFileName:#"video1.mp4" andContentType:#"video/mp4" forKey:#"video"];
Now the format is changed but it does not run on the android device.

video.js mp4 iphone native player override

Using video.js:
I only have a video format mp4. I have captions for it set up and working on desktop and android (galaxy s3). The iPhone automatically plays the video in the native player which makes the captions not work.
Is there a way around this?

How to play audio and video together in iphone

I want to play some videos with audio from different audio files. For this i am playing a video(using MPMoviePlayerController) and i am playing an audio(using AVAudioPlayer).
When i play my code through simulator it works fine (the video with my audio file specified). When i run the application in device it doesn't work like that. It plays video but sound file is not getting played. How can i play an audio and a video together ?
This has been discussed before and I don't think anyone's figured it out yet:
Play audio and video at a same time in iPhone application
how can we play audio and video together in ipod/iphone?
Which format support the audio file with a playing video?