Hello guys I have used the library pbjvideoplayer for playing videos from URLs. The mp4 video is playing on iOS > 8 and not playing on iOS < 8.
video url = http://ivoiceup.com/wework/message_uploads/82208897ae4f9b7d64a50bc70c6cf0a3.mp4
Related
I am currently working on HTTP Live streaming video with AVPlayerViewController / AVPlayer
I am playing a video with .m38u file support.
My question is how to change video quality like YouTube. Is there any way to change video quality ? I haven't found any link nor tutorial (in swift 3)
I am building an app which can play the video from library and at the same record a video using camera. Is it possible to watch a video and record a video simultaneously?
Here a sample in link iPhone media gallery for both image and video support here
I have developed a universal application in Cocos2D. I am using the same code for iPhone and iPad.
The problem is that I am playing video by CCVideoPlayer. CCVideoPlayer is a extension class. For iphone I am using mov file and for ipad I am using mp4 file. But mp4 file is not playing. I did not change the code and when I tried to play the same video which I am using for iPhone it is working on the iPad also. So I think that problem is with mp4 video not with my code. So any help will be appreciated to solve my problem.
-(void)playMovie{
[CCVideoPlayer playMovieWithFile:#"video_ipad.mp4"];
}
I have a m4v video that is able to play using html5 video tag on the iPhone - but it wont play on the iPad using html5. If i go directly to the video file from the iPad it plays fine- But if I use the html5 video tag to link to it the play button wont show. Im testing using an iPad 1 and iPhone 4 - both running iOS 5. Does anyone have an idea why it wont play on the iPad?
Html5 video page - Video URL
Hey this probably won't help much for your situation but i found that with video streaming through a webview, it won't let you play video's past a certain file size.
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?